CMS 3D CMS Logo

List of all members | Classes | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes
dqmservices::DQMStreamerReader Class Reference

#include <DQMStreamerReader.h>

Inheritance diagram for dqmservices::DQMStreamerReader:
edm::StreamerInputSource edm::RawInputSource edm::InputSource

Classes

struct  OpenFile
 

Public Types

typedef std::vector< std::string > Strings
 
- Public Types inherited from edm::InputSource
enum  ItemType {
  IsInvalid, IsStop, IsFile, IsRun,
  IsLumi, IsEvent, IsRepeat, IsSynchronize
}
 
enum  ProcessingMode { Runs, RunsAndLumis, RunsLumisAndEvents }
 

Public Member Functions

 DQMStreamerReader (edm::ParameterSet const &pset, edm::InputSourceDescription const &desc)
 
bool newHeader ()
 
 ~DQMStreamerReader () override
 
- Public Member Functions inherited from edm::StreamerInputSource
void deserializeAndMergeWithRegistry (InitMsgView const &initView, bool subsequent=false)
 
void deserializeEvent (EventMsgView const &eventView)
 
std::unique_ptr< SendJobHeaderdeserializeRegistry (InitMsgView const &initView)
 
 StreamerInputSource (ParameterSet const &pset, InputSourceDescription const &desc)
 
 ~StreamerInputSource () override
 
- Public Member Functions inherited from edm::RawInputSource
 RawInputSource (ParameterSet const &pset, InputSourceDescription const &desc)
 
 ~RawInputSource () override
 
- Public Member Functions inherited from edm::InputSource
std::shared_ptr< ActivityRegistryactReg () const
 Accessor for Activity Registry. More...
 
std::shared_ptr< BranchIDListHelper const > branchIDListHelper () const
 Accessors for branchIDListHelper. More...
 
std::shared_ptr< BranchIDListHelper > & branchIDListHelper ()
 
void closeFile (FileBlock *, bool cleaningUpAfterException)
 close current file More...
 
void doBeginJob ()
 Called by framework at beginning of job. More...
 
virtual void doBeginLumi (LuminosityBlockPrincipal &lbp, ProcessContext const *)
 Called by framework at beginning of lumi block. More...
 
virtual void doBeginRun (RunPrincipal &rp, ProcessContext const *)
 Called by framework at beginning of run. More...
 
void doEndJob ()
 Called by framework at end of job. More...
 
ProcessingController::ForwardState forwardState () const
 
bool goToEvent (EventID const &eventID)
 
 InputSource (ParameterSet const &, InputSourceDescription const &)
 Constructor. More...
 
 InputSource (InputSource const &)=delete
 
void issueReports (EventID const &eventID, StreamID streamID)
 issue an event report More...
 
LuminosityBlockNumber_t luminosityBlock () const
 Accessor for current luminosity block number. More...
 
std::shared_ptr< LuminosityBlockAuxiliaryluminosityBlockAuxiliary () const
 Called by the framework to merge or insert lumi in principal cache. More...
 
int maxEvents () const
 
int maxLuminosityBlocks () const
 
ModuleDescription const & moduleDescription () const
 Accessor for 'module' description. More...
 
ItemType nextItemType ()
 Advances the source to the next item. More...
 
InputSourceoperator= (InputSource const &)=delete
 
ProcessConfiguration const & processConfiguration () const
 Accessor for Process Configuration. More...
 
std::string const & processGUID () const
 Accessor for global process identifier. More...
 
ProcessHistoryRegistry const & processHistoryRegistry () const
 Accessors for process history registry. More...
 
ProcessHistoryRegistryprocessHistoryRegistry ()
 
ProcessingMode processingMode () const
 RunsLumisAndEvents (default), RunsAndLumis, or Runs. More...
 
std::shared_ptr< ProductRegistry const > productRegistry () const
 Accessors for product registry. More...
 
std::shared_ptr< ProductRegistry > & productRegistry ()
 
bool randomAccess () const
 
void readAndMergeLumi (LuminosityBlockPrincipal &lbp)
 Read next luminosity block (same as a prior lumi) More...
 
void readAndMergeRun (RunPrincipal &rp)
 Read next run (same as a prior run) More...
 
void readEvent (EventPrincipal &ep, StreamContext &)
 Read next event. More...
 
bool readEvent (EventPrincipal &ep, EventID const &, StreamContext &)
 Read a specific event. More...
 
std::unique_ptr< FileBlockreadFile ()
 Read next file. More...
 
void readLuminosityBlock (LuminosityBlockPrincipal &lumiPrincipal, HistoryAppender &historyAppender)
 Read next luminosity block (new lumi) More...
 
std::shared_ptr< LuminosityBlockAuxiliaryreadLuminosityBlockAuxiliary ()
 Read next luminosity block Auxilary. More...
 
