1 #ifndef SimCalorimeterHitBranches_h
2 #define SimCalorimeterHitBranches_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 ) ;
39 int _scori[ LCT_SIMCALORIMETERHIT_MAX ] ;
41 int _scci0[ LCT_SIMCALORIMETERHIT_MAX ] ;
42 int _scci1[ LCT_SIMCALORIMETERHIT_MAX ] ;
43 float _scpox[ LCT_SIMCALORIMETERHIT_MAX ] ;
44 float _scpoy[ LCT_SIMCALORIMETERHIT_MAX ] ;
45 float _scpoz[ LCT_SIMCALORIMETERHIT_MAX ] ;
46 float _scene[ LCT_SIMCALORIMETERHIT_MAX ] ;
Base class for branches of collections.
Definition: CollectionBranches.h:23
SimCalorimeterHitBranches holds branches created from LCRelations.
Definition: SimCalorimeterHitBranches.h:22