#include <Validation/MtdValidation/plugins/EtlSimHitsValidation.cc>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::one::EDProducerBase | |
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 | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
Private Attributes | |
edm::EDGetTokenT< CrossingFrame< PSimHit > > | etlSimHitsToken_ |
const std::string | folder_ |
const float | hitMinEnergy_ |
MonitorElement * | meHitEnergy_ [2] |
MonitorElement * | meHitEta_ [2] |
MonitorElement * | meHitEvsEta_ [2] |
MonitorElement * | meHitEvsPhi_ [2] |
MonitorElement * | meHitPhi_ [2] |
MonitorElement * | meHitTime_ [2] |
MonitorElement * | meHitTvsE_ [2] |
MonitorElement * | meHitTvsEta_ [2] |
MonitorElement * | meHitTvsPhi_ [2] |
MonitorElement * | meHitX_ [2] |
MonitorElement * | meHitXlocal_ [2] |
MonitorElement * | meHitY_ [2] |
MonitorElement * | meHitYlocal_ [2] |
MonitorElement * | meHitZ_ [2] |
MonitorElement * | meHitZlocal_ [2] |
MonitorElement * | meNhits_ [2] |
MonitorElement * | meNtrkPerCell_ [2] |
MonitorElement * | meOccupancy_ [2] |
Additional Inherited Members | |
Public Types inherited from DQMEDAnalyzer | |
typedef dqm::reco::DQMStore | DQMStore |
typedef dqm::reco::MonitorElement | MonitorElement |
Public Types inherited from edm::one::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Protected Member Functions inherited from edm::ProducerBase | |
ProducesCollector | producesCollector () |
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) |
Protected Attributes inherited from DQMEDAnalyzer | |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
Description: ETL SIM hits validation
Implementation: [Notes on implementation]
Definition at line 43 of file EtlSimHitsValidation.cc.
|
explicit |
Definition at line 90 of file EtlSimHitsValidation.cc.
References etlSimHitsToken_, and edm::ParameterSet::getParameter().
|
override |
Definition at line 96 of file EtlSimHitsValidation.cc.
|
overrideprivate |
Definition at line 99 of file EtlSimHitsValidation.cc.
References geant_units::operators::convertMmToCm(), geant_units::operators::convertUnitsTo(), TauDecayModes::dec, HCALHighEnergyHPDFilter_cfi::energy, etlSimHitsToken_, Exception, dqm::impl::MonitorElement::Fill(), ETLDetId::geographicalId(), relativeConstraints::geom, edm::EventSetup::get(), edm::Event::getHandle(), hitMinEnergy_, MTDGeometry::idToDet(), edm::makeValid(), meHitEnergy_, meHitEta_, meHitEvsEta_, meHitEvsPhi_, meHitPhi_, meHitTime_, meHitTvsE_, meHitTvsEta_, meHitTvsPhi_, meHitX_, meHitXlocal_, meHitY_, meHitYlocal_, meHitZ_, meHitZlocal_, meNhits_, meNtrkPerCell_, meOccupancy_, edm::ESHandle< T >::product(), DetId::rawId(), rpcPointValidation_cfi::simHit, findQualityFiles::size, ntuplemaker::time, GeomDet::toGlobal(), x, y, and z.
|
overrideprivatevirtual |
Implements DQMEDAnalyzer.
Definition at line 198 of file EtlSimHitsValidation.cc.
References dqm::dqmstoreimpl::DQMStore::IBooker::book1D(), dqm::dqmstoreimpl::DQMStore::IBooker::book2D(), dqm::dqmstoreimpl::DQMStore::IBooker::bookProfile(), folder_, meHitEnergy_, meHitEta_, meHitEvsEta_, meHitEvsPhi_, meHitPhi_, meHitTime_, meHitTvsE_, meHitTvsEta_, meHitTvsPhi_, meHitX_, meHitXlocal_, meHitY_, meHitYlocal_, meHitZ_, meHitZlocal_, meNhits_, meNtrkPerCell_, meOccupancy_, and dqm::dqmstoreimpl::DQMStore::IBooker::setCurrentFolder().
|
static |
Definition at line 262 of file EtlSimHitsValidation.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), DEFINE_FWK_MODULE, HLT_2018_cff::InputTag, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 60 of file EtlSimHitsValidation.cc.
Referenced by analyze(), and EtlSimHitsValidation().
|
private |
Definition at line 57 of file EtlSimHitsValidation.cc.
Referenced by bookHistograms().
|
private |
Definition at line 58 of file EtlSimHitsValidation.cc.
Referenced by analyze().
|
private |
Definition at line 67 of file EtlSimHitsValidation.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 80 of file EtlSimHitsValidation.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 84 of file EtlSimHitsValidation.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 83 of file EtlSimHitsValidation.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 79 of file EtlSimHitsValidation.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 68 of file EtlSimHitsValidation.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 82 of file EtlSimHitsValidation.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 86 of file EtlSimHitsValidation.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 85 of file EtlSimHitsValidation.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 76 of file EtlSimHitsValidation.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 70 of file EtlSimHitsValidation.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 77 of file EtlSimHitsValidation.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 71 of file EtlSimHitsValidation.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 78 of file EtlSimHitsValidation.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 72 of file EtlSimHitsValidation.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 64 of file EtlSimHitsValidation.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 65 of file EtlSimHitsValidation.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 74 of file EtlSimHitsValidation.cc.
Referenced by analyze(), and bookHistograms().