void readRun (RunPrincipal &runPrincipal, HistoryAppender &historyAppender)
 Read next run (new run) More...
 
std::shared_ptr< RunAuxiliaryreadRunAuxiliary ()
 Read next run Auxiliary. More...
 
ProcessHistoryID const & reducedProcessHistoryID () const
 
virtual void registerProducts ()
 Register any produced products. More...
 
int remainingEvents () const
 
int remainingLuminosityBlocks () const
 
void repeat ()
 Reset the remaining number of events/lumis to the maximum number. More...
 
std::pair< SharedResourcesAcquirer *, std::recursive_mutex * > resourceSharedWithDelayedReader ()
 Returns nullptr if no resource shared between the Source and a DelayedReader. More...
 
ProcessingController::ReverseState reverseState () const
 
void rewind ()
 Begin again at the first event. More...
 
RunNumber_t run () const
 Accessor for current run number. More...
 
std::shared_ptr< RunAuxiliaryrunAuxiliary () const
 Called by the framework to merge or insert run in principal cache. More...
 
void setLuminosityBlockNumber_t (LuminosityBlockNumber_t lb)
 Set the luminosity block ID. More...
 
void setRunNumber (RunNumber_t r)
 Set the run number. More...
 
void skipEvents (int offset)
 
std::shared_ptr< ThinnedAssociationsHelper const > thinnedAssociationsHelper () const
 Accessors for thinnedAssociationsHelper. More...
 
std::shared_ptr< ThinnedAssociationsHelper > & thinnedAssociationsHelper ()
 
Timestamp const & timestamp () const
 Accessor for the current time, as seen by the input source. More...
 
virtual ~InputSource () noexcept(false)
 Destructor. More...
 

Static Public Member Functions

static void fillDescriptions (edm::ConfigurationDescriptions &descriptions)
 
- Static Public Member Functions inherited from edm::StreamerInputSource
static void fillDescription (ParameterSetDescription &description)
 
static void mergeIntoRegistry (SendJobHeader const &header, ProductRegistry &, BranchIDListHelper &, ThinnedAssociationsHelper &, bool subsequent)
 
static unsigned int uncompressBuffer (unsigned char *inputBuffer, unsigned int inputSize, std::vector< unsigned char > &outputBuffer, unsigned int expectedFullSize)
 
- Static Public Member Functions inherited from edm::RawInputSource
static void fillDescription (ParameterSetDescription &description)
 
- Static Public Member Functions inherited from edm::InputSource
static const std::string & baseType ()
 
static void fillDescription (ParameterSetDescription &desc)
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &)
 

Protected Member Functions

bool checkNextEvent () override
 
void skip (int toSkip) override
 
- Protected Member Functions inherited from edm::StreamerInputSource
void resetAfterEndRun ()
 
- Protected Member Functions inherited from edm::RawInputSource
void makeEvent (EventPrincipal &eventPrincipal, EventAuxiliary const &eventAuxiliary)
 
void setInputFileTransitionsEachEvent ()
 
- Protected Member Functions inherited from edm::InputSource
void decreaseRemainingEventsBy (int iSkipped)
 
bool eventCached () const
 
bool newLumi () const
 
bool newRun () const
 
ProcessHistoryRegistryprocessHistoryRegistryForUpdate ()
 
ProductRegistryproductRegistryUpdate ()
 
void reset () const
 
void resetEventCached ()
 
void resetLuminosityBlockAuxiliary (bool isNewLumi=true) const
 
void resetNewLumi ()
 
void resetNewRun ()
 
void resetRunAuxiliary (bool isNewRun=true) const
 
void setEventCached ()
 Called by the framework to merge or ached() const {return eventCached_;}. More...
 
void setLuminosityBlockAuxiliary (LuminosityBlockAuxiliary *lbp)
 
void setNewLumi ()
 
void setNewRun ()
 
void setRunAuxiliary (RunAuxiliary *rp)
 
void setTimestamp (Timestamp const &theTime)
 To set the current time, as seen by the input source. More...
 
ItemType state () const
 

Private Member Functions

bool acceptEvent (const EventMsgView *)
 
void closeFileImp_ (const std::string &reason)
 
EventMsgView const * getEventMsg ()
 
InitMsgView const * getHeaderMsg ()
 
bool matchTriggerSel (Strings const &tnames)
 
void openFileImp_ (const DQMFileIterator::LumiEntry &entry)
 
bool openNextFileImp_ ()
 
EventMsgView const * prepareNextEvent ()
 
bool prepareNextFile ()
 
void reset_ () override
 
bool triggerSel ()
 

Private Attributes

bool acceptAllEvt_
 
std::shared_ptr< TriggerSelectoreventSelector_
 
