CMS 3D CMS Logo

List of all members | Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes
SiStripFEDCheckPlugin Class Reference
Inheritance diagram for SiStripFEDCheckPlugin:
DQMOneEDAnalyzer<> edm::one::EDProducer< edm::EndRunProducer, edm::one::WatchRuns, edm::Accumulator, Args... > edm::one::EDProducerBase edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 SiStripFEDCheckPlugin (const edm::ParameterSet &)
 
 ~SiStripFEDCheckPlugin () override
 
- Public Member Functions inherited from DQMOneEDAnalyzer<>
void accumulate (edm::Event const &event, edm::EventSetup const &setup) override
 
void beginRun (edm::Run const &run, edm::EventSetup const &setup) final
 
 DQMOneEDAnalyzer ()
 
void endRun (edm::Run const &, edm::EventSetup const &) final
 
void endRunProduce (edm::Run &run, edm::EventSetup const &setup) final
 
virtual bool getCanSaveByLumi ()
 
- Public Member Functions inherited from edm::one::EDProducer< edm::EndRunProducer, edm::one::WatchRuns, edm::Accumulator, Args... >
 EDProducer ()=default
 
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
bool hasAbilityToProduceInBeginLumis () const final
 
bool hasAbilityToProduceInBeginProcessBlocks () const final
 
bool hasAbilityToProduceInBeginRuns () const final
 
bool hasAbilityToProduceInEndLumis () const final
 
bool hasAbilityToProduceInEndProcessBlocks () const final
 
bool hasAbilityToProduceInEndRuns () const final
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsInputProcessBlocks () const final
 
bool wantsProcessBlocks () const final
 
- Public Member Functions inherited from edm::one::EDProducerBase
 EDProducerBase ()
 
ModuleDescription const & moduleDescription () const
 
bool wantsStreamLuminosityBlocks () const
 
bool wantsStreamRuns () const
 
 ~EDProducerBase () override
 
- Public Member Functions inherited from edm::ProducerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
std::vector< edm::ProductResolverIndex > const & indiciesForPutProducts (BranchType iBranchType) const
 
 ProducerBase ()
 
std::vector< edm::ProductResolverIndex > const & putTokenIndexToProductResolverIndex () const
 
std::vector< bool > const & recordProvenanceList () const
 
void registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &)
 
std::function< void(BranchDescription const &)> registrationCallback () const
 used by the fwk to register list of products More...
 
void resolvePutIndicies (BranchType iBranchType, ModuleToResolverIndicies const &iIndicies, std::string const &moduleLabel)
 
TypeLabelList const & typeLabelList () const
 used by the fwk to register the list of products of this module More...
 
 ~ProducerBase () noexcept(false) override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase &&)=default
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESProxyIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex > const & esGetTokenRecordIndicesVector (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::array< std::vector< ModuleDescription const * > *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

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
 
void doUpdateIfNeeded ()
 
void dqmEndRun (edm::Run const &, edm::EventSetup const &) override
 
void fillFatalError (unsigned int fedId, bool fatalError)
 
void fillNonFatalError (unsigned int fedId, float nonFatalError)
 
void fillPresent (unsigned int fedId, bool present)
 
bool hasFatalError (const FEDRawData &fedData, unsigned int fedId) const
 
bool hasNonFatalError (const FEDRawData &fedData, unsigned int fedId) const
 
void updateCabling (const SiStripFedCablingRcd &cablingRcd)
 
void updateHistograms ()
 

Private Attributes

const SiStripFedCablingcabling_
 
bool checkChannelLengths_
 
bool checkChannelStatusBits_
 
bool checkFELengths_
 
bool checkPacketCodes_
 
edm::ParameterSet conf_
 
std::string dirName_
 
bool doPayloadChecks_
 
bool doPLOTfedFatalErrors_
 
bool doPLOTfedNonFatalErrors_
 
bool doPLOTfedsPresent_
 
bool doPLOTnFEDinVsLS_
 
bool doPLOTnFEDinWdataVsLS_
 
unsigned int eventCount_
 
edm::ESGetToken< SiStripFedCabling, SiStripFedCablingRcdfedCablingToken_
 
edm::ESWatcher< SiStripFedCablingRcdfedCablingWatcher_
 
std::vector< unsigned int > fedFatalErrorBinContents_
 
MonitorElementfedFatalErrors_
 
std::vector< unsigned int > fedNonFatalErrorBinContents_
 
MonitorElementfedNonFatalErrors_
 
MonitorElementfedsPresent_
 
std::vector< unsigned int > fedsPresentBinContents_
 
MonitorElementnFEDinVsLS_
 
MonitorElementnFEDinWdataVsLS_
 
bool printDebug_
 
edm::InputTag rawDataTag_
 
edm::EDGetTokenT< FEDRawDataCollectionrawDataToken_
 
unsigned int siStripFedIdMax_
 
unsigned int siStripFedIdMin_
 
edm::ESGetToken< TrackerTopology, TrackerTopologyRcdtTopoToken_
 
unsigned int updateFrequency_
 
bool verbose_
 

Additional Inherited Members

- Public Types inherited from DQMOneEDAnalyzer<>
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 DQMOneEDAnalyzer<>
virtual void dqmBeginRun (edm::Run const &, edm::EventSetup const &)
 
- Protected Member Functions inherited from edm::ProducerBase
template<class ProductType >
BranchAliasSetterT< ProductType > produces ()
 declare what type of product will make and with which optional label More...
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces ()
 
template<typename ProductType , Transition B>
BranchAliasSetterT< ProductType > produces ()
 
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)
 
template<Transition B>
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 (std::string instanceName)
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
ProducesCollector producesCollector ()
 
