1 #ifndef CaloCollections_h 2 #define CaloCollections_h 43 std::unique_ptr<CaloTowerBxCollection>
towers_;
45 std::unique_ptr<EtSumBxCollection>
etsums_;
46 std::unique_ptr<JetBxCollection>
jets_;
47 std::unique_ptr<TauBxCollection>
taus_;
std::unique_ptr< EtSumBxCollection > etsums_
EtSumBxCollection * getMPEtSums()
TauBxCollection * getTaus(const unsigned int copy) override
std::unique_ptr< EGammaBxCollection > egammas_
EGammaBxCollection * getMPEGammas()
std::unique_ptr< CaloTowerBxCollection > towers_
std::unique_ptr< TauBxCollection > mp_taus_
std::unique_ptr< EtSumBxCollection > mp_etsums_
EtSumBxCollection * getEtSums(const unsigned int copy) override
JetBxCollection * getMPJets()
CaloCollections(edm::Event &e)
std::unique_ptr< JetBxCollection > jets_
TauBxCollection * getMPTaus()
JetBxCollection * getJets(const unsigned int copy) override
CaloTowerBxCollection * getTowers()
std::unique_ptr< TauBxCollection > taus_
~CaloCollections() override
EGammaBxCollection * getEGammas(const unsigned int copy) override
std::unique_ptr< JetBxCollection > mp_jets_
std::unique_ptr< EGammaBxCollection > mp_egammas_