std::shared_ptr< edm::EventSkipperByIDeventSkipperByID_
 
struct dqmservices::DQMStreamerReader::OpenFile file_
 
DQMFileIterator fiterator_
 
bool flagDeleteDatFiles_
 
bool flagEndOfRunKills_
 
bool flagSkipFirstLumis_
 
Strings hltSel_
 
bool matchTriggerSel_
 
unsigned int minEventsPerLs_
 
edm::Service< DQMMonitoringServicemon_
 
unsigned int processedEventPerLs_
 
std::string runInputDir_
 
unsigned int runNumber_
 
std::string streamLabel_
 

Additional Inherited Members

- Public Attributes inherited from edm::InputSource
signalslot::Signal< void(StreamContext const &, ModuleCallingContext const &)> postEventReadFromSourceSignal_
 
signalslot::Signal< void(StreamContext const &, ModuleCallingContext const &)> preEventReadFromSourceSignal_
 
- Static Protected Member Functions inherited from edm::StreamerInputSource
static void buildClassCache (SendDescs const &descs)
 
static void declareStreamers (SendDescs const &descs)
 

Detailed Description

Definition at line 24 of file DQMStreamerReader.h.

Member Typedef Documentation

typedef std::vector<std::string> dqmservices::DQMStreamerReader::Strings

Definition at line 33 of file DQMStreamerReader.h.

Constructor & Destructor Documentation

dqmservices::DQMStreamerReader::DQMStreamerReader ( edm::ParameterSet const &  pset,
edm::InputSourceDescription const &  desc 
)

Definition at line 26 of file DQMStreamerReader.cc.

References flagDeleteDatFiles_, flagEndOfRunKills_, flagSkipFirstLumis_, edm::ParameterSet::getUntrackedParameter(), hltSel_, minEventsPerLs_, reset_(), runInputDir_, runNumber_, AlCaHLTBitMon_QueryRunRegistry::string, and triggerSel().

29  runNumber_ = pset.getUntrackedParameter<unsigned int>("runNumber");
30  runInputDir_ = pset.getUntrackedParameter<std::string>("runInputDir");
31  hltSel_ =
32  pset.getUntrackedParameter<std::vector<std::string> >("SelectEvents");
33 
34  minEventsPerLs_ = pset.getUntrackedParameter<int>("minEventsPerLumi");
35  flagSkipFirstLumis_ = pset.getUntrackedParameter<bool>("skipFirstLumis");
36  flagEndOfRunKills_ = pset.getUntrackedParameter<bool>("endOfRunKills");
37  flagDeleteDatFiles_ = pset.getUntrackedParameter<bool>("deleteDatFiles");
38 
39  triggerSel();
40 
41  reset_();
42 }
StreamerInputSource(ParameterSet const &pset, InputSourceDescription const &desc)
dqmservices::DQMStreamerReader::~DQMStreamerReader ( )
override

Definition at line 44 of file DQMStreamerReader.cc.

44  {
45  // Sometimes(?) the destructor called after service registry was already destructed
46  // and closeFile_ throws away no ServiceRegistry found exception...
47  //
48  // Normally, this file should be closed before this destructor is called.
49  //closeFileImp_("destructor");
50 }

Member Function Documentation

bool dqmservices::DQMStreamerReader::acceptEvent ( const EventMsgView evtmsg)
private

Check the trigger path to accept event

Definition at line 373 of file DQMStreamerReader.cc.

References acceptAllEvt_, eventSelector_, EventMsgView::hltCount(), EventMsgView::hltTriggerBits(), and matchTriggerSel_.

Referenced by prepareNextEvent().

373  {
374  if (acceptAllEvt_) return true;
375  if (!matchTriggerSel_) return false;
376 
377  std::vector<unsigned char> hltTriggerBits_;
378  int hltTriggerCount_ = evtmsg->hltCount();
379  if (hltTriggerCount_ > 0) {
380  hltTriggerBits_.resize(1 + (hltTriggerCount_ - 1) / 4);
381  }
382  evtmsg->hltTriggerBits(&hltTriggerBits_[0]);
383 
384  if (eventSelector_->wantAll() ||
385  eventSelector_->acceptEvent(&hltTriggerBits_[0], evtmsg->hltCount())) {
386  return true;
387  } else {
388  return false;
389  }
390 }
void hltTriggerBits(uint8 *put_here) const
std::shared_ptr< TriggerSelector > eventSelector_
uint32 hltCount() const
Definition: EventMessage.h:94
bool dqmservices::DQMStreamerReader::checkNextEvent ( )
overrideprotectedvirtual

This is the actual code for checking the new event and/or deserializing it.

Implements edm::RawInputSource.

Definition at line 299 of file DQMStreamerReader.cc.