- Protected Member Functions inherited from edm::EDConsumerBase
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< B > consumes (edm::InputTag tag) noexcept
 
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<Transition Tr = Transition::Event>
constexpr auto esConsumes () noexcept
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag) noexcept
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 
- Protected Attributes inherited from DQMOneEDAnalyzer<>
edm::EDPutTokenT< DQMTokenrunToken_
 

Detailed Description

Description: DQM source application to produce data integrety histograms for SiStrip data for use in HLT and Prompt reco

Definition at line 53 of file SiStripFEDDataCheck.cc.

Constructor & Destructor Documentation

◆ SiStripFEDCheckPlugin()

SiStripFEDCheckPlugin::SiStripFEDCheckPlugin ( const edm::ParameterSet iConfig)
explicit

Definition at line 120 of file SiStripFEDDataCheck.cc.

121  : rawDataTag_(iConfig.getParameter<edm::InputTag>("RawDataTag")),
122  dirName_(iConfig.getUntrackedParameter<std::string>("DirName", "SiStrip/FEDIntegrity/")),
123  printDebug_(iConfig.getUntrackedParameter<bool>("PrintDebugMessages", false)),
124  doPLOTfedsPresent_(iConfig.getParameter<bool>("doPLOTfedsPresent")),
125  doPLOTfedFatalErrors_(iConfig.getParameter<bool>("doPLOTfedFatalErrors")),
126  doPLOTfedNonFatalErrors_(iConfig.getParameter<bool>("doPLOTfedNonFatalErrors")),
127  doPLOTnFEDinVsLS_(iConfig.getParameter<bool>("doPLOTnFEDinVsLS")),
128  doPLOTnFEDinWdataVsLS_(iConfig.getParameter<bool>("doPLOTnFEDinWdataVsLS")),
129  fedsPresent_(nullptr),
130  fedFatalErrors_(nullptr),
131  fedNonFatalErrors_(nullptr),
132  nFEDinVsLS_(nullptr),
133  nFEDinWdataVsLS_(nullptr),
134  updateFrequency_(iConfig.getUntrackedParameter<unsigned int>("HistogramUpdateFrequency", 0)),
138  eventCount_(0),
139  doPayloadChecks_(iConfig.getUntrackedParameter<bool>("DoPayloadChecks", true)),
140  checkChannelLengths_(iConfig.getUntrackedParameter<bool>("CheckChannelLengths", true)),
141  checkPacketCodes_(iConfig.getUntrackedParameter<bool>("CheckChannelPacketCodes", true)),
142  checkFELengths_(iConfig.getUntrackedParameter<bool>("CheckFELengths", true)),
143  checkChannelStatusBits_(iConfig.getUntrackedParameter<bool>("CheckChannelStatus", true)),
144  verbose_(iConfig.getUntrackedParameter<bool>("verbose", false)),
146  fedCablingToken_(esConsumes<>()),
147  tTopoToken_(esConsumes<>()) {
148  rawDataToken_ = consumes<FEDRawDataCollection>(rawDataTag_);
150  std::stringstream ss;
151  ss << "Payload checks are disabled but individual payload checks have been enabled. The following payload checks "
152  "will be skipped: ";
154  ss << "Channel length check, ";
155  if (checkPacketCodes_)
156  ss << "Channel packet code check, ";
158  ss << "Cabled channel status bits checks, ";
159  if (checkFELengths_)
160  ss << "FE Unit legnth check";
161  edm::LogWarning("SiStripFEDCheck") << ss.str();
162  }
163 
166 
167  conf_ = iConfig;
168 }

References checkChannelLengths_, checkChannelStatusBits_, checkFELengths_, checkPacketCodes_, conf_, doPayloadChecks_, FEDNumbering::MAXSiStripFEDID, FEDNumbering::MINSiStripFEDID, printDebug_, rawDataTag_, rawDataToken_, siStripFedIdMax_, siStripFedIdMin_, and contentValuesCheck::ss.

◆ ~SiStripFEDCheckPlugin()

SiStripFEDCheckPlugin::~SiStripFEDCheckPlugin ( )
override

Definition at line 170 of file SiStripFEDDataCheck.cc.

170 {}

Member Function Documentation

◆ analyze()

void SiStripFEDCheckPlugin::analyze ( const edm::Event iEvent,
const edm::EventSetup iSetup 
)
overrideprivatevirtual

Reimplemented from DQMOneEDAnalyzer<>.

Definition at line 177 of file SiStripFEDDataCheck.cc.

