#include <Validation/MtdValidation/plugins/BtlDigiHitsValidation.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< BTLDigiCollection > | btlDigiHitsToken_ |
const std::string | folder_ |
MonitorElement * | meHitCharge_ [2] |
MonitorElement * | meHitEta_ [2] |
MonitorElement * | meHitPhi_ [2] |
MonitorElement * | meHitQvsEta_ [2] |
MonitorElement * | meHitQvsPhi_ [2] |
MonitorElement * | meHitQvsZ_ [2] |
MonitorElement * | meHitTime_ [2] |
MonitorElement * | meHitTvsEta_ [2] |
MonitorElement * | meHitTvsPhi_ [2] |
MonitorElement * | meHitTvsQ_ [2] |
MonitorElement * | meHitTvsZ_ [2] |
MonitorElement * | meHitX_ [2] |
MonitorElement * | meHitY_ [2] |
MonitorElement * | meHitZ_ [2] |
MonitorElement * | meNhits_ [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: BTL DIGI hits validation
Implementation: [Notes on implementation]
Definition at line 36 of file BtlDigiHitsValidation.cc.
|
explicit |
Definition at line 79 of file BtlDigiHitsValidation.cc.
References btlDigiHitsToken_, and edm::ParameterSet::getParameter().
|
override |
Definition at line 84 of file BtlDigiHitsValidation.cc.
|
overrideprivate |
Definition at line 87 of file BtlDigiHitsValidation.cc.
References ecalMGPA::adc(), btlDigiHitsToken_, BTLDetId::column(), TauDecayModes::dec, Exception, dqm::impl::MonitorElement::Fill(), BTLDetId::geographicalId(), relativeConstraints::geom, edm::EventSetup::get(), edm::Event::getHandle(), MTDTopology::getMTDTopologyMode(), MTDGeometry::idToDet(), edm::makeValid(), meHitCharge_, meHitEta_, meHitPhi_, meHitQvsEta_, meHitQvsPhi_, meHitQvsZ_, meHitTime_, meHitTvsEta_, meHitTvsPhi_, meHitTvsQ_, meHitTvsZ_, meHitX_, meHitY_, meHitZ_, meNhits_, meOccupancy_, RectangularMTDTopology::nrows(), RectangularMTDTopology::pixelToModuleLocalPoint(), edm::ESHandle< T >::product(), DetId::rawId(), BTLDetId::row(), ProxyMTDTopology::specificTopology(), GeomDet::toGlobal(), GeomDet::topology(), and ecaldqm::topology().
|
overrideprivatevirtual |
Implements DQMEDAnalyzer.
Definition at line 160 of file BtlDigiHitsValidation.cc.
References dqm::dqmstoreimpl::DQMStore::IBooker::book1D(), dqm::dqmstoreimpl::DQMStore::IBooker::book2D(), dqm::dqmstoreimpl::DQMStore::IBooker::bookProfile(), folder_, meHitCharge_, meHitEta_, meHitPhi_, meHitQvsEta_, meHitQvsPhi_, meHitQvsZ_, meHitTime_, meHitTvsEta_, meHitTvsPhi_, meHitTvsQ_, meHitTvsZ_, meHitX_, meHitY_, meHitZ_, meNhits_, meOccupancy_, and dqm::dqmstoreimpl::DQMStore::IBooker::setCurrentFolder().
|
static |
Definition at line 254 of file BtlDigiHitsValidation.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), DEFINE_FWK_MODULE, HLT_2018_cff::InputTag, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 52 of file BtlDigiHitsValidation.cc.
Referenced by analyze(), and BtlDigiHitsValidation().
|
private |
Definition at line 50 of file BtlDigiHitsValidation.cc.
Referenced by bookHistograms().
|
private |
Definition at line 58 of file BtlDigiHitsValidation.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 67 of file BtlDigiHitsValidation.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 66 of file BtlDigiHitsValidation.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 71 of file BtlDigiHitsValidation.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 70 of file BtlDigiHitsValidation.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 72 of file BtlDigiHitsValidation.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 59 of file BtlDigiHitsValidation.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 74 of file BtlDigiHitsValidation.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 73 of file BtlDigiHitsValidation.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 69 of file BtlDigiHitsValidation.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 75 of file BtlDigiHitsValidation.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 63 of file BtlDigiHitsValidation.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 64 of file BtlDigiHitsValidation.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 65 of file BtlDigiHitsValidation.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 56 of file BtlDigiHitsValidation.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 61 of file BtlDigiHitsValidation.cc.
Referenced by analyze(), and bookHistograms().