![]() |
![]() |
#include <CaloCollections.h>
Public Member Functions | |
CaloCollections (edm::Event &e) | |
EGammaBxCollection * | getEGammas (const unsigned int copy) override |
EtSumBxCollection * | getEtSums (const unsigned int copy) override |
JetBxCollection * | getJets (const unsigned int copy) override |
EGammaBxCollection * | getMPEGammas () |
EtSumBxCollection * | getMPEtSums () |
JetBxCollection * | getMPJets () |
TauBxCollection * | getMPTaus () |
TauBxCollection * | getTaus (const unsigned int copy) override |
CaloTowerBxCollection * | getTowers () |
~CaloCollections () override | |
![]() | |
virtual MuonBxCollection * | getMuons (const unsigned int copy) |
L1TObjectCollections (edm::Event &e) | |
~L1TObjectCollections () override | |
![]() | |
UnpackerCollections (edm::Event &e) | |
virtual | ~UnpackerCollections () |
Private Attributes | |
std::unique_ptr< EGammaBxCollection > | egammas_ |
std::unique_ptr< EtSumBxCollection > | etsums_ |
std::unique_ptr< JetBxCollection > | jets_ |
std::unique_ptr< EGammaBxCollection > | mp_egammas_ |
std::unique_ptr< EtSumBxCollection > | mp_etsums_ |
std::unique_ptr< JetBxCollection > | mp_jets_ |
std::unique_ptr< TauBxCollection > | mp_taus_ |
std::unique_ptr< TauBxCollection > | taus_ |
std::unique_ptr< CaloTowerBxCollection > | towers_ |
Additional Inherited Members | |
![]() | |
edm::Event & | event_ |
Definition at line 15 of file CaloCollections.h.
|
inline |
Definition at line 17 of file CaloCollections.h.
References ~CaloCollections().
|
override |
Definition at line 7 of file CaloCollections.cc.
References egammas_, etsums_, l1t::UnpackerCollections::event_, jets_, eostools::move(), mp_egammas_, mp_etsums_, mp_jets_, mp_taus_, edm::Event::put(), taus_, and towers_.
Referenced by CaloCollections().
|
inlineoverridevirtual |
Reimplemented from l1t::stage2::L1TObjectCollections.
Definition at line 32 of file CaloCollections.h.
References egammas_.
|
inlineoverridevirtual |
Reimplemented from l1t::stage2::L1TObjectCollections.
Definition at line 33 of file CaloCollections.h.
References etsums_.
|
inlineoverridevirtual |
Reimplemented from l1t::stage2::L1TObjectCollections.
Definition at line 34 of file CaloCollections.h.
References jets_.
|
inline |
Definition at line 39 of file CaloCollections.h.
References mp_egammas_.
|
inline |
Definition at line 37 of file CaloCollections.h.
References mp_etsums_.
|
inline |
Definition at line 38 of file CaloCollections.h.
References mp_jets_.
|
inline |
Definition at line 40 of file CaloCollections.h.
|
inlineoverridevirtual |
Reimplemented from l1t::stage2::L1TObjectCollections.
Definition at line 35 of file CaloCollections.h.
References taus_.
|
inline |
Definition at line 31 of file CaloCollections.h.
References towers_.
|
private |
Definition at line 44 of file CaloCollections.h.
Referenced by getEGammas(), and ~CaloCollections().
|
private |
Definition at line 45 of file CaloCollections.h.
Referenced by getEtSums(), and ~CaloCollections().
|
private |
Definition at line 46 of file CaloCollections.h.
Referenced by getJets(), and ~CaloCollections().
|
private |
Definition at line 51 of file CaloCollections.h.
Referenced by getMPEGammas(), and ~CaloCollections().
|
private |
Definition at line 49 of file CaloCollections.h.
Referenced by getMPEtSums(), and ~CaloCollections().
|
private |
Definition at line 50 of file CaloCollections.h.
Referenced by getMPJets(), and ~CaloCollections().
|
private |
Definition at line 52 of file CaloCollections.h.
Referenced by ~CaloCollections().
|
private |
Definition at line 47 of file CaloCollections.h.
Referenced by getTaus(), and ~CaloCollections().
|
private |
Definition at line 40 of file CaloCollections.h.
Referenced by getTowers(), and ~CaloCollections().