177  {
178  const auto tTopo = &iSetup.getData(tTopoToken_);
179  fedCablingWatcher_.check(iSetup);
180 
181  //get raw data
182  edm::Handle<FEDRawDataCollection> rawDataCollectionHandle;
183  const bool gotData = iEvent.getByToken(rawDataToken_, rawDataCollectionHandle);
184  if (verbose_)
185  std::cout << "[SiStripFEDCheckPlugin::analyze] gotData ? " << (gotData ? "YES" : "NOPE") << std::endl;
186  if (!gotData) {
187  //module is required to silently do nothing when data is not present
188  return;
189  }
190  const FEDRawDataCollection& rawDataCollection = *rawDataCollectionHandle;
191 
192  //FED errors
193  FEDErrors lFedErrors;
194 
195  //loop over siStrip FED IDs
196  size_t nFEDin = 0;
197  size_t nFEDinWdata = 0;
198  for (unsigned int fedId = siStripFedIdMin_; fedId <= siStripFedIdMax_; fedId++) {
199  const FEDRawData& fedData = rawDataCollection.FEDData(fedId);
200 
201  //create an object to fill all errors
202  //third param to false:save time by not initialising anything not used here
203  lFedErrors.initialiseFED(fedId, cabling_, tTopo, false);
204 
205  //check data exists
206  if (!fedData.size() || !fedData.data()) {
207  fillPresent(fedId, false);
208  continue;
209  }
210  if (verbose_)
211  std::cout << "FED " << fedId;
212  if (verbose_)
213  std::cout << " fedData.size(): " << fedData.size();
214  if (verbose_)
215  std::cout << " fedData.data(): " << fedData.data() << std::endl;
216  if (fedData.size())
217  nFEDin++;
218  if (fedData.size() && fedData.data())
219  nFEDinWdata++;
220 
221  //fill buffer present histogram
222  fillPresent(fedId, true);
223 
224  //check for fatal errors
225  //no need for debug output
226  bool hasFatalErrors = false;
227  float rateNonFatal = 0;
228 
229  std::unique_ptr<const sistrip::FEDBuffer> buffer;
230 
231  if (!lFedErrors.fillFatalFEDErrors(fedData, 0)) {
232  hasFatalErrors = true;
233  } else {
234  //need to construct full object to go any further
236  const auto st_buffer = sistrip::preconstructCheckFEDBuffer(fedData, true);
237  if (sistrip::FEDBufferStatusCode::SUCCESS != st_buffer) {
238  throw cms::Exception("FEDBuffer") << st_buffer << " (check debug output for more details)";
239  }
240  auto tmp_buffer = std::make_unique<sistrip::FEDBuffer>(fedData, true);
241  tmp_buffer->findChannels();
242  buffer = std::move(tmp_buffer); // const now
243  if (doPayloadChecks_) {
244  bool channelLengthsOK = checkChannelLengths_ ? buffer->checkChannelLengthsMatchBufferLength() : true;
245  bool channelPacketCodesOK = checkPacketCodes_ ? buffer->checkChannelPacketCodes() : true;
246  bool feLengthsOK = checkFELengths_ ? buffer->checkFEUnitLengths() : true;
247  if (!channelLengthsOK || !channelPacketCodesOK || !feLengthsOK) {
248  hasFatalErrors = true;
249  }
250  }
252  rateNonFatal = lFedErrors.fillNonFatalFEDErrors(buffer.get(), cabling_);
253  }
254  }
255 
256  if (hasFatalErrors) {
257  fillFatalError(fedId, true);
258  if (printDebug_) {
259  if (!buffer.get()) {
260  const auto st_buffer = sistrip::preconstructCheckFEDBuffer(fedData, true);
261  if (sistrip::FEDBufferStatusCode::SUCCESS != st_buffer) {
262  throw cms::Exception("FEDBuffer") << st_buffer << " (check debug output for more details)";
263  }
264  auto tmp_buffer = std::make_unique<sistrip::FEDBuffer>(fedData, true);
265  tmp_buffer->findChannels();
266  buffer = std::move(tmp_buffer); // const now
267  }
268  edm::LogInfo("SiStripFEDCheck") << "Fatal error with FED ID " << fedId << ". Check summary: " << std::endl
269  << buffer->checkSummary() << std::endl;
270  std::stringstream ss;
271  buffer->dump(ss);
272  edm::LogInfo("SiStripFEDCheck") << ss.str();
273  }
274  } else {
275  fillFatalError(fedId, false);
276  //fill non-fatal errors histogram if there were no fatal errors
277  fillNonFatalError(fedId, rateNonFatal);
278  if (printDebug_ && rateNonFatal > 0) {
279  if (!buffer.get()) {
280  const auto st_buffer = sistrip::preconstructCheckFEDBuffer(fedData, true);
281  if (sistrip::FEDBufferStatusCode::SUCCESS != st_buffer) {
282  throw cms::Exception("FEDBuffer") << st_buffer << " (check debug output for more details)";
283  }
284  auto tmp_buffer = std::make_unique<sistrip::FEDBuffer>(fedData, true);
285  tmp_buffer->findChannels();
286  buffer = std::move(tmp_buffer); // const now
287  }
288  edm::LogInfo("SiStripFEDCheck") << "Non-fatal error with FED ID " << fedId << " for " << rateNonFatal
289  << " of the channels. Check summary: " << std::endl
290  << buffer->checkSummary() << std::endl;
291  std::stringstream ss;
292  buffer->dump(ss);
293  edm::LogInfo("SiStripFEDCheck") << ss.str();
294  }
295  }
296  } //loop over FED IDs
297  if (verbose_)
298  std::cout << "nFEDin: " << nFEDin << " nFEDinWdata: " << nFEDinWdata << std::endl;
299  if (doPLOTnFEDinVsLS_)
300  nFEDinVsLS_->Fill(static_cast<double>(iEvent.id().luminosityBlock()), nFEDin);
302  nFEDinWdataVsLS_->Fill(static_cast<double>(iEvent.id().luminosityBlock()), nFEDinWdata);
303 
304  //update histograms if needed
306 }

References edmScanValgrind::buffer, cabling_, edm::ESWatcher< T >::check(), checkChannelLengths_, checkChannelStatusBits_, checkFELengths_, checkPacketCodes_, gather_cfg::cout, FEDRawData::data(), doPayloadChecks_, doPLOTnFEDinVsLS_, doPLOTnFEDinWdataVsLS_, doUpdateIfNeeded(), Exception, fedCablingWatcher_, FEDRawDataCollection::FEDData(), l1tstage2_dqm_sourceclient-live_cfg::fedId, dqm::impl::MonitorElement::Fill(), fillFatalError(), fillNonFatalError(), fillPresent(), edm::EventSetup::getData(), iEvent, eostools::move(), nFEDinVsLS_, nFEDinWdataVsLS_, sistrip::preconstructCheckFEDBuffer(), printDebug_, rawDataToken_, siStripFedIdMax_, siStripFedIdMin_, FEDRawData::size(), contentValuesCheck::ss, sistrip::SUCCESS, tTopoToken_, and verbose_.

◆ bookHistograms()

void SiStripFEDCheckPlugin::bookHistograms ( DQMStore::IBooker ibooker,
edm::Run const &  run,
edm::EventSetup const &  eSetup 
)
overrideprivatevirtual

