1 #ifndef TrackerHitBranches_h
2 #define TrackerHitBranches_h 1
4 #include "LCTupleConf.h"
6 #include "CollectionBranches.h"
28 virtual void initBranches( TTree* tree,
const std::string& prefix=
"" ) ;
30 virtual void fill(
const EVENT::LCCollection* col, EVENT::LCEvent* evt ) ;
38 int _thori[ LCT_TRACKERHIT_MAX ] ;
39 int _thci0[ LCT_TRACKERHIT_MAX ] ;
40 int _thci1[ LCT_TRACKERHIT_MAX ] ;
41 double _thpox[ LCT_TRACKERHIT_MAX ] ;
42 double _thpoy[ LCT_TRACKERHIT_MAX ] ;
43 double _thpoz[ LCT_TRACKERHIT_MAX ] ;
44 float _thedp[ LCT_TRACKERHIT_MAX ] ;
45 float _thtim[ LCT_TRACKERHIT_MAX ] ;
47 float _thcov[ LCT_TRACKERHIT_MAX ][6] ;
49 float _thtyp[ LCT_TRACKERHIT_MAX ] ;
50 float _thqua[ LCT_TRACKERHIT_MAX ] ;
51 float _thede[ LCT_TRACKERHIT_MAX ] ;
Base class for branches of collections.
Definition: CollectionBranches.h:23
TrackerHitBranches holds branches created from LCRelations.
Definition: TrackerHitBranches.h:22