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