Implements DQMOneEDAnalyzer<>.

Definition at line 309 of file SiStripFEDDataCheck.cc.

311  {
312  size_t nFED = siStripFedIdMax_ - siStripFedIdMin_ + 1;
313  double xFEDmin = siStripFedIdMin_ - 0.5;
314  double xFEDmax = siStripFedIdMax_ + 0.5;
315 
316  //get DQM store
317  ibooker.setCurrentFolder(dirName_);
318  //book histograms
319  if (doPLOTfedsPresent_) {
320  fedsPresent_ =
321  ibooker.book1D("FEDEntries", "Number of times FED buffer is present in data", nFED, xFEDmin, xFEDmax);
322  fedsPresent_->setAxisTitle("FED-ID", 1);
323  }
324 
325  if (doPLOTfedFatalErrors_) {
326  fedFatalErrors_ = ibooker.book1D("FEDFatal", "Number of fatal errors in FED buffer", nFED, xFEDmin, xFEDmax);
327  fedFatalErrors_->setAxisTitle("FED-ID", 1);
328  }
329 
332  ibooker.book1D("FEDNonFatal", "Number of non fatal errors in FED buffer", nFED, xFEDmin, xFEDmax);
333  fedNonFatalErrors_->setAxisTitle("FED-ID", 1);
334  }
335 
336  int LSBin = conf_.getParameter<int>("LSBin");
337  double LSMin = conf_.getParameter<double>("LSMin");
338  double LSMax = conf_.getParameter<double>("LSMax");
339 
340  if (doPLOTnFEDinVsLS_) {
341  nFEDinVsLS_ =
342  ibooker.bookProfile("nFEDinVsLS", "number of FED in Vs LS", LSBin, LSMin, LSMax, nFED, xFEDmin, xFEDmax);
343  nFEDinVsLS_->setAxisTitle("LS", 1);
344  nFEDinVsLS_->setAxisTitle("FED-ID", 2);
345  }
346 
348  nFEDinWdataVsLS_ = ibooker.bookProfile(
349  "nFEDinWdataVsLS", "number of FED in (with data) Vs LS", LSBin, LSMin, LSMax, nFED, xFEDmin, xFEDmax);
350  nFEDinWdataVsLS_->setAxisTitle("LS", 1);
351  nFEDinWdataVsLS_->setAxisTitle("FED-ID", 2);
352  }
353 }

References dqm::implementation::IBooker::book1D(), dqm::implementation::IBooker::bookProfile(), conf_, dirName_, doPLOTfedFatalErrors_, doPLOTfedNonFatalErrors_, doPLOTfedsPresent_, doPLOTnFEDinVsLS_, doPLOTnFEDinWdataVsLS_, fedFatalErrors_, fedNonFatalErrors_, fedsPresent_, edm::ParameterSet::getParameter(), siStripFEDCheck_cfi::LSBin, siStripFEDCheck_cfi::LSMax, siStripFEDCheck_cfi::LSMin, nFEDinVsLS_, nFEDinWdataVsLS_, dqm::impl::MonitorElement::setAxisTitle(), dqm::implementation::NavigatorBase::setCurrentFolder(), siStripFedIdMax_, and siStripFedIdMin_.

◆ doUpdateIfNeeded()

void SiStripFEDCheckPlugin::doUpdateIfNeeded ( )
private

Definition at line 394 of file SiStripFEDDataCheck.cc.

394  {
395  eventCount_++;
398  }
399 }

References eventCount_, updateFrequency_, and updateHistograms().

Referenced by analyze().

◆ dqmEndRun()

void SiStripFEDCheckPlugin::dqmEndRun ( edm::Run const &  ,
edm::EventSetup const &   
)
overrideprivatevirtual

Reimplemented from DQMOneEDAnalyzer<>.

Definition at line 356 of file SiStripFEDDataCheck.cc.

356 { updateHistograms(); }

References updateHistograms().

◆ fillDescriptions()

void SiStripFEDCheckPlugin::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 429 of file SiStripFEDDataCheck.cc.

429  {
431 
432  // Directory to book histograms in
433  desc.addUntracked<std::string>("DirName", "SiStrip/FEDIntegrity/");
434  // Raw data collection
435  desc.add<edm::InputTag>("RawDataTag", edm::InputTag("source"));
436  // Number of events to cache info before updating histograms
437  // (set to zero to disable cache)
438  // HistogramUpdateFrequency = cms.untracked.uint32(0),
439  desc.addUntracked<unsigned int>("HistogramUpdateFrequency", 1000);
440  // Print info about errors buffer dumps to LogInfo(SiStripFEDCheck)
441  desc.addUntracked<bool>("PrintDebugMessages", false);
442  desc.add<bool>("doPLOTfedsPresent", true);
443  desc.add<bool>("doPLOTfedFatalErrors", true);
444  desc.add<bool>("doPLOTfedNonFatalErrors", true);
445  desc.add<bool>("doPLOTnFEDinVsLS", false);
446  desc.add<bool>("doPLOTnFEDinWdataVsLS", false);
447  // Write the DQM store to a file (DQMStore.root) at the end of the run
448  desc.addUntracked<bool>("WriteDQMStore", false);
449  // Use to disable all payload (non-fatal) checks
450  desc.addUntracked<bool>("DoPayloadChecks", true);
451  // Use to disable check on channel lengths
452  desc.addUntracked<bool>("CheckChannelLengths", true);
453  // Use to disable check on channel packet codes
454  desc.addUntracked<bool>("CheckChannelPacketCodes", true);
455  // Use to disable check on FE unit lengths in full debug header
456  desc.addUntracked<bool>("CheckFELengths", true);
457  // Use to disable check on channel status bits
458  desc.addUntracked<bool>("CheckChannelStatus", true);
459  desc.add<int>("LSBin", 5000);
460  desc.add<double>("LSMin", 0.5);
461  desc.add<double>("LSMax", 5000.5);
462 
463  descriptions.addDefault(desc);
464 }