References closeFileImp_(), edm::StreamerInputSource::deserializeAndMergeWithRegistry(), edm::StreamerInputSource::deserializeEvent(), MillePedeFileConverter_cfg::e, file_, fiterator_, getHeaderMsg(), RecoTauValidation_cfi::header, dqmservices::DQMFileIterator::logFileAction(), prepareNextEvent(), processedEventPerLs_, dqmservices::DQMStreamerReader::OpenFile::streamFile_, AlCaHLTBitMon_QueryRunRegistry::string, and cms::Exception::what().

299  {
300  try {
301  EventMsgView const* eview = prepareNextEvent();
302  if (eview == nullptr) {
303  return false;
304  }
305 
306  // this is reachable only if eview is set
307  // and the file is openned
308  if (file_.streamFile_->newHeader()) {
309  // A new file has been opened and we must compare Headers here !!
310  // Get header/init from reader
311 
312  InitMsgView const* header = getHeaderMsg();
313  deserializeAndMergeWithRegistry(*header, true);
314  }
315 
316  deserializeEvent(*eview);
317  } catch (const cms::Exception& e) {
318  // try to recover from corrupted files/events
319  fiterator_.logFileAction(std::string("Can't deserialize event or registry data: ") + e.what());
320  closeFileImp_("data file corrupted");
321 
322  // this is not optimal, but hopefully we won't catch this many times in a row
323  return checkNextEvent();
324  }
325 
327 
328  return true;
329 }
char const * what() const override
Definition: Exception.cc:103
std::unique_ptr< edm::StreamerInputFile > streamFile_
void deserializeEvent(EventMsgView const &eventView)
void logFileAction(const std::string &msg, const std::string &fileName="") const
InitMsgView const * getHeaderMsg()
void closeFileImp_(const std::string &reason)
void deserializeAndMergeWithRegistry(InitMsgView const &initView, bool subsequent=false)
EventMsgView const * prepareNextEvent()
struct dqmservices::DQMStreamerReader::OpenFile file_
void dqmservices::DQMStreamerReader::closeFileImp_ ( const std::string &  reason)
private

Definition at line 134 of file DQMStreamerReader.cc.

References file_, fiterator_, dqmservices::DQMFileIterator::logLumiState(), dqmservices::DQMStreamerReader::OpenFile::lumi_, dqmservices::DQMStreamerReader::OpenFile::open(), and dqmservices::DQMStreamerReader::OpenFile::streamFile_.

Referenced by checkNextEvent(), openNextFileImp_(), prepareNextEvent(), prepareNextFile(), and skip().

134  {
135  if (file_.open()) {
136  file_.streamFile_->closeStreamerFile();
137  file_.streamFile_ = nullptr;
138 
139  fiterator_.logLumiState(file_.lumi_, "close: " + reason);
140  }
141 }
void logLumiState(const LumiEntry &lumi, const std::string &msg)
std::unique_ptr< edm::StreamerInputFile > streamFile_
struct dqmservices::DQMStreamerReader::OpenFile file_
void dqmservices::DQMStreamerReader::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 408 of file DQMStreamerReader.cc.

References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::addUntracked(), edm::EventSkipperByID::fillDescription(), edm::StreamerInputSource::fillDescription(), dqmservices::DQMFileIterator::fillDescription(), and edm::ParameterSetDescription::setComment().

409  {
411  desc.setComment("Reads events from streamer files.");
412 
413  desc.addUntracked<std::vector<std::string> >("SelectEvents")
414  ->setComment("HLT path to select events ");
415 
416  desc.addUntracked<int>("minEventsPerLumi", 1)
417  ->setComment(
418  "Minimum number of events to process per lumisection, "
419  "before switching to a new input file. If the next file "
420  "does not yet exist, "
421  "the number of processed events will be bigger.");
422 
423  desc.addUntracked<bool>("skipFirstLumis", false)
424  ->setComment(
425  "Skip (and ignore the minEventsPerLumi parameter) for the files "
426  "which have been available at the begining of the processing. "
427  "If set to true, the reader will open last available file for "
428  "processing.");
429 
430  desc.addUntracked<bool>("deleteDatFiles", false)
431  ->setComment(
432  "Delete data files after they have been closed, in order to "
433  "save disk space.");
434 
435  desc.addUntracked<bool>("endOfRunKills", false)
436  ->setComment(
437  "Kill the processing as soon as the end-of-run file appears, even if "
438  "there are/will be unprocessed lumisections.");
439 
440  // desc.addUntracked<unsigned int>("skipEvents", 0U)
441  // ->setComment("Skip the first 'skipEvents' events that otherwise would "
442  // "have been processed.");
443 
444  // This next parameter is read in the base class, but its default value
445  // depends on the derived class, so it is set here.
446  desc.addUntracked<bool>("inputFileTransitionsEachEvent", false);
447 
451 
452  descriptions.add("source", desc);
453 }
static void fillDescription(ParameterSetDescription &description)
ParameterDescriptionBase * addUntracked(U const &iLabel, T const &value)
void setComment(std::string const &value)
void add(std::string const &label, ParameterSetDescription const &psetDescription)
static void fillDescription(ParameterSetDescription &desc)
static void fillDescription(edm::ParameterSetDescription &d)
EventMsgView const * dqmservices::DQMStreamerReader::getEventMsg ( )
private

