![]() |
![]() |
#include <CaloCollections.h>
Public Member Functions | |
CaloCollections (edm::Event &e) | |
L1CaloEmCollection * | getCaloEmCands () |
L1CaloRegionCollection * | getCaloRegions () |
CaloSpareBxCollection * | getCaloSpareHFBitCounts () |
CaloSpareBxCollection * | getCaloSpareHFRingSums () |
EGammaBxCollection * | getEGammas () |
EtSumBxCollection * | getEtSums () |
TauBxCollection * | getIsoTaus () |
JetBxCollection * | getJets () |
TauBxCollection * | getTaus () |
CaloTowerBxCollection * | getTowers () |
~CaloCollections () override | |
![]() | |
UnpackerCollections (edm::Event &e) | |
virtual | ~UnpackerCollections () |
Private Attributes | |
std::unique_ptr< L1CaloEmCollection > | caloEmCands_ |
std::unique_ptr< L1CaloRegionCollection > | caloRegions_ |
std::unique_ptr< CaloSpareBxCollection > | calospareHFBitCounts_ |
std::unique_ptr< CaloSpareBxCollection > | calospareHFRingSums_ |
std::unique_ptr< EGammaBxCollection > | egammas_ |
std::unique_ptr< EtSumBxCollection > | etsums_ |
std::unique_ptr< TauBxCollection > | isotaus_ |
std::unique_ptr< JetBxCollection > | jets_ |
std::unique_ptr< TauBxCollection > | taus_ |
std::unique_ptr< CaloTowerBxCollection > | towers_ |
Additional Inherited Members | |
![]() | |
edm::Event & | event_ |
Definition at line 24 of file CaloCollections.h.
|
inline |
Definition at line 26 of file CaloCollections.h.
References ~CaloCollections().
|
override |
Definition at line 7 of file CaloCollections.cc.
References caloEmCands_, caloRegions_, calospareHFBitCounts_, calospareHFRingSums_, egammas_, etsums_, l1t::UnpackerCollections::event_, isotaus_, jets_, eostools::move(), edm::Event::put(), taus_, and towers_.
Referenced by CaloCollections().
|
inline |
Definition at line 49 of file CaloCollections.h.
References caloEmCands_.
|
inline |
Definition at line 50 of file CaloCollections.h.
|
inline |
Definition at line 47 of file CaloCollections.h.
References calospareHFBitCounts_.
|
inline |
Definition at line 48 of file CaloCollections.h.
References calospareHFRingSums_.
|
inline |
Definition at line 42 of file CaloCollections.h.
References egammas_.
|
inline |
Definition at line 43 of file CaloCollections.h.
References etsums_.
|
inline |
Definition at line 46 of file CaloCollections.h.
References isotaus_.
|
inline |
Definition at line 44 of file CaloCollections.h.
References jets_.
|
inline |
Definition at line 45 of file CaloCollections.h.
References taus_.
|
inline |
Definition at line 41 of file CaloCollections.h.
References towers_.
|
private |
Definition at line 61 of file CaloCollections.h.
Referenced by getCaloEmCands(), and ~CaloCollections().
|
private |
Definition at line 62 of file CaloCollections.h.
Referenced by ~CaloCollections().
|
private |
Definition at line 59 of file CaloCollections.h.
Referenced by getCaloSpareHFBitCounts(), and ~CaloCollections().
|
private |
Definition at line 60 of file CaloCollections.h.
Referenced by getCaloSpareHFRingSums(), and ~CaloCollections().
|
private |
Definition at line 54 of file CaloCollections.h.
Referenced by getEGammas(), and ~CaloCollections().
|
private |
Definition at line 55 of file CaloCollections.h.
Referenced by getEtSums(), and ~CaloCollections().
|
private |
Definition at line 58 of file CaloCollections.h.
Referenced by getIsoTaus(), and ~CaloCollections().
|
private |
Definition at line 56 of file CaloCollections.h.
Referenced by getJets(), and ~CaloCollections().
|
private |
Definition at line 57 of file CaloCollections.h.
Referenced by getTaus(), and ~CaloCollections().
|
private |
Definition at line 50 of file CaloCollections.h.
Referenced by getTowers(), and ~CaloCollections().