24 |
|
FillerSuperClusters(const edm::ParameterSet &cfg, const char *name, bool active=1); |
25 |
|
~FillerSuperClusters(); |
26 |
|
|
27 |
< |
void BookDataBlock(TreeWriter &tws, const edm::EventSetup &es); |
27 |
> |
void BookDataBlock(TreeWriter &tws); |
28 |
|
void FillDataBlock(const edm::Event &e, const edm::EventSetup &es); |
29 |
|
const mithep::SuperClusterMap *GetSuperClusterMap() const { return superClusterMap_; } |
30 |
|
|
34 |
|
std::string basicClusterMapName_; //name of imp. map wrt basic clus |
35 |
|
std::string superClusterMapName_; //name of exported map |
36 |
|
std::string superClusterIdMapName_; //name of exported id map |
37 |
+ |
std::string caloTowerName_; //name of calotower collection |
38 |
|
const mithep::BasicClusterMap *basicClusterMap_; //map wrt basic clusters |
39 |
|
mithep::SuperClusterArr *superClusters_; //array of super clusters |
40 |
|
mithep::SuperClusterMap *superClusterMap_; //map wrt super clusters |