#include <L1TriggerDPG/L1Ntuples/src/L1UpgradeTreeProducer.cc>
Public Attributes | |
L1Analysis::L1AnalysisL1Upgrade * | l1Upgrade |
L1Analysis::L1AnalysisL1UpgradeDataFormat * | l1UpgradeData |
Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | beginJob (void) override |
void | endJob () override |
Private Attributes | |
edm::EDGetTokenT < l1t::EGammaBxCollection > | egToken_ |
edm::Service< TFileService > | fs_ |
edm::EDGetTokenT < l1t::JetBxCollection > | jetToken_ |
unsigned | maxL1Upgrade_ |
edm::EDGetTokenT < l1t::MuonBxCollection > | muonToken_ |
edm::EDGetTokenT < l1t::EtSumBxCollection > | sumToken_ |
std::vector< edm::EDGetTokenT < l1t::TauBxCollection > > | tauTokens_ |
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 | wantsInputProcessBlocks () |
static bool | wantsProcessBlocks () |
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) |
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 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<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () noexcept |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) noexcept |
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 L1UpgradeTreeProducer.cc.
|
explicit |
Definition at line 80 of file L1UpgradeTreeProducer.cc.
References egToken_, fs_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), jetToken_, l1Upgrade, l1UpgradeData, TFileService::make(), maxL1Upgrade_, muonToken_, sumToken_, metsig::tau, runTauDisplay::taus, tauTokens_, and tree_.
|
override |
Definition at line 102 of file L1UpgradeTreeProducer.cc.
|
overrideprivatevirtual |
Implements edm::EDAnalyzer.
Definition at line 112 of file L1UpgradeTreeProducer.cc.
References egToken_, edm::Event::getByToken(), edm::HandleBase::isValid(), metsig::jet, jetToken_, l1Upgrade, maxL1Upgrade_, HLT_FULL_cff::muon, muonToken_, L1Analysis::L1AnalysisL1Upgrade::Reset(), L1Analysis::L1AnalysisL1Upgrade::SetEm(), L1Analysis::L1AnalysisL1Upgrade::SetJet(), L1Analysis::L1AnalysisL1Upgrade::SetMuon(), L1Analysis::L1AnalysisL1Upgrade::SetSum(), L1Analysis::L1AnalysisL1Upgrade::SetTau(), sumToken_, metsig::tau, tauTokens_, and tree_.
|
overrideprivatevirtual |
|
overrideprivatevirtual |
|
private |
Definition at line 73 of file L1UpgradeTreeProducer.cc.
Referenced by analyze(), and L1UpgradeTreeProducer().
|
private |
Definition at line 67 of file L1UpgradeTreeProducer.cc.
Referenced by L1UpgradeTreeProducer().
|
private |
Definition at line 75 of file L1UpgradeTreeProducer.cc.
Referenced by analyze(), and L1UpgradeTreeProducer().
L1Analysis::L1AnalysisL1Upgrade* L1UpgradeTreeProducer::l1Upgrade |
Definition at line 60 of file L1UpgradeTreeProducer.cc.
Referenced by analyze(), and L1UpgradeTreeProducer().
L1Analysis::L1AnalysisL1UpgradeDataFormat* L1UpgradeTreeProducer::l1UpgradeData |
Definition at line 61 of file L1UpgradeTreeProducer.cc.
Referenced by L1UpgradeTreeProducer().
|
private |
Definition at line 64 of file L1UpgradeTreeProducer.cc.
Referenced by analyze(), and L1UpgradeTreeProducer().
|
private |
Definition at line 77 of file L1UpgradeTreeProducer.cc.
Referenced by analyze(), and L1UpgradeTreeProducer().
|
private |
Definition at line 76 of file L1UpgradeTreeProducer.cc.
Referenced by analyze(), and L1UpgradeTreeProducer().
|
private |
Definition at line 74 of file L1UpgradeTreeProducer.cc.
Referenced by analyze(), and L1UpgradeTreeProducer().
|
private |
Definition at line 70 of file L1UpgradeTreeProducer.cc.
Referenced by analyze(), and L1UpgradeTreeProducer().