#include <L1TriggerDPG/L1Ntuples/src/L1EventTreeProducer.cc>
Public Attributes | |
L1Analysis::L1AnalysisEvent * | l1Event |
L1Analysis::L1AnalysisEventDataFormat * | l1EventData |
Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | beginJob (void) override |
void | endJob () override |
Private Attributes | |
edm::Service< TFileService > | fs_ |
edm::EDGetTokenT< edm::TriggerResults > | hltSource_ |
TTree * | tree_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Description: Produce L1 Extra tree
Implementation:
Definition at line 50 of file L1EventTreeProducer.cc.
|
explicit |
Definition at line 83 of file L1EventTreeProducer.cc.
References edm::EDConsumerBase::consumesCollector(), fs_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), hltSource_, l1Event, l1EventData, TFileService::make(), AlCaHLTBitMon_QueryRunRegistry::string, and tree_.
|
override |
Definition at line 106 of file L1EventTreeProducer.cc.
References l1Event.
|
overrideprivate |
Definition at line 122 of file L1EventTreeProducer.cc.
References hltSource_, edm::EDGetTokenT< T >::isUninitialized(), l1Event, L1Analysis::L1AnalysisEvent::Reset(), L1Analysis::L1AnalysisEvent::Set(), and tree_.
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 133 of file L1EventTreeProducer.cc.
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 139 of file L1EventTreeProducer.cc.
References DEFINE_FWK_MODULE.
|
private |
Definition at line 69 of file L1EventTreeProducer.cc.
Referenced by L1EventTreeProducer().
|
private |
Definition at line 74 of file L1EventTreeProducer.cc.
Referenced by analyze(), and L1EventTreeProducer().
L1Analysis::L1AnalysisEvent* L1EventTreeProducer::l1Event |
Definition at line 63 of file L1EventTreeProducer.cc.
Referenced by analyze(), L1EventTreeProducer(), and ~L1EventTreeProducer().
L1Analysis::L1AnalysisEventDataFormat* L1EventTreeProducer::l1EventData |
Definition at line 64 of file L1EventTreeProducer.cc.
Referenced by L1EventTreeProducer().
|
private |
Definition at line 72 of file L1EventTreeProducer.cc.
Referenced by analyze(), and L1EventTreeProducer().