Definition at line 182 of file DQMStreamerReader.cc.

References file_, mps_check::msg, and dqmservices::DQMStreamerReader::OpenFile::streamFile_.

Referenced by prepareNextEvent().

182  {
183  if (!file_.streamFile_->next()) {
184  return nullptr;
185  }
186 
187  EventMsgView const* msg = file_.streamFile_->currentRecord();
188 
189  // if (msg != nullptr) dumpEventView(msg);
190  return msg;
191 }
std::unique_ptr< edm::StreamerInputFile > streamFile_
tuple msg
Definition: mps_check.py:285
struct dqmservices::DQMStreamerReader::OpenFile file_
InitMsgView const * dqmservices::DQMStreamerReader::getHeaderMsg ( )
private

Definition at line 169 of file DQMStreamerReader.cc.

References InitMsgView::code(), Exception, file_, edm::errors::FileReadError, RecoTauValidation_cfi::header, Header::INIT, and dqmservices::DQMStreamerReader::OpenFile::streamFile_.

Referenced by checkNextEvent(), and openFileImp_().

169  {
170  InitMsgView const* header = file_.streamFile_->startMessage();
171 
172  if (header->code() != Header::INIT) { // INIT Msg
174  "DQMStreamerReader::readHeader")
175  << "received wrong message type: expected INIT, got " << header->code()
176  << "\n";
177  }
178 
179  return header;
180 }
std::unique_ptr< edm::StreamerInputFile > streamFile_
uint32 code() const
Definition: InitMessage.h:65
struct dqmservices::DQMStreamerReader::OpenFile file_
bool dqmservices::DQMStreamerReader::matchTriggerSel ( Strings const &  tnames)
private

Check if hlt selection matches any trigger name taken from the header file

Definition at line 349 of file DQMStreamerReader.cc.

References end, TriggerAnalyzer::hltPath, hltSel_, mps_fire::i, patRefSel_triggerMatching_cfi::matches, matchTriggerSel_, edm::regexMatch(), and AlCaHLTBitMon_QueryRunRegistry::string.

Referenced by openFileImp_().

349  {
350  matchTriggerSel_ = false;
351  for (Strings::const_iterator i(hltSel_.begin()), end(hltSel_.end()); i != end;
352  ++i) {
354  boost::erase_all(hltPath, " \t");
355  std::vector<Strings::const_iterator> matches =
356  edm::regexMatch(tnames, hltPath);
357  if (!matches.empty()) {
358  matchTriggerSel_ = true;
359  }
360  }
361 
362  if (!matchTriggerSel_) {
363  edm::LogWarning("Trigger selection does not match any trigger path!!!")
364  << std::endl;
365  }
366 
367  return matchTriggerSel_;
368 }
#define end
Definition: vmac.h:39
std::vector< std::vector< std::string >::const_iterator > regexMatch(std::vector< std::string > const &strings, std::regex const &regexp)
Definition: RegexMatch.cc:26
bool dqmservices::DQMStreamerReader::newHeader ( )
void dqmservices::DQMStreamerReader::openFileImp_ ( const DQMFileIterator::LumiEntry entry)
private

Definition at line 96 of file DQMStreamerReader.cc.

References acceptAllEvt_, edm::ParameterSet::addParameter(), edm::StreamerInputSource::deserializeAndMergeWithRegistry(), mps_splice::entry, eventSelector_, file_, flagDeleteDatFiles_, dqmservices::DQMFileIterator::LumiEntry::get_data_path(), getHeaderMsg(), RecoTauValidation_cfi::header, hltSel_, InitMsgView::hltTriggerNames(), dqmservices::DQMStreamerReader::OpenFile::lumi_, matchTriggerSel(), callgraph::path, processedEventPerLs_, muonDTDigis_cfi::pset, dqmservices::DQMStreamerReader::OpenFile::streamFile_, and AlCaHLTBitMon_QueryRunRegistry::string.

Referenced by openNextFileImp_().

