Public Attributes | |
L1Analysis::L1AnalysisRecoMuon2 * | muon |
L1Analysis::L1AnalysisRecoMuon2DataFormat * | muon_data |
Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | beginJob (void) override |
void | beginRun (const edm::Run &, const edm::EventSetup &) override |
void | endJob () override |
Private Attributes | |
edm::Service< TFileService > | fs_ |
HLTConfigProvider | hltConfig_ |
std::vector< int > | isoTriggerIndices_ |
std::vector< std::string > | isoTriggerNames_ |
edm::Handle< std::vector< std::string > > | isoTriggerNamesToken_ |
edm::Handle< edm::TriggerResults > | isoTriggerToken_ |
unsigned int | maxMuon_ |
edm::EDGetTokenT< reco::PFMETCollection > | metToken_ |
edm::EDGetTokenT< reco::MuonCollection > | MuonToken_ |
TTree * | tree_ |
std::vector< int > | triggerIndices_ |
bool | triggerMatching_ |
double | triggerMaxDeltaR_ |
std::vector< std::string > | triggerNames_ |
std::string | triggerProcessLabel_ |
edm::EDGetTokenT< edm::TriggerResults > | TriggerResultsToken_ |
edm::EDGetTokenT< trigger::TriggerEvent > | triggerSummaryLabelToken_ |
edm::EDGetTokenT< reco::VertexCollection > | VtxToken_ |
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) |
Definition at line 87 of file L1Muon2RecoTreeProducer.cc.
|
explicit |
Definition at line 149 of file L1Muon2RecoTreeProducer.cc.
References edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 188 of file L1Muon2RecoTreeProducer.cc.
|
overrideprivate |
Definition at line 202 of file L1Muon2RecoTreeProducer.cc.
References edm::HLTGlobalStatus::accept(), edm::Event::getByToken(), trigger::TriggerEvent::getObjects(), edm::HandleBase::isValid(), hltdqm::passTrig(), edm::TriggerNames::size(), AlCaHLTBitMon_QueryRunRegistry::string, edm::TriggerNames::triggerIndex(), edm::Event::triggerNames(), TriggerAnalyzer::triggerObjects, triggerResults, trigNames, and electrons_cff::vertices.
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 325 of file L1Muon2RecoTreeProducer.cc.
|
overrideprivate |
Definition at line 380 of file L1Muon2RecoTreeProducer.cc.
References gather_cfg::cout, DEFINE_FWK_MODULE, and createfilelist::int.
void L1Muon2RecoTreeProducer::empty_hlt | ( | ) |
Definition at line 334 of file L1Muon2RecoTreeProducer.cc.
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 331 of file L1Muon2RecoTreeProducer.cc.
double L1Muon2RecoTreeProducer::match_trigger | ( | std::vector< int > & | trigIndices, |
const trigger::TriggerObjectCollection & | trigObjs, | ||
edm::Handle< trigger::TriggerEvent > & | triggerEvent, | ||
const reco::Muon & | mu | ||
) |
Definition at line 343 of file L1Muon2RecoTreeProducer.cc.
References boostedElectronIsolation_cff::deltaR, trigger::TriggerEvent::filterIds(), trigger::TriggerEvent::filterIndex(), and trigger::TriggerEvent::filterKeys().
|
private |
Definition at line 111 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 133 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 142 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 140 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 130 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 129 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 136 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 121 of file L1Muon2RecoTreeProducer.cc.
L1Analysis::L1AnalysisRecoMuon2* L1Muon2RecoTreeProducer::muon |
Definition at line 100 of file L1Muon2RecoTreeProducer.cc.
L1Analysis::L1AnalysisRecoMuon2DataFormat* L1Muon2RecoTreeProducer::muon_data |
Definition at line 102 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 117 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 114 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 143 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 138 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 137 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 141 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 139 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 118 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 119 of file L1Muon2RecoTreeProducer.cc.
|
private |
Definition at line 120 of file L1Muon2RecoTreeProducer.cc.