Classes | |
struct | ChannelPlots |
plots related to one Diamond channel More... | |
struct | GlobalPlots |
plots related to the whole system More... | |
struct | PlanePlots |
plots related to one Diamond plane More... | |
struct | PotPlots |
plots related to one Diamond detector package More... | |
Protected Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | bookHistograms (DQMStore::IBooker &, const edm::Run &, const edm::EventSetup &) override |
void | dqmBeginRun (const edm::Run &, const edm::EventSetup &) override |
std::shared_ptr< totemds::Cache > | globalBeginLuminosityBlock (const edm::LuminosityBlock &, const edm::EventSetup &) const override |
void | globalEndLuminosityBlock (const edm::LuminosityBlock &, const edm::EventSetup &) override |
Protected Member Functions inherited from DQMOneEDAnalyzer< edm::LuminosityBlockCache< totemds::Cache > > | |
virtual void | dqmEndRun (edm::Run const &, edm::EventSetup const &) |
Protected Member Functions inherited from edm::ProducerBase | |
template<Transition Tr = Transition::Event> | |
auto | produces (std::string instanceName) noexcept |
declare what type of product will make and with which optional label More... | |
template<Transition B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<BranchType B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces () |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces () |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces () |
template<Transition Tr = Transition::Event> | |
auto | produces () noexcept |
ProducesCollector | producesCollector () |
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) |
Private Attributes | |
std::unordered_map< unsigned int, ChannelPlots > | channelPlots_ |
edm::ESGetToken< CTPPSGeometry, VeryForwardRealGeometryRecord > | geometryToken_ |
edm::ESGetToken< CTPPSGeometry, VeryForwardRealGeometryRecord > | geometryTokenBeginRun_ |
GlobalPlots | globalPlot_ |
double | maximumStripAngleForTomography_ |
double | minimumStripAngleForTomography_ |
bool | perLSsaving_ |
std::unordered_map< unsigned int, PlanePlots > | planePlots_ |
std::unordered_map< unsigned int, PotPlots > | potPlots_ |
unsigned int | samplesForNoise_ |
edm::TimeValue_t | timeOfPreviousEvent_ |
edm::EDGetTokenT< edm::DetSetVector< TotemTimingDigi > > | tokenDigi_ |
edm::EDGetTokenT< std::vector< TotemFEDInfo > > | tokenFEDInfo_ |
edm::EDGetTokenT< edm::DetSetVector< TotemRPLocalTrack > > | tokenLocalTrack_ |
edm::EDGetTokenT< edm::DetSetVector< TotemTimingRecHit > > | tokenRecHit_ |
unsigned int | verbosity_ |
float | verticalShiftBot_ |
float | verticalShiftTop_ |
Definition at line 49 of file TotemTimingDQMSource.cc.
TotemTimingDQMSource::TotemTimingDQMSource | ( | const edm::ParameterSet & | ps | ) |
Definition at line 406 of file TotemTimingDQMSource.cc.
|
override |
Definition at line 426 of file TotemTimingDQMSource.cc.
|
overrideprotectedvirtual |
Reimplemented from DQMOneEDAnalyzer< edm::LuminosityBlockCache< totemds::Cache > >.
Definition at line 489 of file TotemTimingDQMSource.cc.
References amcDumpToRaw_cfi::boardId, channelPlots_, hcalRecHitTable_cff::detId, MillePedeFileConverter_cfg::e, options_cfi::eventSetup, geometryToken_, mps_fire::i, INV_DISPLAY_RESOLUTION_FOR_HITS_MM, edm::HandleBase::isValid(), LHC_CLOCK_PERIOD_NS, maximumStripAngleForTomography_, minimumStripAngleForTomography_, TotemTimingRecHit::NO_T_AVAILABLE, perLSsaving_, planePlots_, potPlots_, HI_PhotonSkim_cff::rechits, SAMPIC_ADC_V, samplesForNoise_, TotemTimingDetId::setChannel(), TotemRPDetId::setPlane(), TotemTimingDetId::setPlane(), timeOfPreviousEvent_, tokenDigi_, tokenFEDInfo_, tokenLocalTrack_, tokenRecHit_, TOTEM_STATION_210, TOTEM_STATION_220, TOTEM_STRIP_MAX_RP_ID, TOTEM_TIMING_BOT_RP_ID, TOTEM_TIMING_TOP_RP_ID, validateGeometry_cfg::valid, verbosity_, verticalShiftBot_, verticalShiftTop_, x, and y.
|
overrideprotectedvirtual |
Implements DQMOneEDAnalyzer< edm::LuminosityBlockCache< totemds::Cache > >.
Definition at line 451 of file TotemTimingDQMSource.cc.
References protons_cff::arm, dqm::implementation::NavigatorBase::cd(), channelPlots_, CTPPS_NUM_OF_ARMS, globalPlot_, planePlots_, potPlots_, dqm::implementation::NavigatorBase::setCurrentFolder(), TOTEM_TIMING_BOT_RP_ID, TOTEM_TIMING_NUM_OF_CHANNELS, TOTEM_TIMING_NUM_OF_PLANES, TOTEM_TIMING_STATION_ID, and TOTEM_TIMING_TOP_RP_ID.
|
overrideprotectedvirtual |
Reimplemented from DQMOneEDAnalyzer< edm::LuminosityBlockCache< totemds::Cache > >.
Definition at line 430 of file TotemTimingDQMSource.cc.
References relativeConstraints::geom, geometryTokenBeginRun_, edm::EventSetup::getData(), DetGeomDesc::getDiamondDimensions(), TOTEM_TIMING_BOT_RP_ID, TOTEM_TIMING_STATION_ID, TOTEM_TIMING_TOP_RP_ID, DetGeomDesc::translation(), verticalShiftBot_, verticalShiftTop_, and DiamondDimensions::yHalfWidth.
|
overrideprotected |
Definition at line 475 of file TotemTimingDQMSource.cc.
References ztail::d, perLSsaving_, plotFactory::plot, and potPlots_.
|
overrideprotected |
Definition at line 743 of file TotemTimingDQMSource.cc.
References CTPPSDetId::arm(), TotemTimingDetId::channel(), channelPlots_, TotemTimingDQMSource::GlobalPlots::digiSentPercentage, dqm::impl::MonitorElement::getTH2F(), globalPlot_, HIT_RATE_FACTOR, edm::LuminosityBlock::index(), perLSsaving_, TotemTimingDetId::plane(), plotFactory::plot, potPlots_, dqm::impl::MonitorElement::Reset(), and CTPPSDetId::rp().
|
private |
Definition at line 205 of file TotemTimingDQMSource.cc.
Referenced by analyze(), bookHistograms(), and globalEndLuminosityBlock().
|
staticprivate |
Definition at line 93 of file TotemTimingDQMSource.cc.
|
staticprivate |
Definition at line 88 of file TotemTimingDQMSource.cc.
|
staticprivate |
Definition at line 87 of file TotemTimingDQMSource.cc.
|
staticprivate |
Definition at line 79 of file TotemTimingDQMSource.cc.
Referenced by bookHistograms().
|
staticprivate |
Definition at line 71 of file TotemTimingDQMSource.cc.
|
staticprivate |
Definition at line 68 of file TotemTimingDQMSource.cc.
|
private |
Definition at line 101 of file TotemTimingDQMSource.cc.
Referenced by analyze().
|
private |
Definition at line 102 of file TotemTimingDQMSource.cc.
Referenced by dqmBeginRun().
|
private |
Definition at line 121 of file TotemTimingDQMSource.cc.
Referenced by bookHistograms(), and globalEndLuminosityBlock().
|
staticprivate |
Definition at line 70 of file TotemTimingDQMSource.cc.
Referenced by globalEndLuminosityBlock().
|
staticprivate |
Definition at line 74 of file TotemTimingDQMSource.cc.
Referenced by analyze(), TotemTimingDQMSource::PlanePlots::PlanePlots(), and TotemTimingDQMSource::PotPlots::PotPlots().
|
staticprivate |
Definition at line 67 of file TotemTimingDQMSource.cc.
Referenced by analyze().
|
private |
Definition at line 105 of file TotemTimingDQMSource.cc.
Referenced by analyze().
|
private |
Definition at line 104 of file TotemTimingDQMSource.cc.
Referenced by analyze().
|
private |
Definition at line 107 of file TotemTimingDQMSource.cc.
Referenced by analyze(), globalBeginLuminosityBlock(), and globalEndLuminosityBlock().
|
private |
Definition at line 179 of file TotemTimingDQMSource.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 165 of file TotemTimingDQMSource.cc.
Referenced by analyze(), bookHistograms(), globalBeginLuminosityBlock(), and globalEndLuminosityBlock().
|
staticprivate |
Definition at line 78 of file TotemTimingDQMSource.cc.
Referenced by analyze().
|
staticprivate |
Definition at line 77 of file TotemTimingDQMSource.cc.
|
staticprivate |
Definition at line 76 of file TotemTimingDQMSource.cc.
|
private |
Definition at line 106 of file TotemTimingDQMSource.cc.
Referenced by analyze().
|
staticprivate |
Definition at line 64 of file TotemTimingDQMSource.cc.
|
staticprivate |
Definition at line 94 of file TotemTimingDQMSource.cc.
|
private |
Definition at line 109 of file TotemTimingDQMSource.cc.
Referenced by analyze().
|
private |
Definition at line 97 of file TotemTimingDQMSource.cc.
Referenced by analyze().
|
private |
Definition at line 99 of file TotemTimingDQMSource.cc.
Referenced by analyze().
|
private |
Definition at line 96 of file TotemTimingDQMSource.cc.
Referenced by analyze().
|
private |
Definition at line 98 of file TotemTimingDQMSource.cc.
Referenced by analyze().
|
staticprivate |
Definition at line 75 of file TotemTimingDQMSource.cc.
Referenced by TotemTimingDQMSource::ChannelPlots::ChannelPlots(), and TotemTimingDQMSource::PotPlots::PotPlots().
|
staticprivate |
Definition at line 81 of file TotemTimingDQMSource.cc.
Referenced by analyze().
|
staticprivate |
Definition at line 82 of file TotemTimingDQMSource.cc.
Referenced by analyze().
|
staticprivate |
Definition at line 86 of file TotemTimingDQMSource.cc.
Referenced by analyze().
|
staticprivate |
Definition at line 85 of file TotemTimingDQMSource.cc.
|
staticprivate |
Definition at line 84 of file TotemTimingDQMSource.cc.
Referenced by analyze(), bookHistograms(), and dqmBeginRun().
|
staticprivate |
Definition at line 91 of file TotemTimingDQMSource.cc.
|
staticprivate |
Definition at line 92 of file TotemTimingDQMSource.cc.
|
staticprivate |
Definition at line 90 of file TotemTimingDQMSource.cc.
Referenced by bookHistograms().
|
staticprivate |
Definition at line 89 of file TotemTimingDQMSource.cc.
Referenced by bookHistograms().
|
staticprivate |
Definition at line 80 of file TotemTimingDQMSource.cc.
Referenced by bookHistograms(), and dqmBeginRun().
|
staticprivate |
Definition at line 83 of file TotemTimingDQMSource.cc.
Referenced by analyze(), bookHistograms(), and dqmBeginRun().
|
private |
Definition at line 108 of file TotemTimingDQMSource.cc.
Referenced by analyze().
|
private |
Definition at line 111 of file TotemTimingDQMSource.cc.
Referenced by analyze(), and dqmBeginRun().
|
private |
Definition at line 111 of file TotemTimingDQMSource.cc.
Referenced by analyze(), and dqmBeginRun().