96  {
99 
100  std::string path = entry.get_data_path();
101 
102  file_.lumi_ = entry;
103  file_.streamFile_.reset(new edm::StreamerInputFile(path));
104 
105  InitMsgView const* header = getHeaderMsg();
106  deserializeAndMergeWithRegistry(*header, false);
107 
108  // dump the list of HLT trigger name from the header
109  // dumpInitHeader(header);
110 
111  // if specific trigger selection is requested, check if the requested triggers
112  // match with trigger paths in the header file
113  if (!acceptAllEvt_) {
114  Strings tnames;
115  header->hltTriggerNames(tnames);
116 
117  pset.addParameter<Strings>("SelectEvents", hltSel_);
118  eventSelector_.reset(new TriggerSelector(pset, tnames));
119 
120  // check if any trigger path name requested matches with trigger name in the
121  // header file
122  matchTriggerSel(tnames);
123  }
124 
125  // our initialization
127 
128  if (flagDeleteDatFiles_) {
129  // unlink the file
130  unlink(path.c_str());
131  }
132 }
std::vector< std::string > Strings
Definition: MsgTools.h:18
std::shared_ptr< TriggerSelector > eventSelector_
void hltTriggerNames(Strings &save_here) const
Definition: InitMessage.cc:141
std::unique_ptr< edm::StreamerInputFile > streamFile_
void addParameter(std::string const &name, T const &value)
Definition: ParameterSet.h:125
InitMsgView const * getHeaderMsg()
void deserializeAndMergeWithRegistry(InitMsgView const &initView, bool subsequent=false)
bool matchTriggerSel(Strings const &tnames)
struct dqmservices::DQMStreamerReader::OpenFile file_
bool dqmservices::DQMStreamerReader::openNextFileImp_ ( )
private

Definition at line 143 of file DQMStreamerReader.cc.

References closeFileImp_(), MillePedeFileConverter_cfg::e, fiterator_, dqmservices::DQMFileIterator::LumiEntry::get_data_path(), dqmservices::DQMFileIterator::logFileAction(), dqmservices::DQMFileIterator::logLumiState(), dqmservices::DQMFileIterator::open(), openFileImp_(), AlCaHLTBitMon_ParallelJobs::p, AlCaHLTBitMon_QueryRunRegistry::string, and cms::Exception::what().

Referenced by prepareNextFile().

143  {
144  closeFileImp_("skipping to another file");
145 
146  DQMFileIterator::LumiEntry currentLumi = fiterator_.open();
147  std::string p = currentLumi.get_data_path();
148 
149  if (boost::filesystem::exists(p)) {
150  try {
151  openFileImp_(currentLumi);
152  return true;
153  } catch (const cms::Exception& e) {
154  fiterator_.logFileAction(std::string("Can't deserialize registry data (in open file): ") + e.what(), p);
155  fiterator_.logLumiState(currentLumi, "error: data file corrupted");
156 
157  closeFileImp_("data file corrupted");
158  return false;
159  }
160  } else {
161  /* dat file missing */
162  fiterator_.logFileAction("Data file (specified in json) is missing:", p);
163  fiterator_.logLumiState(currentLumi, "error: data file missing");
164 
165  return false;
166  }
167 }
void logLumiState(const LumiEntry &lumi, const std::string &msg)
char const * what() const override
Definition: Exception.cc:103
void logFileAction(const std::string &msg, const std::string &fileName="") const
void openFileImp_(const DQMFileIterator::LumiEntry &entry)
void closeFileImp_(const std::string &reason)
EventMsgView const * dqmservices::DQMStreamerReader::prepareNextEvent ( )
private

Waits and reads the event header. If end-of-run nullptr is returned.

Definition at line 261 of file DQMStreamerReader.cc.

References acceptEvent(), closeFileImp_(), dqmservices::DQMFileIterator::delay(), file_, fiterator_, getEventMsg(), GetRecoTauVFromDQM_MC_cff::next, dqmservices::DQMStreamerReader::OpenFile::open(), and prepareNextFile().

Referenced by checkNextEvent(), and skip().

261  {
262  EventMsgView const* eview = nullptr;
264 
265  // wait for the next event
266  for (;;) {
267  // edm::LogAbsolute("DQMStreamerReader")
268  // << "State loop.";
269  bool next = prepareNextFile();
270  if (!next) return nullptr;
271 
272  // sleep
273  if (!file_.open()) {
274  // the reader does not exist
275  fiterator_.delay();
276  } else {
277  // our reader exists, try to read out an event
278  eview = getEventMsg();
279 
280  if (eview == nullptr) {
281  // read unsuccessful
282  // this means end of file, so close the file
283  closeFileImp_("eof");
284  } else {
285  if (!acceptEvent(eview)) {
286  continue;
287  } else {
288  return eview;
289  }
290  }
291  }
292  }
293  return eview;
294 }
EventMsgView const * getEventMsg()
bool acceptEvent(const EventMsgView *)
void closeFileImp_(const std::string &reason)
struct dqmservices::DQMStreamerReader::OpenFile file_
bool dqmservices::DQMStreamerReader::prepareNextFile ( )
private

