![]() |
![]() |
#include <GTCollections.h>
Public Member Functions | |
GlobalAlgBlkBxCollection * | getAlgs () |
EGammaBxCollection * | getEGammas (const unsigned int copy) override |
EtSumBxCollection * | getEtSums (const unsigned int copy) override |
GlobalExtBlkBxCollection * | getExts () |
JetBxCollection * | getJets (const unsigned int copy) override |
MuonBxCollection * | getMuons (const unsigned int copy) override |
TauBxCollection * | getTaus (const unsigned int copy) override |
GTCollections (edm::Event &e) | |
~GTCollections () override | |
![]() | |
L1TObjectCollections (edm::Event &e) | |
~L1TObjectCollections () override | |
![]() | |
UnpackerCollections (edm::Event &e) | |
virtual | ~UnpackerCollections () |
Private Attributes | |
std::unique_ptr< GlobalAlgBlkBxCollection > | algBlk_ |
std::array< std::unique_ptr< EGammaBxCollection >, 6 > | egammas_ |
std::array< std::unique_ptr< EtSumBxCollection >, 6 > | etsums_ |
std::unique_ptr< GlobalExtBlkBxCollection > | extBlk_ |
std::array< std::unique_ptr< JetBxCollection >, 6 > | jets_ |
std::array< std::unique_ptr< MuonBxCollection >, 6 > | muons_ |
std::array< std::unique_ptr< TauBxCollection >, 6 > | taus_ |
Additional Inherited Members | |
![]() | |
edm::Event & | event_ |
Definition at line 18 of file GTCollections.h.
|
inline |
Definition at line 20 of file GTCollections.h.
References egammas_, etsums_, models::generate(), jets_, muons_, taus_, and ~GTCollections().
|
override |
Definition at line 7 of file GTCollections.cc.
References algBlk_, egammas_, etsums_, l1t::UnpackerCollections::event_, extBlk_, mps_fire::i, jets_, eostools::move(), muons_, edm::Event::put(), and taus_.
Referenced by GTCollections().
|
inline |
Definition at line 40 of file GTCollections.h.
References algBlk_.
|
inlineoverridevirtual |
Reimplemented from l1t::stage2::L1TObjectCollections.
Definition at line 35 of file GTCollections.h.
References popcon2dropbox::copy(), and egammas_.
|
inlineoverridevirtual |
Reimplemented from l1t::stage2::L1TObjectCollections.
Definition at line 36 of file GTCollections.h.
References popcon2dropbox::copy(), and etsums_.
|
inline |
Definition at line 41 of file GTCollections.h.
|
inlineoverridevirtual |
Reimplemented from l1t::stage2::L1TObjectCollections.
Definition at line 37 of file GTCollections.h.
References popcon2dropbox::copy(), and jets_.
|
inlineoverridevirtual |
Reimplemented from l1t::stage2::L1TObjectCollections.
Definition at line 34 of file GTCollections.h.
References popcon2dropbox::copy(), and muons_.
|
inlineoverridevirtual |
Reimplemented from l1t::stage2::L1TObjectCollections.
Definition at line 38 of file GTCollections.h.
References popcon2dropbox::copy(), and taus_.
|
private |
Definition at line 52 of file GTCollections.h.
Referenced by getAlgs(), and ~GTCollections().
|
private |
Definition at line 47 of file GTCollections.h.
Referenced by getEGammas(), GTCollections(), and ~GTCollections().
|
private |
Definition at line 48 of file GTCollections.h.
Referenced by getEtSums(), GTCollections(), and ~GTCollections().
|
private |
Definition at line 53 of file GTCollections.h.
Referenced by ~GTCollections().
|
private |
Definition at line 49 of file GTCollections.h.
Referenced by getJets(), GTCollections(), and ~GTCollections().
|
private |
Definition at line 41 of file GTCollections.h.
Referenced by getMuons(), GTCollections(), and ~GTCollections().
|
private |
Definition at line 50 of file GTCollections.h.
Referenced by getTaus(), GTCollections(), and ~GTCollections().