References edm::ConfigurationDescriptions::addDefault(), submitPVResolutionJobs::desc, HLT_FULL_cff::InputTag, and AlCaHLTBitMon_QueryRunRegistry::string.

◆ fillFatalError()

void SiStripFEDCheckPlugin::fillFatalError ( unsigned int  fedId,
bool  fatalError 
)
inlineprivate

Definition at line 371 of file SiStripFEDDataCheck.cc.

371  {
372  if (updateFrequency_) {
373  if (fatalError)
375  } else {
376  //fedFatalErrors_->Fill( fatalError ? 1 : 0 );
377  if (fatalError)
380  }
381 }

References doPLOTfedFatalErrors_, fedFatalErrorBinContents_, fedFatalErrors_, l1tstage2_dqm_sourceclient-live_cfg::fedId, dqm::impl::MonitorElement::Fill(), and updateFrequency_.

Referenced by analyze().

◆ fillNonFatalError()

void SiStripFEDCheckPlugin::fillNonFatalError ( unsigned int  fedId,
float  nonFatalError 
)
inlineprivate

Definition at line 383 of file SiStripFEDDataCheck.cc.

383  {
384  if (updateFrequency_) {
385  if (nonFatalError > 0)
386  fedNonFatalErrorBinContents_[fedId]++; //nonFatalError;
387  } else {
388  if (nonFatalError > 0)
391  }
392 }

References doPLOTfedNonFatalErrors_, l1tstage2_dqm_sourceclient-live_cfg::fedId, fedNonFatalErrorBinContents_, fedNonFatalErrors_, dqm::impl::MonitorElement::Fill(), and updateFrequency_.

Referenced by analyze().

◆ fillPresent()

void SiStripFEDCheckPlugin::fillPresent ( unsigned int  fedId,
bool  present 
)
inlineprivate

◆ hasFatalError()

bool SiStripFEDCheckPlugin::hasFatalError ( const FEDRawData fedData,
unsigned int  fedId 
) const
private

◆ hasNonFatalError()

bool SiStripFEDCheckPlugin::hasNonFatalError ( const FEDRawData fedData,
unsigned int  fedId 
) const
private

◆ updateCabling()

void SiStripFEDCheckPlugin::updateCabling ( const SiStripFedCablingRcd cablingRcd)
private

Definition at line 358 of file SiStripFEDDataCheck.cc.

358  {
359  cabling_ = &cablingRcd.get(fedCablingToken_);
360 }

References cabling_, fedCablingToken_, and edm::eventsetup::EventSetupRecordImplementation< T >::get().

◆ updateHistograms()

void SiStripFEDCheckPlugin::updateHistograms ( )
private

Definition at line 401 of file SiStripFEDDataCheck.cc.

401  {
402  //if the cache is not being used then do nothing
403  if (!updateFrequency_)
404  return;
405  unsigned int entriesFedsPresent = 0;
406  unsigned int entriesFatalErrors = 0;
407  unsigned int entriesNonFatalErrors = 0;
408  for (unsigned int fedId = siStripFedIdMin_, bin = 1; fedId < siStripFedIdMax_ + 1; fedId++, bin++) {
409  unsigned int fedsPresentBin = fedsPresentBinContents_[fedId];
410  if (doPLOTfedsPresent_)
411  fedsPresent_->getTH1()->SetBinContent(bin, fedsPresentBin);
412  entriesFedsPresent += fedsPresentBin;
413  unsigned int fedFatalErrorsBin = fedFatalErrorBinContents_[fedId];
415  fedFatalErrors_->getTH1()->SetBinContent(bin, fedFatalErrorsBin);
416  entriesFatalErrors += fedFatalErrorsBin;
417  unsigned int fedNonFatalErrorsBin = fedNonFatalErrorBinContents_[fedId];
419  fedNonFatalErrors_->getTH1()->SetBinContent(bin, fedNonFatalErrorsBin);
420  entriesNonFatalErrors += fedNonFatalErrorsBin;
421  }
422  if (doPLOTfedsPresent_)
423  fedsPresent_->getTH1()->SetEntries(entriesFedsPresent);
425  fedFatalErrors_->getTH1()->SetEntries(entriesFatalErrors);
427  fedNonFatalErrors_->getTH1()->SetEntries(entriesNonFatalErrors);
428 }

References newFWLiteAna::bin, doPLOTfedFatalErrors_, doPLOTfedNonFatalErrors_, doPLOTfedsPresent_, fedFatalErrorBinContents_, fedFatalErrors_, l1tstage2_dqm_sourceclient-live_cfg::fedId, fedNonFatalErrorBinContents_, fedNonFatalErrors_, fedsPresent_, fedsPresentBinContents_, dqm::impl::MonitorElement::getTH1(), siStripFedIdMax_, siStripFedIdMin_, and updateFrequency_.

Referenced by doUpdateIfNeeded(), and dqmEndRun().

Member Data Documentation

◆ cabling_

const SiStripFedCabling* SiStripFEDCheckPlugin::cabling_
private

Definition at line 104 of file SiStripFEDDataCheck.cc.

Referenced by analyze(), and updateCabling().

◆ checkChannelLengths_

bool SiStripFEDCheckPlugin::checkChannelLengths_
private

Definition at line 101 of file SiStripFEDDataCheck.cc.

Referenced by analyze(), and SiStripFEDCheckPlugin().

◆ checkChannelStatusBits_

bool SiStripFEDCheckPlugin::checkChannelStatusBits_
private

Definition at line 101 of file SiStripFEDDataCheck.cc.

Referenced by analyze(), and SiStripFEDCheckPlugin().

