#include <Alignment/OfflineValidation/plugins/JetHTAnalyzer.cc>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
static bool | mysorter (reco::Track i, reco::Track j) |
Static Public Member Functions inherited from edm::one::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | beginJob () override |
void | endJob () override |
Private Attributes | |
TH1F * | h_ntrks |
TH1F * | h_probeDxy |
TH1F * | h_probeDxyErr |
TH1F * | h_probeDz |
TH1F * | h_probeDzErr |
TH1F * | h_probeEta |
TH1F * | h_probePhi |
TH1F * | h_probePt |
std::vector< int > | iovList_ |
double | minVtxNdf_ |
double | minVtxWgt_ |
SmartSelectionMonitor | mon |
edm::Service< TFileService > | outfile_ |
int | printTriggerTable_ |
std::vector< double > | profilePtBorders_ |
edm::InputTag | pvsTag_ |
edm::EDGetTokenT< reco::VertexCollection > | pvsToken_ |
edm::InputTag | tracksTag_ |
edm::EDGetTokenT< reco::TrackCollection > | tracksToken_ |
edm::InputTag | triggerTag_ |
edm::EDGetTokenT< edm::TriggerResults > | triggerToken_ |
Additional Inherited Members | |
Public Types inherited from edm::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
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 () |
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: [one line class summary]
Implementation: [Notes on implementation]
Definition at line 67 of file JetHTAnalyzer.cc.
|
explicit |
Definition at line 114 of file JetHTAnalyzer.cc.
References TFileService::kSharedResource.
|
overridedefault |
|
overrideprivatevirtual |
Implements edm::one::EDAnalyzerBase.
Definition at line 140 of file JetHTAnalyzer.cc.
References funct::abs(), muonTagProbeFilters_cff::allTracks, cmToum, gather_cfg::cout, SmartSelectionMonitor::fillHisto(), SmartSelectionMonitor::fillProfile(), h_ntrks, h_probeDxy, h_probeDxyErr, h_probeDz, h_probeDzErr, h_probeEta, h_probePhi, h_probePt, mps_fire::i, iEvent, iovList_, reco::Vertex::isFake(), minVtxNdf_, minVtxWgt_, mon, mysorter(), reco::Vertex::ndof(), printTriggerTable_, profilePtBorders_, pvsToken_, convertSQLiteXML::runNumber, jetsAK4_CHS_cff::sort, AlCaHLTBitMon_QueryRunRegistry::string, tracks, reco::Vertex::tracks_begin(), reco::Vertex::tracks_end(), reco::Vertex::tracksSize(), tracksToken_, L1TEGammaOffline_cfi::triggerNames, triggerResults, triggerToken_, parallelization::uint, AlignmentTracksFromVertexSelector_cfi::vertices, reco::Vertex::x(), reco::Vertex::y(), and reco::Vertex::z().
|
overrideprivatevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 299 of file JetHTAnalyzer.cc.
References SmartSelectionMonitor::addHistogram(), h_ntrks, h_probeDxy, h_probeDxyErr, h_probeDz, h_probeDzErr, h_probeEta, h_probePhi, h_probePt, TFileService::make(), mon, seedmultiplicitymonitor_newtracking_cfi::nBins, outfile_, Pi, and profilePtBorders_.
|
overrideprivatevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 335 of file JetHTAnalyzer.cc.
References mon, and SmartSelectionMonitor::Write().
Referenced by o2olib.O2ORunMgr::executeJob().
|
static |
Definition at line 338 of file JetHTAnalyzer.cc.
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, and HLT_2022v15_cff::InputTag.
|
inlinestatic |
Definition at line 73 of file JetHTAnalyzer.cc.
References mps_fire::i, and dqmiolumiharvest::j.
Referenced by analyze().
|
private |
Definition at line 99 of file JetHTAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 103 of file JetHTAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 105 of file JetHTAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 104 of file JetHTAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 106 of file JetHTAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 101 of file JetHTAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 102 of file JetHTAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 100 of file JetHTAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 96 of file JetHTAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 92 of file JetHTAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 93 of file JetHTAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 108 of file JetHTAnalyzer.cc.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 98 of file JetHTAnalyzer.cc.
Referenced by beginJob().
|
private |
Definition at line 91 of file JetHTAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 95 of file JetHTAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 82 of file JetHTAnalyzer.cc.
|
private |
Definition at line 83 of file JetHTAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 85 of file JetHTAnalyzer.cc.
|
private |
Definition at line 86 of file JetHTAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 88 of file JetHTAnalyzer.cc.
|
private |
Definition at line 89 of file JetHTAnalyzer.cc.
Referenced by analyze().