1 #ifndef ClusterBranches_h
2 #define ClusterBranches_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 _clori[ LCT_CLUSTER_MAX ] ;
40 int _cltyp[ LCT_CLUSTER_MAX ] ;
41 float _clene[ LCT_CLUSTER_MAX ] ;
42 float _cleer[ LCT_CLUSTER_MAX ] ;
43 float _clpox[ LCT_CLUSTER_MAX ] ;
44 float _clpoy[ LCT_CLUSTER_MAX ] ;
45 float _clpoz[ LCT_CLUSTER_MAX ] ;
46 float _clper[ LCT_CLUSTER_MAX ][ 6] ;
47 float _clthe[ LCT_CLUSTER_MAX ] ;
48 float _clphi[ LCT_CLUSTER_MAX ] ;
49 float _clder[ LCT_CLUSTER_MAX ][ 3] ;
50 float _clsha[ LCT_CLUSTER_MAX ][ 6] ;
51 float _clsde[ LCT_CLUSTER_MAX ][12] ;
Base class for branches of collections.
Definition: CollectionBranches.h:23
ClusterBranches holds branches created from a Cluster collection.
Definition: ClusterBranches.h:22