1 #ifndef GTCollections_h 2 #define GTCollections_h 44 std::unique_ptr<MuonBxCollection>
muons_;
46 std::unique_ptr<EtSumBxCollection>
etsums_;
47 std::unique_ptr<JetBxCollection>
jets_;
48 std::unique_ptr<TauBxCollection>
taus_;
50 std::unique_ptr<GlobalAlgBlkBxCollection>
algBlk_;
51 std::unique_ptr<GlobalExtBlkBxCollection>
extBlk_;
TauBxCollection * getTaus() override
EGammaBxCollection * getEGammas() override
MuonBxCollection * getMuons() override
std::unique_ptr< GlobalExtBlkBxCollection > extBlk_
std::unique_ptr< TauBxCollection > taus_
std::unique_ptr< MuonBxCollection > muons_
std::unique_ptr< JetBxCollection > jets_
GTCollections(edm::Event &e)
EtSumBxCollection * getEtSums() override
GlobalAlgBlkBxCollection * getAlgs()
GlobalExtBlkBxCollection * getExts()
JetBxCollection * getJets() override
std::unique_ptr< GlobalAlgBlkBxCollection > algBlk_
std::unique_ptr< EGammaBxCollection > egammas_
std::unique_ptr< EtSumBxCollection > etsums_