![]() |
![]() |
#include <CaloLayer1Collections.h>
Public Member Functions | |
CaloLayer1Collections (edm::Event &e) | |
EcalTrigPrimDigiCollection * | getEcalDigis () |
HcalTrigPrimDigiCollection * | getHcalDigis () |
L1CaloRegionCollection * | getRegions () |
~CaloLayer1Collections () override | |
![]() | |
UnpackerCollections (edm::Event &e) | |
virtual | ~UnpackerCollections () |
Private Attributes | |
std::unique_ptr< L1CaloRegionCollection > | caloRegions_ |
std::unique_ptr< EcalTrigPrimDigiCollection > | ecalDigis_ |
std::unique_ptr< HcalTrigPrimDigiCollection > | hcalDigis_ |
Additional Inherited Members | |
![]() | |
edm::Event & | event_ |
Definition at line 12 of file CaloLayer1Collections.h.
l1t::stage2::CaloLayer1Collections::CaloLayer1Collections | ( | edm::Event & | e | ) |
Definition at line 7 of file CaloLayer1Collections.cc.
References caloRegions_, ecalDigis_, and hcalDigis_.
|
override |
Definition at line 23 of file CaloLayer1Collections.cc.
References caloRegions_, ecalDigis_, l1t::UnpackerCollections::event_, hcalDigis_, eostools::move(), and edm::Event::put().
|
inline |
Definition at line 17 of file CaloLayer1Collections.h.
References ecalDigis_.
|
inline |
Definition at line 18 of file CaloLayer1Collections.h.
References hcalDigis_.
|
inline |
Definition at line 19 of file CaloLayer1Collections.h.
References caloRegions_, and ecalDigis_.
|
private |
Definition at line 24 of file CaloLayer1Collections.h.
Referenced by CaloLayer1Collections(), getRegions(), and ~CaloLayer1Collections().
|
private |
Definition at line 19 of file CaloLayer1Collections.h.
Referenced by CaloLayer1Collections(), getEcalDigis(), getRegions(), and ~CaloLayer1Collections().
|
private |
Definition at line 23 of file CaloLayer1Collections.h.
Referenced by CaloLayer1Collections(), getHcalDigis(), and ~CaloLayer1Collections().