#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 |
const std::vector< int > | iovList_ |
const double | minVtxNdf_ |
const double | minVtxWgt_ |
SmartSelectionMonitor | mon |
edm::Service< TFileService > | outfile_ |
const int | printTriggerTable_ |
const std::vector< double > | profilePtBorders_ |
const edm::InputTag | pvsTag_ |
const edm::EDGetTokenT< reco::VertexCollection > | pvsToken_ |
const edm::InputTag | tracksTag_ |
const edm::EDGetTokenT< reco::TrackCollection > | tracksToken_ |
const edm::InputTag | triggerTag_ |
const edm::EDGetTokenT< edm::TriggerResults > | triggerToken_ |
Static Private Attributes | |
static constexpr double | cmToum = 10000 |
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 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 55 of file JetHTAnalyzer.cc.
|
explicit |
Definition at line 105 of file JetHTAnalyzer.cc.
References TFileService::kSharedResource.
|
overridedefault |
|
overrideprivatevirtual |
Implements edm::one::EDAnalyzerBase.
Definition at line 126 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, jetUpdater_cfi::sort, AlCaHLTBitMon_QueryRunRegistry::string, DiMuonV_cfg::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 283 of file JetHTAnalyzer.cc.
References SmartSelectionMonitor::addHistogram(), h_ntrks, h_probeDxy, h_probeDxyErr, h_probeDz, h_probeDzErr, h_probeEta, h_probePhi, h_probePt, M_PI, TFileService::make(), mon, seedmultiplicitymonitor_newtracking_cfi::nBins, outfile_, and profilePtBorders_.
|
overrideprivatevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 318 of file JetHTAnalyzer.cc.
References mon, and SmartSelectionMonitor::Write().
Referenced by o2olib.O2ORunMgr::executeJob().
|
static |
Definition at line 321 of file JetHTAnalyzer.cc.
References edm::ConfigurationDescriptions::addWithDefaultLabel(), submitPVResolutionJobs::desc, and ProducerED_cfi::InputTag.
|
inlinestatic |
Definition at line 61 of file JetHTAnalyzer.cc.
References mps_fire::i, and dqmiolumiharvest::j.
Referenced by analyze().
|
staticprivate |
Definition at line 99 of file JetHTAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 87 of file JetHTAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 91 of file JetHTAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 93 of file JetHTAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 92 of file JetHTAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 94 of file JetHTAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 89 of file JetHTAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 90 of file JetHTAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 88 of file JetHTAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 83 of file JetHTAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 79 of file JetHTAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 80 of file JetHTAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 96 of file JetHTAnalyzer.cc.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 86 of file JetHTAnalyzer.cc.
Referenced by beginJob().
|
private |
Definition at line 78 of file JetHTAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 82 of file JetHTAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 69 of file JetHTAnalyzer.cc.
|
private |
Definition at line 70 of file JetHTAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 72 of file JetHTAnalyzer.cc.
|
private |
Definition at line 73 of file JetHTAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 75 of file JetHTAnalyzer.cc.
|
private |
Definition at line 76 of file JetHTAnalyzer.cc.
Referenced by analyze().