SRRecoHitBranch.h
Go to the documentation of this file.
1 #ifndef CAFSRRECOHITBRANCH_H
2 #define CAFSRRECOHITBRANCH_H
3 
6 
7 #include <vector>
8 
9 namespace caf
10 {
12  {
13  public:
15 
16  unsigned int ntpc;
17  std::vector<SRTPCRecoHit> tpc;
18 
19  unsigned int necal;
20  float ecaltotE;
21  std::vector<SRRecoHit> ecal;
22 
23  unsigned int nmuid;
24  float muidtotE;
25  std::vector<SRRecoHit> muid;
26  };
27 }
28 
29 #endif
std::vector< SRRecoHit > muid
std::vector< SRRecoHit > ecal
std::vector< SRTPCRecoHit > tpc
Common Analysis Files.
Definition: SRGAr.h:13