1 #ifndef CaloCollections_h 2 #define CaloCollections_h 53 std::unique_ptr<CaloTowerBxCollection>
towers_;
55 std::unique_ptr<EtSumBxCollection>
etsums_;
56 std::unique_ptr<JetBxCollection>
jets_;
57 std::unique_ptr<TauBxCollection>
taus_;
std::vector< L1CaloEmCand > L1CaloEmCollection
std::unique_ptr< CaloSpareBxCollection > calospareHFRingSums_
std::unique_ptr< L1CaloRegionCollection > caloRegions_
TauBxCollection * getTaus()
CaloTowerBxCollection * getTowers()
CaloCollections(edm::Event &e)
L1CaloEmCollection * getCaloEmCands()
std::unique_ptr< CaloSpareBxCollection > calospareHFBitCounts_
std::unique_ptr< CaloTowerBxCollection > towers_
CaloSpareBxCollection * getCaloSpareHFRingSums()
std::unique_ptr< L1CaloEmCollection > caloEmCands_
JetBxCollection * getJets()
std::unique_ptr< EGammaBxCollection > egammas_
CaloSpareBxCollection * getCaloSpareHFBitCounts()
TauBxCollection * getIsoTaus()
EGammaBxCollection * getEGammas()
L1CaloRegionCollection * getCaloRegions()
std::unique_ptr< EtSumBxCollection > etsums_
EtSumBxCollection * getEtSums()
std::unique_ptr< TauBxCollection > taus_
std::vector< L1CaloRegion > L1CaloRegionCollection
std::unique_ptr< JetBxCollection > jets_
std::unique_ptr< TauBxCollection > isotaus_
~CaloCollections() override