44 |
|
std::string mitName_; //mit name of collection |
45 |
|
std::string basicClusterMapName_; //name of imp. map wrt basic clus |
46 |
|
std::string psClusterMapName_; //name of imp. map wrt ps clus |
47 |
+ |
std::string psXClusterMapName_; //name of imp. map wrt ps x clus |
48 |
+ |
std::string psYClusterMapName_; //name of imp. map wrt ps y clus |
49 |
|
std::string caloTowerDetIdMapName_; //name of imp. map wrt caloTowerDetId |
50 |
|
std::string superClusterMapName_; //name of exported map |
51 |
|
std::string superClusterIdMapName_; //name of exported id map |
52 |
|
std::string caloTowerName_; //name of calotower collection |
53 |
|
const mithep::BasicClusterMap *basicClusterMap_; //map wrt basic clusters |
54 |
|
const mithep::PsClusterMap *psClusterMap_; //map wrt preshower clusters |
55 |
< |
const mithep::CaloTowerDetIdMap *caloTowerDetIdMap_; //map wrt calo tower det id's |
55 |
> |
const mithep::PsClusterMap *psXClusterMap_; //map wrt preshower x clusters |
56 |
> |
const mithep::PsClusterMap *psYClusterMap_; //map wrt preshower y clusters |
57 |
> |
const mithep::CaloTowerDetIdMap *caloTowerDetIdMap_; //map wrt calo tower det id's |
58 |
|
mithep::SuperClusterArr *superClusters_; //array of super clusters |
59 |
|
mithep::SuperClusterMap *superClusterMap_; //map wrt super clusters |
60 |
|
mithep::SuperClusterIdMap *superClusterIdMap_; //map of DetIds to superclusters |