Prepare (open) the next file for reading. It is used by prepareNextEvent and in the constructor.

Does not block/wait.

Return false if this is end of run and/or no more file are available. However, return of "true" does not imply the file has been openned, but we need to wait until some future file becomes available.

Definition at line 203 of file DQMStreamerReader.cc.

References closeFileImp_(), file_, fiterator_, flagEndOfRunKills_, svgfig::load(), dqmservices::DQMFileIterator::logFileAction(), dqmservices::DQMFileIterator::lumiReady(), minEventsPerLs_, dqmservices::DQMStreamerReader::OpenFile::open(), openNextFileImp_(), processedEventPerLs_, edm::shutdown_flag, dqmservices::DQMFileIterator::state(), and dqmservices::DQMFileIterator::update_state().

Referenced by prepareNextEvent(), and reset_().

203  {
205 
206  for (;;) {
208 
209  if (edm::shutdown_flag.load()) {
210  fiterator_.logFileAction("Shutdown flag was set, shutting down.");
211 
212  closeFileImp_("shutdown flag is set");
213  return false;
214  }
215 
216  // check for end of run file and force quit
217  if (flagEndOfRunKills_ && (fiterator_.state() != State::OPEN)) {
218  closeFileImp_("forced end-of-run");
219  return false;
220  }
221 
222  // check for end of run and quit if everything has been processed.
223  // this clean exit
224  if ((!file_.open()) && (!fiterator_.lumiReady()) &&
225  (fiterator_.state() == State::EOR)) {
226  return false;
227  }
228 
229  // if this is end of run and no more files to process
230  // close it
232  (!fiterator_.lumiReady()) && (fiterator_.state() == State::EOR)) {
233  closeFileImp_("graceful end-of-run");
234  return false;
235  }
236 
237  // skip to the next file if we have no files openned yet
238  if (!file_.open()) {
239  if (fiterator_.lumiReady()) {
241  // we might need to open once more (if .dat is missing)
242  continue;
243  }
244  }
245 
246  // or if there is a next file and enough eventshas been processed.
249  // we might need to open once more (if .dat is missing)
250  continue;
251  }
252 
253  return true;
254  }
255 }
volatile std::atomic< bool > shutdown_flag
void logFileAction(const std::string &msg, const std::string &fileName="") const
def load(fileName)
Definition: svgfig.py:547
void closeFileImp_(const std::string &reason)
struct dqmservices::DQMStreamerReader::OpenFile file_
void dqmservices::DQMStreamerReader::reset_ ( )
overrideprivatevirtual

Reimplemented from edm::RawInputSource.

Definition at line 52 of file DQMStreamerReader.cc.

References dqmservices::DQMFileIterator::advanceToLumi(), dqmservices::DQMFileIterator::delay(), file_, fiterator_, flagSkipFirstLumis_, checklumidiff::l, dqmservices::DQMFileIterator::lastLumiFound(), dqmservices::DQMFileIterator::logFileAction(), GetRecoTauVFromDQM_MC_cff::next, dqmservices::DQMStreamerReader::OpenFile::open(), prepareNextFile(), and dqmservices::DQMFileIterator::update_state().

Referenced by DQMStreamerReader().

52  {
53  // We have to load at least a single header,
54  // so the ProductRegistry gets initialized.
55  //
56  // This must happen here (inside the constructor),
57  // as ProductRegistry gets frozen after we initialize:
58  // https://cmssdt.cern.ch/SDT/lxr/source/FWCore/Framework/src/Schedule.cc#441
59 
61  "Waiting for the first lumi in order to initialize.");
62 
64 
65  // Fast-forward to the last open file.
66  if (flagSkipFirstLumis_) {
67  unsigned int l = fiterator_.lastLumiFound();
68  if (l > 1) {
69  fiterator_.advanceToLumi(l, "skipped: fast-forward to the latest lumi");
70  }
71  }
72 
73  for (;;) {
74  bool next = prepareNextFile();
75 
76  // check for end of run
77  if (!next) {
79  "End of run reached before DQMStreamerReader was initialised.");
80  return;
81  }
82 
83  // check if we have a file openned
84  if (file_.open()) {
85  // we are now initialised
86  break;
87  }
88 
89  // wait
90  fiterator_.delay();
91  }
92 
93  fiterator_.logFileAction("DQMStreamerReader initialised.");
94 }
void logFileAction(const std::string &msg, const std::string &fileName="") const
void advanceToLumi(unsigned int lumi, std::string reason)
struct dqmservices::DQMStreamerReader::OpenFile file_
void dqmservices::DQMStreamerReader::skip ( int  toSkip)
overrideprotectedvirtual

