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