◆ checkFELengths_

bool SiStripFEDCheckPlugin::checkFELengths_
private

Definition at line 101 of file SiStripFEDDataCheck.cc.

Referenced by analyze(), and SiStripFEDCheckPlugin().

◆ checkPacketCodes_

bool SiStripFEDCheckPlugin::checkPacketCodes_
private

Definition at line 101 of file SiStripFEDDataCheck.cc.

Referenced by analyze(), and SiStripFEDCheckPlugin().

◆ conf_

edm::ParameterSet SiStripFEDCheckPlugin::conf_
private

Definition at line 113 of file SiStripFEDDataCheck.cc.

Referenced by bookHistograms(), and SiStripFEDCheckPlugin().

◆ dirName_

std::string SiStripFEDCheckPlugin::dirName_
private

Definition at line 78 of file SiStripFEDDataCheck.cc.

Referenced by bookHistograms().

◆ doPayloadChecks_

bool SiStripFEDCheckPlugin::doPayloadChecks_
private

Definition at line 101 of file SiStripFEDDataCheck.cc.

Referenced by analyze(), and SiStripFEDCheckPlugin().

◆ doPLOTfedFatalErrors_

bool SiStripFEDCheckPlugin::doPLOTfedFatalErrors_
private

Definition at line 82 of file SiStripFEDDataCheck.cc.

Referenced by bookHistograms(), fillFatalError(), and updateHistograms().

◆ doPLOTfedNonFatalErrors_

bool SiStripFEDCheckPlugin::doPLOTfedNonFatalErrors_
private

Definition at line 82 of file SiStripFEDDataCheck.cc.

Referenced by bookHistograms(), fillNonFatalError(), and updateHistograms().

◆ doPLOTfedsPresent_

bool SiStripFEDCheckPlugin::doPLOTfedsPresent_
private

Definition at line 82 of file SiStripFEDDataCheck.cc.

Referenced by bookHistograms(), fillPresent(), and updateHistograms().

◆ doPLOTnFEDinVsLS_

bool SiStripFEDCheckPlugin::doPLOTnFEDinVsLS_
private

Definition at line 83 of file SiStripFEDDataCheck.cc.

Referenced by analyze(), and bookHistograms().

◆ doPLOTnFEDinWdataVsLS_

bool SiStripFEDCheckPlugin::doPLOTnFEDinWdataVsLS_
private

Definition at line 83 of file SiStripFEDDataCheck.cc.

Referenced by analyze(), and bookHistograms().

◆ eventCount_

unsigned int SiStripFEDCheckPlugin::eventCount_
private

Definition at line 98 of file SiStripFEDDataCheck.cc.

Referenced by doUpdateIfNeeded().

◆ fedCablingToken_

edm::ESGetToken<SiStripFedCabling, SiStripFedCablingRcd> SiStripFEDCheckPlugin::fedCablingToken_
private

Definition at line 107 of file SiStripFEDDataCheck.cc.

Referenced by updateCabling().

◆ fedCablingWatcher_

edm::ESWatcher<SiStripFedCablingRcd> SiStripFEDCheckPlugin::fedCablingWatcher_
private

Definition at line 106 of file SiStripFEDDataCheck.cc.

Referenced by analyze().

◆ fedFatalErrorBinContents_

std::vector<unsigned int> SiStripFEDCheckPlugin::fedFatalErrorBinContents_
private

Definition at line 96 of file SiStripFEDDataCheck.cc.

Referenced by fillFatalError(), and updateHistograms().

◆ fedFatalErrors_

MonitorElement* SiStripFEDCheckPlugin::fedFatalErrors_
private

Definition at line 85 of file SiStripFEDDataCheck.cc.

Referenced by bookHistograms(), fillFatalError(), and updateHistograms().

◆ fedNonFatalErrorBinContents_

std::vector<unsigned int> SiStripFEDCheckPlugin::fedNonFatalErrorBinContents_
private

Definition at line 97 of file SiStripFEDDataCheck.cc.

Referenced by fillNonFatalError(), and updateHistograms().

◆ fedNonFatalErrors_

MonitorElement* SiStripFEDCheckPlugin::fedNonFatalErrors_
private

Definition at line 86 of file SiStripFEDDataCheck.cc.

Referenced by bookHistograms(), fillNonFatalError(), and updateHistograms().

◆ fedsPresent_

MonitorElement* SiStripFEDCheckPlugin::fedsPresent_
private

Definition at line 84 of file SiStripFEDDataCheck.cc.

Referenced by bookHistograms(), fillPresent(), and updateHistograms().

◆ fedsPresentBinContents_

std::vector<unsigned int> SiStripFEDCheckPlugin::fedsPresentBinContents_
private

Definition at line 95 of file SiStripFEDDataCheck.cc.

Referenced by fillPresent(), and updateHistograms().

◆ nFEDinVsLS_

MonitorElement* SiStripFEDCheckPlugin::nFEDinVsLS_
private

Definition at line 88 of file SiStripFEDDataCheck.cc.

Referenced by analyze(), and bookHistograms().

◆ nFEDinWdataVsLS_

MonitorElement* SiStripFEDCheckPlugin::nFEDinWdataVsLS_
private

Definition at line 89 of file SiStripFEDDataCheck.cc.

Referenced by analyze(), and bookHistograms().

◆ printDebug_

bool SiStripFEDCheckPlugin::printDebug_
private

Definition at line 79 of file SiStripFEDDataCheck.cc.

Referenced by analyze(), and SiStripFEDCheckPlugin().

◆ rawDataTag_

edm::InputTag SiStripFEDCheckPlugin::rawDataTag_
private

Definition at line 76 of file SiStripFEDDataCheck.cc.

Referenced by SiStripFEDCheckPlugin().

◆ rawDataToken_

edm::EDGetTokenT<FEDRawDataCollection> SiStripFEDCheckPlugin::rawDataToken_
private

