#include <L1TriggerDPG/L1Ntuples/src/L1EventTreeProducer.cc>
Public Attributes | |
std::unique_ptr< 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_ |
const edm::EDGetTokenT< edm::TriggerResults > | hltSource_ |
TTree * | tree_ |
Additional Inherited Members | |
Public Types inherited from edm::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::one::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
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) |
void | resetItemsToGetFrom (BranchType iType) |
Description: Produce L1 Extra tree
Implementation:
Definition at line 49 of file L1EventTreeProducer.cc.
|
explicit |
Definition at line 74 of file L1EventTreeProducer.cc.
References edm::EDConsumerBase::consumesCollector(), fs_, edm::ParameterSet::getUntrackedParameter(), TFileService::kSharedResource, l1Event, l1EventData, TFileService::make(), l1EventTree_cfi::maxAllowedWeight, l1EventTree_cfi::puDataFile, l1EventTree_cfi::puDataHist, l1EventTree_cfi::puMCFile, l1EventTree_cfi::puMCHist, AlCaHLTBitMon_QueryRunRegistry::string, tree_, and l1EventTree_cfi::useAvgVtx.
|
overridedefault |
|
overrideprivatevirtual |
Implements edm::one::EDAnalyzerBase.
Definition at line 100 of file L1EventTreeProducer.cc.
References hltSource_, iEvent, edm::EDGetTokenT< T >::isUninitialized(), l1Event, and tree_.
|
overrideprivatevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 109 of file L1EventTreeProducer.cc.
|
overrideprivatevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 112 of file L1EventTreeProducer.cc.
|
private |
Definition at line 65 of file L1EventTreeProducer.cc.
Referenced by L1EventTreeProducer().
|
private |
Definition at line 71 of file L1EventTreeProducer.cc.
Referenced by analyze().
std::unique_ptr<L1Analysis::L1AnalysisEvent> L1EventTreeProducer::l1Event |
Definition at line 60 of file L1EventTreeProducer.cc.
Referenced by analyze(), and L1EventTreeProducer().
L1Analysis::L1AnalysisEventDataFormat* L1EventTreeProducer::l1EventData |
Definition at line 61 of file L1EventTreeProducer.cc.
Referenced by L1EventTreeProducer().
|
private |
Definition at line 68 of file L1EventTreeProducer.cc.
Referenced by analyze(), and L1EventTreeProducer().