SRSimHitBranch.h
Go to the documentation of this file.
1 #ifndef CAFSRSIMHITBRANCH_H
2 #define CAFSRSIMHITBRANCH_H
3 
5 
6 #include <vector>
7 
8 namespace caf
9 {
11  {
12  public:
14 
15  unsigned int necal;
16  std::vector<SRSimHit> ecal;
17  float ecaltotE;
18 
19  unsigned int nmuid;
20  std::vector<SRSimHit> muid;
21  float muidtotE;
22  };
23 }
24 
25 #endif
unsigned int necal
std::vector< SRSimHit > muid
std::vector< SRSimHit > ecal
unsigned int nmuid
Common Analysis Files.
Definition: SRGAr.h:13