Definition at line 77 of file SiStripFEDDataCheck.cc.

Referenced by analyze(), and SiStripFEDCheckPlugin().

◆ siStripFedIdMax_

unsigned int SiStripFEDCheckPlugin::siStripFedIdMax_
private

◆ siStripFedIdMin_

unsigned int SiStripFEDCheckPlugin::siStripFedIdMin_
private

◆ tTopoToken_

edm::ESGetToken<TrackerTopology, TrackerTopologyRcd> SiStripFEDCheckPlugin::tTopoToken_
private

Definition at line 108 of file SiStripFEDDataCheck.cc.

Referenced by analyze().

◆ updateFrequency_

unsigned int SiStripFEDCheckPlugin::updateFrequency_
private

◆ verbose_

bool SiStripFEDCheckPlugin::verbose_
private

Definition at line 101 of file SiStripFEDDataCheck.cc.

Referenced by analyze().

edm::ESWatcher::check
bool check(const edm::EventSetup &iSetup)
Definition: ESWatcher.h:52
SiStripFEDCheckPlugin::fedFatalErrorBinContents_
std::vector< unsigned int > fedFatalErrorBinContents_
Definition: SiStripFEDDataCheck.cc:96
SiStripFEDCheckPlugin::fedsPresentBinContents_
std::vector< unsigned int > fedsPresentBinContents_
Definition: SiStripFEDDataCheck.cc:95
SiStripFEDCheckPlugin::updateFrequency_
unsigned int updateFrequency_
Definition: SiStripFEDDataCheck.cc:93
SiStripFEDCheckPlugin::fedCablingWatcher_
edm::ESWatcher< SiStripFedCablingRcd > fedCablingWatcher_
Definition: SiStripFEDDataCheck.cc:106
SiStripFEDCheckPlugin::fillNonFatalError
void fillNonFatalError(unsigned int fedId, float nonFatalError)
Definition: SiStripFEDDataCheck.cc:383
FEDRawDataCollection
Definition: FEDRawDataCollection.h:18
SiStripFEDCheckPlugin::siStripFedIdMax_
unsigned int siStripFedIdMax_
Definition: SiStripFEDDataCheck.cc:111
SiStripFEDCheckPlugin::checkFELengths_
bool checkFELengths_
Definition: SiStripFEDDataCheck.cc:101
gather_cfg.cout
cout
Definition: gather_cfg.py:144
HLT_FULL_cff.InputTag
InputTag
Definition: HLT_FULL_cff.py:89285
edm::ParameterSetDescription
Definition: ParameterSetDescription.h:52
SiStripFEDCheckPlugin::doPLOTfedFatalErrors_
bool doPLOTfedFatalErrors_
Definition: SiStripFEDDataCheck.cc:82
dqm::implementation::NavigatorBase::setCurrentFolder
virtual void setCurrentFolder(std::string const &fullpath)
Definition: DQMStore.cc:32
edm::ParameterSet::getUntrackedParameter
T getUntrackedParameter(std::string const &, T const &) const
edm::LogInfo
Log< level::Info, false > LogInfo
Definition: MessageLogger.h:125
SiStripFEDCheckPlugin::doPLOTnFEDinWdataVsLS_
bool doPLOTnFEDinWdataVsLS_
Definition: SiStripFEDDataCheck.cc:83
edm::Handle< FEDRawDataCollection >
SiStripFEDCheckPlugin::checkPacketCodes_
bool checkPacketCodes_
Definition: SiStripFEDDataCheck.cc:101
edm::LogWarning
Log< level::Warning, false > LogWarning
Definition: MessageLogger.h:122
FEDRawData::data
const unsigned char * data() const
Return a const pointer to the beginning of the data buffer.
Definition: FEDRawData.cc:24
SiStripFEDCheckPlugin::doPLOTnFEDinVsLS_
bool doPLOTnFEDinVsLS_
Definition: SiStripFEDDataCheck.cc:83
FEDRawData
Definition: FEDRawData.h:19
SiStripFEDCheckPlugin::cabling_
const SiStripFedCabling * cabling_
Definition: SiStripFEDDataCheck.cc:104
edmScanValgrind.buffer
buffer
Definition: edmScanValgrind.py:171
SiStripFEDCheckPlugin::fedCablingToken_
edm::ESGetToken< SiStripFedCabling, SiStripFedCablingRcd > fedCablingToken_
Definition: SiStripFEDDataCheck.cc:107
contentValuesCheck.ss
ss
Definition: contentValuesCheck.py:33
SiStripFEDCheckPlugin::checkChannelStatusBits_
bool checkChannelStatusBits_
Definition: SiStripFEDDataCheck.cc:101
SiStripFEDCheckPlugin::fedFatalErrors_
MonitorElement * fedFatalErrors_
Definition: SiStripFEDDataCheck.cc:85
dqm::impl::MonitorElement::Fill
void Fill(long long x)
Definition: MonitorElement.h:290
SiStripFEDCheckPlugin::dirName_
std::string dirName_
Definition: SiStripFEDDataCheck.cc:78
dqm::implementation::IBooker::bookProfile
MonitorElement * bookProfile(TString const &name, TString const &title, int nchX, double lowX, double highX, int, double lowY, double highY, char const *option="s", FUNC onbooking=NOOP())
Definition: DQMStore.h:322
SiStripFEDCheckPlugin::fedNonFatalErrorBinContents_
std::vector< unsigned int > fedNonFatalErrorBinContents_
Definition: SiStripFEDDataCheck.cc:97
SiStripFEDCheckPlugin::fillPresent
void fillPresent(unsigned int fedId, bool present)
Definition: SiStripFEDDataCheck.cc:362
FEDRawDataCollection::FEDData
const FEDRawData & FEDData(int fedid) const
retrieve data for fed
Definition: FEDRawDataCollection.cc:19
dqm::impl::MonitorElement::getTH1
virtual TH1 * getTH1()
Definition: MonitorElement.cc:981
SiStripFEDCheckPlugin::checkChannelLengths_
bool checkChannelLengths_
Definition: SiStripFEDDataCheck.cc:101
SiStripFEDCheckPlugin::doUpdateIfNeeded
void doUpdateIfNeeded()
Definition: SiStripFEDDataCheck.cc:394
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
siStripFEDCheck_cfi.LSBin
LSBin
Definition: siStripFEDCheck_cfi.py:32
FEDNumbering::MAXSiStripFEDID
Definition: FEDNumbering.h:30
SiStripFEDCheckPlugin::fedsPresent_
MonitorElement * fedsPresent_
Definition: SiStripFEDDataCheck.cc:84
SiStripFEDCheckPlugin::updateHistograms
void updateHistograms()
Definition: SiStripFEDDataCheck.cc:401
iEvent
int iEvent
Definition: GenABIO.cc:224
sistrip::FEDBufferStatusCode::SUCCESS
SiStripFEDCheckPlugin::verbose_
bool verbose_
Definition: SiStripFEDDataCheck.cc:101
l1tstage2_dqm_sourceclient-live_cfg.fedId
fedId
Definition: l1tstage2_dqm_sourceclient-live_cfg.py:88
SiStripFEDCheckPlugin::siStripFedIdMin_
unsigned int siStripFedIdMin_
Definition: SiStripFEDDataCheck.cc:110
SiStripFEDCheckPlugin::rawDataToken_
edm::EDGetTokenT< FEDRawDataCollection > rawDataToken_
Definition: SiStripFEDDataCheck.cc:77
FEDRawData::size
size_t size() const
Lenght of the data buffer in bytes.
Definition: FEDRawData.h:45
SiStripFEDCheckPlugin::doPLOTfedsPresent_
bool doPLOTfedsPresent_
Definition: SiStripFEDDataCheck.cc:82
SiStripFEDCheckPlugin::doPayloadChecks_
bool doPayloadChecks_
Definition: SiStripFEDDataCheck.cc:101
edm::EventSetup::getData
bool getData(T &iHolder) const
Definition: EventSetup.h:127
newFWLiteAna.bin
bin
Definition: newFWLiteAna.py:161
sistrip::preconstructCheckFEDBuffer
FEDBufferStatusCode preconstructCheckFEDBuffer(const FEDRawData &fedBuffer, bool allowBadBuffer=false)
Definition: SiStripFEDBuffer.h:131
SiStripFEDCheckPlugin::rawDataTag_
edm::InputTag rawDataTag_
Definition: SiStripFEDDataCheck.cc:76
SiStripFEDCheckPlugin::doPLOTfedNonFatalErrors_
bool doPLOTfedNonFatalErrors_
Definition: SiStripFEDDataCheck.cc:82
submitPVResolutionJobs.desc
string desc
Definition: submitPVResolutionJobs.py:251
SiStripFEDCheckPlugin::fillFatalError
void fillFatalError(unsigned int fedId, bool fatalError)
Definition: SiStripFEDDataCheck.cc:371
eostools.move
def move(src, dest)
Definition: eostools.py:511
Exception
Definition: hltDiff.cc:245
SiStripFEDCheckPlugin::fedNonFatalErrors_
MonitorElement * fedNonFatalErrors_
Definition: SiStripFEDDataCheck.cc:86
edm::ParameterSet::getParameter
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
SiStripFEDCheckPlugin::eventCount_
unsigned int eventCount_
Definition: SiStripFEDDataCheck.cc:98
edm::eventsetup::EventSetupRecordImplementation::get
PRODUCT const & get(ESGetToken< PRODUCT, T > const &iToken) const
Definition: EventSetupRecordImplementation.h:74
SiStripFEDCheckPlugin::tTopoToken_
edm::ESGetToken< TrackerTopology, TrackerTopologyRcd > tTopoToken_
Definition: SiStripFEDDataCheck.cc:108
siStripFEDCheck_cfi.LSMin
LSMin
Definition: siStripFEDCheck_cfi.py:33
SiStripFEDCheckPlugin::conf_
edm::ParameterSet conf_
Definition: SiStripFEDDataCheck.cc:113
siStripFEDCheck_cfi.LSMax
LSMax
Definition: siStripFEDCheck_cfi.py:34
SiStripFEDCheckPlugin::nFEDinVsLS_
MonitorElement * nFEDinVsLS_
Definition: SiStripFEDDataCheck.cc:88
edm::ConfigurationDescriptions::addDefault
void addDefault(ParameterSetDescription const &psetDescription)
Definition: ConfigurationDescriptions.cc:99
SiStripFEDCheckPlugin::nFEDinWdataVsLS_
MonitorElement * nFEDinWdataVsLS_
Definition: SiStripFEDDataCheck.cc:89
dqm::impl::MonitorElement::setAxisTitle
virtual void setAxisTitle(const std::string &title, int axis=1)
set x-, y- or z-axis title (axis=1, 2, 3 respectively)
Definition: MonitorElement.cc:800
edm::InputTag
Definition: InputTag.h:15
SiStripFEDCheckPlugin::printDebug_
bool printDebug_
Definition: SiStripFEDDataCheck.cc:79
dqm::implementation::IBooker::book1D
MonitorElement * book1D(TString const &name, TString const &title, int const nchX, double const lowX, double const highX, FUNC onbooking=NOOP())
Definition: DQMStore.h:98
FEDNumbering::MINSiStripFEDID
Definition: FEDNumbering.h:29
SiStripFEDCheckPlugin::updateCabling
void updateCabling(const SiStripFedCablingRcd &cablingRcd)
Definition: SiStripFEDDataCheck.cc:358