Reimplemented from edm::InputSource.

Definition at line 392 of file DQMStreamerReader.cc.

References closeFileImp_(), MillePedeFileConverter_cfg::e, fiterator_, mps_fire::i, dqmservices::DQMFileIterator::logFileAction(), prepareNextEvent(), AlCaHLTBitMon_QueryRunRegistry::string, and cms::Exception::what().

392  {
393  try {
394  for (int i = 0; i != toSkip; ++i) {
395  EventMsgView const* evMsg = prepareNextEvent();
396 
397  if (evMsg == nullptr) {
398  return;
399  }
400  }
401  } catch (const cms::Exception& e) {
402  // try to recover from corrupted files/events
403  fiterator_.logFileAction(std::string("Can't deserialize event data: ") + e.what());
404  closeFileImp_("data file corrupted");
405  }
406 }
char const * what() const override
Definition: Exception.cc:103
void logFileAction(const std::string &msg, const std::string &fileName="") const
void closeFileImp_(const std::string &reason)
EventMsgView const * prepareNextEvent()
bool dqmservices::DQMStreamerReader::triggerSel ( )
private

If hlt trigger selection is '*', return a boolean variable to accept all events

Definition at line 335 of file DQMStreamerReader.cc.

References acceptAllEvt_, end, TriggerAnalyzer::hltPath, hltSel_, mps_fire::i, and AlCaHLTBitMon_QueryRunRegistry::string.

Referenced by DQMStreamerReader().

335  {
336  acceptAllEvt_ = false;
337  for (Strings::const_iterator i(hltSel_.begin()), end(hltSel_.end()); i != end;
338  ++i) {
340  boost::erase_all(hltPath, " \t");
341  if (hltPath == "*") acceptAllEvt_ = true;
342  }
343  return acceptAllEvt_;
344 }
#define end
Definition: vmac.h:39

Member Data Documentation

bool dqmservices::DQMStreamerReader::acceptAllEvt_
private

Definition at line 58 of file DQMStreamerReader.h.

Referenced by acceptEvent(), openFileImp_(), and triggerSel().

std::shared_ptr<TriggerSelector> dqmservices::DQMStreamerReader::eventSelector_
private

Definition at line 84 of file DQMStreamerReader.h.

Referenced by acceptEvent(), and openFileImp_().

std::shared_ptr<edm::EventSkipperByID> dqmservices::DQMStreamerReader::eventSkipperByID_
private

Definition at line 83 of file DQMStreamerReader.h.

struct dqmservices::DQMStreamerReader::OpenFile dqmservices::DQMStreamerReader::file_
private
DQMFileIterator dqmservices::DQMStreamerReader::fiterator_
private
bool dqmservices::DQMStreamerReader::flagDeleteDatFiles_
private

Definition at line 71 of file DQMStreamerReader.h.

Referenced by DQMStreamerReader(), and openFileImp_().

bool dqmservices::DQMStreamerReader::flagEndOfRunKills_
private

Definition at line 70 of file DQMStreamerReader.h.

Referenced by DQMStreamerReader(), and prepareNextFile().

bool dqmservices::DQMStreamerReader::flagSkipFirstLumis_
private

Definition at line 69 of file DQMStreamerReader.h.

Referenced by DQMStreamerReader(), and reset_().

Strings dqmservices::DQMStreamerReader::hltSel_
private

Definition at line 64 of file DQMStreamerReader.h.

Referenced by DQMStreamerReader(), matchTriggerSel(), openFileImp_(), and triggerSel().

bool dqmservices::DQMStreamerReader::matchTriggerSel_
private

Definition at line 59 of file DQMStreamerReader.h.

Referenced by acceptEvent(), and matchTriggerSel().

unsigned int dqmservices::DQMStreamerReader::minEventsPerLs_
private

Definition at line 67 of file DQMStreamerReader.h.

Referenced by DQMStreamerReader(), and prepareNextFile().

edm::Service<DQMMonitoringService> dqmservices::DQMStreamerReader::mon_
private

Definition at line 87 of file DQMStreamerReader.h.

unsigned int dqmservices::DQMStreamerReader::processedEventPerLs_
private

Definition at line 66 of file DQMStreamerReader.h.

Referenced by checkNextEvent(), openFileImp_(), and prepareNextFile().

std::string dqmservices::DQMStreamerReader::runInputDir_
private

Definition at line 62 of file DQMStreamerReader.h.

Referenced by DQMStreamerReader().

unsigned int dqmservices::DQMStreamerReader::runNumber_
private

Definition at line 61 of file DQMStreamerReader.h.

Referenced by DQMStreamerReader().

std::string dqmservices::DQMStreamerReader::streamLabel_
private

Definition at line 63 of file DQMStreamerReader.h.