StandardRecord.h
Go to the documentation of this file.
1 #ifndef CAFSTANDARDRECORD_H
2 #define CAFSTANDARDRECORD_H
3 
6 #include "StandardRecord/SRTrack.h"
8 #include "StandardRecord/SRVee.h"
13 
14 #include <string>
15 #include <vector>
16 
17 namespace caf
18 {
19  class StandardRecord
20  {
21  public:
23 
24  SRHeader hdr; ///< global event info
25 
27 
28  unsigned int ntrk;
29  std::vector<SRTrack> trk;
30 
31  unsigned int nvtx;
32  std::vector<SRVertex> vtx;
33 
34  unsigned int nvee;
35  std::vector<SRVee> vee;
36 
38 
40 
42 
44  };
45 }
46 
47 #endif
SRHeader hdr
global event info
SRDigitBranch dig
SRClusterBranch clust
std::vector< SRVee > vee
std::vector< SRTrack > trk
SRRecoHitBranch hit
Common Analysis Files.
Definition: SRGAr.h:13
std::vector< SRVertex > vtx