SRClusterBranch.h
Go to the documentation of this file.
1 #ifndef CAFSRCLUSTERBRANCH_H
2 #define CAFSRCLUSTERBRANCH_H
3 
7 
8 #include <vector>
9 
10 namespace caf
11 {
13  {
14  public:
16 
17  unsigned int ntpc;
18  std::vector<SRTPCCluster> tpc;
19 
20  unsigned int necal;
21  std::vector<SRECalCluster> ecal;
22 
23  unsigned int nmuid;
24  std::vector<SRMuIDCluster> muid;
25  };
26 }
27 
28 #endif
std::vector< SRMuIDCluster > muid
Common Analysis Files.
Definition: SRGAr.h:13
std::vector< SRECalCluster > ecal
std::vector< SRTPCCluster > tpc