CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | Static Private Attributes
DQMFileSaver Class Reference

#include <DQMFileSaver.h>

Inheritance diagram for DQMFileSaver:
edm::global::EDAnalyzer< edm::RunCache< saverDetails::NoCache >, edm::LuminosityBlockCache< saverDetails::NoCache > > edm::global::EDAnalyzerBase edm::EDConsumerBase

Public Types

enum  Convention { Online, Offline, FilterUnit }
 
enum  FileFormat { ROOT, PB }
 
- Public Types inherited from edm::global::EDAnalyzerBase
typedef EDAnalyzerBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 

Public Member Functions

 DQMFileSaver (const edm::ParameterSet &ps)
 
- Public Member Functions inherited from edm::global::EDAnalyzer< edm::RunCache< saverDetails::NoCache >, edm::LuminosityBlockCache< saverDetails::NoCache > >
 EDAnalyzer ()=default
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsStreamLuminosityBlocks () const final
 
bool wantsStreamRuns () const final
 
- Public Member Functions inherited from edm::global::EDAnalyzerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzerBase ()
 
ModuleDescription const & moduleDescription () const
 
 ~EDAnalyzerBase () 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 const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
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::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
virtual ~EDConsumerBase () noexcept(false)
 

Static Public Member Functions

static boost::property_tree::ptree fillJson (int run, int lumi, const std::string &dataFilePathName, const std::string &transferDestinationStr, const std::string &mergeTypeStr, evf::FastMonitoringService *fms)
 
- Static Public Member Functions inherited from edm::global::EDAnalyzerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 

Protected Member Functions

void analyze (edm::StreamID, const edm::Event &e, const edm::EventSetup &) const override
 
void beginJob () override
 
void endJob () override
 
std::shared_ptr< saverDetails::NoCacheglobalBeginLuminosityBlock (const edm::LuminosityBlock &, const edm::EventSetup &) const override
 
std::shared_ptr< saverDetails::NoCacheglobalBeginRun (const edm::Run &, const edm::EventSetup &) const override
 
void globalEndLuminosityBlock (const edm::LuminosityBlock &, const edm::EventSetup &) const override
 
void globalEndRun (const edm::Run &, const edm::EventSetup &) const override
 
- 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 ESProduct , Transition Tr = Transition::Event>
auto esConsumes (eventsetup::EventSetupRecordKey const &, 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)
 

Private Member Functions

void saveForFilterUnit (const std::string &rewrite, int run, int lumi, const FileFormat fileFormat) const
 
void saveForOffline (const std::string &workflow, int run, int lumi) const
 
void saveForOfflinePB (const std::string &workflow, int run) const
 
void saveForOnline (int run, const std::string &suffix, const std::string &rewrite) const
 
void saveForOnlinePB (int run, const std::string &suffix) const
 
void saveJobReport (const std::string &filename) const
 

Private Attributes

std::string child_
 
Convention convention_
 
DQMStoredbe_
 
std::string dirName_
 
bool enableMultiThread_
 
bool fakeFilterUnitMode_
 
std::string fileBaseName_
 
FileFormat fileFormat_
 
std::atomic< int > fileUpdate_
 
std::string filterName_
 
evf::FastMonitoringServicefms_
 
int forceRunNumber_
 
std::atomic< int > irun_
 
std::string mergeType_
 
std::atomic< int > nlumi_
 
std::atomic< int > nrun_
 
std::string producer_
 
bool runIsComplete_
 
bool saveAtJobEnd_
 
int saveByLumiSection_
 
int saveByRun_
 
int saveReference_
 
int saveReferenceQMin_
 
std::string stream_label_
 
std::string transferDestination_
 
int version_
 
std::string workflow_
 

Static Private Attributes

static const std::string streamPrefix_
 
static const std::string streamSuffix_
 

Detailed Description

Definition at line 15 of file DQMFileSaver.h.

Member Enumeration Documentation

Enumerator
Online 
Offline 
FilterUnit 

Definition at line 38 of file DQMFileSaver.h.

Enumerator
ROOT 
PB 

Definition at line 45 of file DQMFileSaver.h.

46  {
47  ROOT,
48  PB
49  };

Constructor & Destructor Documentation

DQMFileSaver::DQMFileSaver ( const edm::ParameterSet ps)

Definition at line 436 of file DQMFileSaver.cc.

References globaldigis_analyze_cff::convention, convention_, KineDebug3::count(), dirName_, Exception, fakeFilterUnitMode_, fileBaseName_, fileFormat_, filterName_, FilterUnit, fms_, forceRunNumber_, getAnInt(), edm::ParameterSet::getUntrackedParameter(), Offline, Online, PB, producer_, ROOT, runIsComplete_, alignCSCRings::s, saveAtJobEnd_, saveByLumiSection_, saveByRun_, saveReference_, saveReferenceQMin_, DQMStore::SaveWithoutReference, DQMStore::SaveWithReference, DQMStore::SaveWithReferenceForQTest, trackingPlots::stat, stream_label_, streamPrefix_, streamSuffix_, AlCaHLTBitMon_QueryRunRegistry::string, jets_cff::version, version_, and workflow_.

437  : convention_ (Offline),
438  fileFormat_(ROOT),
439  workflow_ (""),
440  producer_ ("DQM"),
441  stream_label_ (""),
442  dirName_ ("."),
443  child_ (""),
444  filterName_(""),
445  version_ (1),
446  runIsComplete_ (false),
447  enableMultiThread_ (false),
448  saveByLumiSection_ (-1),
449  saveByRun_ (-1),
450  saveAtJobEnd_ (false),
453  forceRunNumber_ (-1),
454  fileBaseName_ (""),
455  fileUpdate_ (0),
457  nrun_ (0),
458  nlumi_ (0),
459  irun_ (0),
460  fms_(nullptr)
461 {
462  // Determine the file saving convention, and adjust defaults accordingly.
463  std::string convention = ps.getUntrackedParameter<std::string>("convention", "Offline");
464  fakeFilterUnitMode_ = ps.getUntrackedParameter<bool>("fakeFilterUnitMode", false);
465 
466  if (convention == "Offline")
468  else if (convention == "Online")
470  else if (convention == "FilterUnit")
472  else
473  throw cms::Exception("DQMFileSaver")
474  << "Invalid 'convention' parameter '" << convention << "'."
475  << " Expected one of 'Online' or 'Offline' or 'FilterUnit'.";
476 
477  // If this is neither online nor FU convention, check workflow.
478  // In this way, FU is treated as online, so we cannot specify a workflow. TBC
480  {
482  if (workflow_.empty()
483  || workflow_[0] != '/'
484  || *workflow_.rbegin() == '/'
485  || std::count(workflow_.begin(), workflow_.end(), '/') != 3
486  || workflow_.find_first_not_of("ABCDEFGHIJKLMNOPQRSTUVWXYZ"
487  "abcdefghijklmnopqrstuvwxyz"
488  "0123456789"
489  "-_/") != std::string::npos)
490  throw cms::Exception("DQMFileSaver")
491  << "Invalid 'workflow' parameter '" << workflow_
492  << "'. Expected '/A/B/C'.";
493  }
494  else if (! ps.getUntrackedParameter<std::string>("workflow", "").empty())
495  throw cms::Exception("DQMFileSaver")
496  << "The 'workflow' parameter must be empty in 'Online' and 'FilterUnit' conventions.";
497  else // for online set parameters
498  {
499  workflow_="/Global/Online/P5";
500  }
501 
502  // Determine the file format, and adjust defaults accordingly.
503  std::string fileFormat = ps.getUntrackedParameter<std::string>("fileFormat", "ROOT");
504  if (fileFormat == "ROOT")
505  fileFormat_ = ROOT;
506  else if (fileFormat == "PB")
507  fileFormat_ = PB;
508  else
509  throw cms::Exception("DQMFileSaver")
510  << "Invalid 'fileFormat' parameter '" << fileFormat << "'."
511  << " Expected one of 'ROOT' or 'PB'.";
512 
513  // Allow file producer to be set to specific values in certain conditions.
515  // Setting the same constraints on file producer both for online and FilterUnit conventions
516  // TODO(diguida): limit the producer for FilterUnit to be 'DQM' or 'HLTDQM'?
517  // TODO(diguida): how to handle histograms produced in the playback for the FU case?
519  && producer_ != "DQM"
520  && producer_ != "HLTDQM"
521  && producer_ != "Playback")
522  {
523  throw cms::Exception("DQMFileSaver")
524  << "Invalid 'producer' parameter '" << producer_
525  << "'. Expected 'DQM', 'HLTDQM' or 'Playback'.";
526  }
527  else if (convention_ != Online
528  && convention != FilterUnit
529  && producer_ != "DQM")
530  {
531  throw cms::Exception("DQMFileSaver")
532  << "Invalid 'producer' parameter '" << producer_
533  << "'. Expected 'DQM'.";
534  }
535 
537 
538  // version number to be used in filename
539  version_ = ps.getUntrackedParameter<int>("version", version_);
540  // flag to signal that file contains data from complete run
541  runIsComplete_ = ps.getUntrackedParameter<bool>("runIsComplete", runIsComplete_);
542 
543  // Check how we should save the references.
544  std::string refsave = ps.getUntrackedParameter<std::string>("referenceHandling", "default");
545  if (refsave == "default")
546  ;
547  else if (refsave == "skip")
548  {
550  // std::cout << "skip saving all references" << std::endl;
551  }
552  else if (refsave == "all")
553  {
555  // std::cout << "saving all references" << std::endl;
556  }
557  else if (refsave == "qtests")
558  {
560  // std::cout << "saving qtest references" << std::endl;
561  }
562  else
563  throw cms::Exception("DQMFileSaver")
564  << "Invalid 'referenceHandling' parameter '" << refsave
565  << "'. Expected 'default', 'skip', 'all' or 'qtests'.";
566 
567  // Check minimum required quality test result for which reference is saved.
568  saveReferenceQMin_ = ps.getUntrackedParameter<int>("referenceRequireStatus", saveReferenceQMin_);
569 
570  // Get and check the output directory.
571  struct stat s;
573  if (dirName_.empty() || stat(dirName_.c_str(), &s) == -1)
574  throw cms::Exception("DQMFileSaver")
575  << "Invalid 'dirName' parameter '" << dirName_ << "'.";
576 
578  // Find out when and how to save files. The following contraints apply:
579  // - For online, filter unit, and offline, allow files to be saved per lumi
580  // - For online, allow files to be saved per run, at event and time intervals.
581  // - For offline allow files to be saved per run, at job end, and run number to be overridden (for mc data).
583  {
584  getAnInt(ps, saveByLumiSection_, "saveByLumiSection");
585  }
586 
587  if (convention_ == Online)
588  {
589  getAnInt(ps, saveByRun_, "saveByRun");
590  }
591 
592  if (convention_ == Offline)
593  {
594  getAnInt(ps, saveByRun_, "saveByRun");
595  getAnInt(ps, forceRunNumber_, "forceRunNumber");
596  saveAtJobEnd_ = ps.getUntrackedParameter<bool>("saveAtJobEnd", saveAtJobEnd_);
597  }
598 
599  // Set up base file name:
600  // - for online and offline, follow the convention <dirName>/<producer>_V<4digits>_
601  // - for FilterUnit, we need to follow the DAQ2 convention, so we need the run and lumisection:
602  // the path is provided by the DAQ director service.
603  if (convention_ != FilterUnit)
604  {
605  char version[8];
606  sprintf(version, "_V%04d_", int(version_));
607  version[7]='\0';
608  fileBaseName_ = dirName_ + "/" + producer_ + version;
609  }
610  else if (fakeFilterUnitMode_)
611  {
612  edm::LogInfo("DQMFileSaver")
613  << "Fake FU mode, files are saved under <dirname>/runXXXXXX/runXXXXXX_lsXXXX_<stream_Label>.pb.\n";
614  }
615  else
616  {
617  // For FU, dirName_ will not be considered at all
618  edm::LogInfo("DQMFileSaver")
619  << "The base dir provided in the configuration '" << dirName_ << "'\n"
620  << " will not be considered: for FU, the DAQ2 services will handle directories\n";
621  //check that DAQ2 services are available: throw if not
624 
625  if (!(fms_ && daqDirector))
626  throw cms::Exception("DQMFileSaver")
627  << "Internal error, cannot initialize DAQ services.";
628  }
629 
630  // Log some information what we will do.
631  edm::LogInfo("DQMFileSaver")
632  << "DQM file saving settings:\n"
633  << " using base file name '" << fileBaseName_ << "'\n"
634  << " forcing run number " << forceRunNumber_ << "\n"
635  << " saving every " << saveByLumiSection_ << " lumi section(s)\n"
636  << " saving every " << saveByRun_ << " run(s)\n"
637  << " saving at job end: " << (saveAtJobEnd_ ? "yes" : "no") << "\n";
638 }
T getUntrackedParameter(std::string const &, T const &) const
int forceRunNumber_
Definition: DQMFileSaver.h:79
int saveReferenceQMin_
Definition: DQMFileSaver.h:78
Convention convention_
Definition: DQMFileSaver.h:61
evf::FastMonitoringService * fms_
Definition: DQMFileSaver.h:92
DQMStore * dbe_
Definition: DQMFileSaver.h:84
std::atomic< int > nlumi_
Definition: DQMFileSaver.h:86
std::string dirName_
Definition: DQMFileSaver.h:66
std::string fileBaseName_
Definition: DQMFileSaver.h:81
int saveByLumiSection_
Definition: DQMFileSaver.h:74
bool enableMultiThread_
Definition: DQMFileSaver.h:71
static void getAnInt(const edm::ParameterSet &ps, int &value, const std::string &name)
Definition: DQMFileSaver.cc:38
bool fakeFilterUnitMode_
Definition: DQMFileSaver.h:72
bool runIsComplete_
Definition: DQMFileSaver.h:70
std::string stream_label_
Definition: DQMFileSaver.h:65
static const std::string streamPrefix_
Definition: DQMFileSaver.h:94
std::string workflow_
Definition: DQMFileSaver.h:63
std::string producer_
Definition: DQMFileSaver.h:64
std::string child_
Definition: DQMFileSaver.h:67
int saveReference_
Definition: DQMFileSaver.h:77
std::string filterName_
Definition: DQMFileSaver.h:68
std::atomic< int > fileUpdate_
Definition: DQMFileSaver.h:82
FileFormat fileFormat_
Definition: DQMFileSaver.h:62
std::atomic< int > irun_
Definition: DQMFileSaver.h:89
bool saveAtJobEnd_
Definition: DQMFileSaver.h:76
std::atomic< int > nrun_
Definition: DQMFileSaver.h:85
static const int STATUS_OK
static const std::string streamSuffix_
Definition: DQMFileSaver.h:95

Member Function Documentation

void DQMFileSaver::analyze ( edm::StreamID  ,
const edm::Event e,
const edm::EventSetup  
) const
overrideprotected

Definition at line 683 of file DQMFileSaver.cc.

684 {
685  //save by event and save by time are not supported
686  //anymore in the threaded framework. please use
687  //savebyLumiSection instead.
688 }
void DQMFileSaver::beginJob ( void  )
overrideprotectedvirtual

Reimplemented from edm::global::EDAnalyzerBase.

Definition at line 642 of file DQMFileSaver.cc.

References convention_, dbe_, enableMultiThread_, DQMStore::enableMultiThread_, fakeFilterUnitMode_, FilterUnit, irun_, mergeType_, evf::MergeTypePB, nlumi_, nrun_, stream_label_, and transferDestination_.

643 {
644  nrun_ = nlumi_ = irun_ = 0;
645 
646  // Determine if we are running multithreading asking to the DQMStore. Not to be moved in the ctor
648 
650  {
653  }
654 }
Convention convention_
Definition: DQMFileSaver.h:61
DQMStore * dbe_
Definition: DQMFileSaver.h:84
std::atomic< int > nlumi_
Definition: DQMFileSaver.h:86
bool enableMultiThread_
Definition: DQMFileSaver.h:71
std::string transferDestination_
Definition: DQMFileSaver.h:96
bool fakeFilterUnitMode_
Definition: DQMFileSaver.h:72
std::string stream_label_
Definition: DQMFileSaver.h:65
std::atomic< int > irun_
Definition: DQMFileSaver.h:89
std::atomic< int > nrun_
Definition: DQMFileSaver.h:85
std::string mergeType_
Definition: DQMFileSaver.h:97
bool enableMultiThread_
Definition: DQMStore.h:635
void DQMFileSaver::endJob ( void  )
overrideprotectedvirtual

Reimplemented from edm::global::EDAnalyzerBase.

Definition at line 819 of file DQMFileSaver.cc.

References convention_, Exception, forceRunNumber_, irun_, Offline, saveAtJobEnd_, saveForOffline(), and workflow_.

820 {
821  if (saveAtJobEnd_)
822  {
823  if (convention_ == Offline && forceRunNumber_ > 0)
825  else if (convention_ == Offline)
827  else
828  throw cms::Exception("DQMFileSaver")
829  << "Internal error. Can only save files at the end of the"
830  << " job in Offline mode.";
831  }
832 }
int forceRunNumber_
Definition: DQMFileSaver.h:79
void saveForOffline(const std::string &workflow, int run, int lumi) const
Definition: DQMFileSaver.cc:86
Convention convention_
Definition: DQMFileSaver.h:61
std::string workflow_
Definition: DQMFileSaver.h:63
std::atomic< int > irun_
Definition: DQMFileSaver.h:89
bool saveAtJobEnd_
Definition: DQMFileSaver.h:76
boost::property_tree::ptree DQMFileSaver::fillJson ( int  run,
int  lumi,
const std::string &  dataFilePathName,
const std::string &  transferDestinationStr,
const std::string &  mergeTypeStr,
evf::FastMonitoringService fms 
)
static

Definition at line 264 of file DQMFileSaver.cc.

References data, Exception, evf::FastMonitoringService::getEventsProcessedForLumi(), query::host, merge::inputFiles, callgraph::path, sysUtil::pid, EnergyCorrector::pt, trackingPlots::stat, and AlCaHLTBitMon_QueryRunRegistry::string.

Referenced by dqmservices::JsonWritingTimeoutPoolOutputModule::doExtrasAfterCloseFile(), and saveForFilterUnit().

265 {
266  namespace bpt = boost::property_tree;
267  namespace bfs = boost::filesystem;
268 
269  bpt::ptree pt;
270 
271  int hostnameReturn;
272  char host[32];
273  hostnameReturn = gethostname(host ,sizeof(host));
274  if (hostnameReturn == -1)
275  throw cms::Exception("fillJson")
276  << "Internal error, cannot get host name";
277 
278  int pid = getpid();
279  std::ostringstream oss_pid;
280  oss_pid << pid;
281 
282  int nProcessed = fms ? (fms->getEventsProcessedForLumi(lumi)) : -1;
283 
284  // Stat the data file: if not there, throw
285  std::string dataFileName;
286  struct stat dataFileStat;
287  dataFileStat.st_size=0;
288  if (nProcessed) {
289  if (stat(dataFilePathName.c_str(), &dataFileStat) != 0)
290  throw cms::Exception("fillJson")
291  << "Internal error, cannot get data file: "
292  << dataFilePathName;
293  // Extract only the data file name from the full path
294  dataFileName = bfs::path(dataFilePathName).filename().string();
295  }
296  // The availability test of the FastMonitoringService was done in the ctor.
297  bpt::ptree data;
298  bpt::ptree processedEvents, acceptedEvents, errorEvents, bitmask, fileList, fileSize, inputFiles, fileAdler32, transferDestination, mergeType, hltErrorEvents;
299 
300  processedEvents.put("", nProcessed); // Processed events
301  acceptedEvents.put("", nProcessed); // Accepted events, same as processed for our purposes
302 
303  errorEvents.put("", 0); // Error events
304  bitmask.put("", 0); // Bitmask of abs of CMSSW return code
305  fileList.put("", dataFileName); // Data file the information refers to
306  fileSize.put("", dataFileStat.st_size); // Size in bytes of the data file
307  inputFiles.put("", ""); // We do not care about input files!
308  fileAdler32.put("", -1); // placeholder to match output json definition
309  transferDestination.put("", transferDestinationStr); // SM Transfer destination field
310  mergeType.put("", mergeTypeStr); // Merging type for merger and transfer services
311  hltErrorEvents.put("", 0); // Error events
312 
313  data.push_back(std::make_pair("", processedEvents));
314  data.push_back(std::make_pair("", acceptedEvents));
315  data.push_back(std::make_pair("", errorEvents));
316  data.push_back(std::make_pair("", bitmask));
317  data.push_back(std::make_pair("", fileList));
318  data.push_back(std::make_pair("", fileSize));
319  data.push_back(std::make_pair("", inputFiles));
320  data.push_back(std::make_pair("", fileAdler32));
321  data.push_back(std::make_pair("", transferDestination));
322  data.push_back(std::make_pair("", mergeType));
323  data.push_back(std::make_pair("", hltErrorEvents));
324 
325  pt.add_child("data", data);
326 
327  if (fms == nullptr) {
328  pt.put("definition", "/fakeDefinition.jsn");
329  } else {
330  // The availability test of the EvFDaqDirector Service was done in the ctor.
331  bfs::path outJsonDefName(edm::Service<evf::EvFDaqDirector>()->baseRunDir()); //we assume this file is written bu the EvF Output module
332  outJsonDefName /= (std::string("output_") + oss_pid.str() + std::string(".jsd"));
333  pt.put("definition", outJsonDefName.string());
334  }
335 
336  char sourceInfo[64]; //host and pid information
337  sprintf(sourceInfo, "%s_%d", host, pid);
338  pt.put("source", sourceInfo);
339 
340  return pt;
341 }
host
Definition: query.py:115
unsigned int getEventsProcessedForLumi(unsigned int lumi, bool *abortFlag=0)
inputFiles
Definition: merge.py:6
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:82
std::shared_ptr< saverDetails::NoCache > DQMFileSaver::globalBeginLuminosityBlock ( const edm::LuminosityBlock l,
const edm::EventSetup  
) const
overrideprotected

Definition at line 677 of file DQMFileSaver.cc.

References nlumi_.

678 {
679  ++nlumi_;
680  return nullptr;
681 }
std::atomic< int > nlumi_
Definition: DQMFileSaver.h:86
std::shared_ptr< saverDetails::NoCache > DQMFileSaver::globalBeginRun ( const edm::Run r,
const edm::EventSetup  
) const
overrideprotected

Definition at line 657 of file DQMFileSaver.cc.

References convention_, fakeFilterUnitMode_, FrontierConditions_GlobalTag_cff::file, FilterUnit, evf::EvFDaqDirector::getInitFilePath(), nrun_, stream_label_, and AlCaHLTBitMon_QueryRunRegistry::string.

658 {
659  ++nrun_;
660 
661  // For Filter Unit, create an empty ini file:
662  // it is needed by the HLT deamon in order to start merging
663  // The run number is established in the service
664  // TODO(diguida): check that they are the same?
666  {
668  const std::string initFileName = daqDirector->getInitFilePath(stream_label_);
669  std::ofstream file(initFileName);
670  file.close();
671  }
672 
673  return nullptr;
674 }
Convention convention_
Definition: DQMFileSaver.h:61
std::string getInitFilePath(std::string const &stream) const
bool fakeFilterUnitMode_
Definition: DQMFileSaver.h:72
std::string stream_label_
Definition: DQMFileSaver.h:65
std::atomic< int > nrun_
Definition: DQMFileSaver.h:85
void DQMFileSaver::globalEndLuminosityBlock ( const edm::LuminosityBlock iLS,
const edm::EventSetup  
) const
overrideprotected

Definition at line 691 of file DQMFileSaver.cc.

References convention_, dbe_, DQMStore::deleteUnusedLumiHistograms(), enableMultiThread_, Exception, fileFormat_, FilterUnit, fms_, edm::LuminosityBlockBase::id(), edm::LuminosityBlockID::luminosityBlock(), nlumi_, Offline, Online, PB, edm::LuminosityBlockID::run(), saveByLumiSection_, saveForFilterUnit(), saveForOffline(), saveForOnline(), saveForOnlinePB(), evf::FastMonitoringService::shouldWriteFiles(), createPayload::suffix, and workflow_.

692 {
693  int ilumi = iLS.id().luminosityBlock();
694  int irun = iLS.id().run();
695  if (ilumi > 0 && saveByLumiSection_ > 0 )
696  {
698  throw cms::Exception("DQMFileSaver")
699  << "Internal error, can save files at end of lumi block"
700  << " only in Online, FilterUnit or Offline mode.";
701 
702  if (convention_ == Online && (nlumi_ % saveByLumiSection_) == 0) // insist on lumi section ordering
703  {
704  char suffix[64];
705  char rewrite[128];
706  sprintf(suffix, "_R%09d_L%06d", irun, ilumi);
707  sprintf(rewrite, "\\1Run %d/\\2/By Lumi Section %d-%d", irun, ilumi-nlumi_, ilumi);
708  if (fileFormat_ == ROOT)
709  saveForOnline(irun, suffix, rewrite);
710  else if (fileFormat_ == PB)
711  saveForOnlinePB(irun, suffix);
712  else
713  throw cms::Exception("DQMFileSaver")
714  << "Internal error, can save files"
715  << " only in ROOT or ProtocolBuffer format.";
716  }
717 
718  // Store at every lumi section end only if some events have been processed.
719  // Caveat: if faking FilterUnit, i.e. not accessing DAQ2 services,
720  // we cannot ask FastMonitoringService the processed events, so we are forced
721  // to save the file at every lumisection, even with no statistics.
722  // Here, we protect the call to get the processed events in a lumi section
723  // by testing the pointer to FastMonitoringService: if not null, i.e. in real FU mode,
724  // we check that the events are not 0; otherwise, we skip the test, so we store at every lumi transition.
725  // TODO(diguida): allow fake FU mode to skip file creation at empty lumi sections.
726  if (convention_ == FilterUnit && (fms_ ? fms_->shouldWriteFiles(ilumi) : !fms_))
727  {
728  char rewrite[128];
729  sprintf(rewrite, "\\1Run %d/\\2/By Lumi Section %d-%d", irun, ilumi, ilumi);
730  saveForFilterUnit(rewrite, irun, ilumi, fileFormat_);
731  }
732  if (convention_ == Offline)
733  {
734  if (fileFormat_ == ROOT)
735  saveForOffline(workflow_, irun, ilumi);
736  else
737  // TODO(diguida): do we need to support lumisection saving in Offline for PB?
738  // In this case, for ROOT, we only save EventInfo folders: we can filter them...
739  throw cms::Exception("DQMFileSaver")
740  << "Internal error, can save files"
741  << " only in ROOT format.";
742  }
743 
744  // after saving per LS, delete the old LS global histograms.
746  }
747 }
LuminosityBlockID id() const
void saveForOffline(const std::string &workflow, int run, int lumi) const
Definition: DQMFileSaver.cc:86
Convention convention_
Definition: DQMFileSaver.h:61
evf::FastMonitoringService * fms_
Definition: DQMFileSaver.h:92
bool shouldWriteFiles(unsigned int lumi, unsigned int *proc=0)
DQMStore * dbe_
Definition: DQMFileSaver.h:84
std::atomic< int > nlumi_
Definition: DQMFileSaver.h:86
int saveByLumiSection_
Definition: DQMFileSaver.h:74
bool enableMultiThread_
Definition: DQMFileSaver.h:71
void deleteUnusedLumiHistograms(uint32_t run, uint32_t lumi)
Definition: DQMStore.cc:1983
RunNumber_t run() const
void saveForOnline(int run, const std::string &suffix, const std::string &rewrite) const
std::string workflow_
Definition: DQMFileSaver.h:63
void saveForOnlinePB(int run, const std::string &suffix) const
FileFormat fileFormat_
Definition: DQMFileSaver.h:62
LuminosityBlockNumber_t luminosityBlock() const
void saveForFilterUnit(const std::string &rewrite, int run, int lumi, const FileFormat fileFormat) const
void DQMFileSaver::globalEndRun ( const edm::Run iRun,
const edm::EventSetup  
) const
overrideprotected

Definition at line 750 of file DQMFileSaver.cc.

References convention_, data, dirName_, Exception, fakeFilterUnitMode_, FrontierConditions_GlobalTag_cff::file, fileFormat_, cmsPerfStripChart::format, edm::RunBase::id(), irun_, nlumi_, nrun_, Offline, Online, PB, EnergyCorrector::pt, edm::RunID::run(), saveByRun_, saveForOffline(), saveForOfflinePB(), saveForOnline(), saveForOnlinePB(), str, AlCaHLTBitMon_QueryRunRegistry::string, createPayload::suffix, and workflow_.

751 {
752  int irun = iRun.id().run();
753  irun_ = irun;
754  if (irun > 0 && saveByRun_ > 0 && (nrun_ % saveByRun_) == 0)
755  {
756  if (convention_ == Online)
757  {
758  char suffix[64];
759  sprintf(suffix, "_R%09d", irun);
760  char rewrite[64];
761  sprintf(rewrite, "\\1Run %d/\\2/Run summary", irun);
762  if (fileFormat_ == ROOT)
763  saveForOnline(irun, suffix, rewrite);
764  else if (fileFormat_ == PB)
765  saveForOnlinePB(irun, suffix);
766  else
767  throw cms::Exception("DQMFileSaver")
768  << "Internal error, can save files"
769  << " only in ROOT or ProtocolBuffer format.";
770  }
771  else if (convention_ == Offline && fileFormat_ == ROOT)
772  saveForOffline(workflow_, irun, 0);
773  else if (convention_ == Offline && fileFormat_ == PB)
775  else
776  throw cms::Exception("DQMFileSaver")
777  << "Internal error. Can only save files in endRun()"
778  << " in Online and Offline modes.";
779  }
780 
781  // create a fake EoR file for testing purposes.
782  if (fakeFilterUnitMode_) {
783  edm::LogInfo("DQMFileSaver")
784  << "Producing fake EoR file.\n";
785 
786  std::string runDir = str(boost::format("%s/run%06d") % dirName_ % irun);
787  std::string jsonFilePathName = str(boost::format("%s/run%06d_ls0000_EoR.jsn") % runDir % irun);
788  std::string openJsonFilePathName = jsonFilePathName + ".open";
789 
790  boost::filesystem::create_directories(runDir);
791 
792  using namespace boost::property_tree;
793  ptree pt;
794  ptree data;
795 
796  ptree child1, child2, child3;
797 
798  child1.put("", -1); // Processed
799  child2.put("", -1); // Accepted
800  child3.put("", nlumi_); // number of lumi
801 
802  data.push_back(std::make_pair("", child1));
803  data.push_back(std::make_pair("", child2));
804  data.push_back(std::make_pair("", child3));
805 
806  pt.add_child("data", data);
807  pt.put("definition", "/non-existant/");
808  pt.put("source", "--hostname--");
809 
810  std::ofstream file(jsonFilePathName);
811  write_json(file, pt, true);
812  file.close();
813 
814  rename(openJsonFilePathName.c_str(), jsonFilePathName.c_str());
815  }
816 }
RunID const & id() const
Definition: RunBase.h:39
void saveForOffline(const std::string &workflow, int run, int lumi) const
Definition: DQMFileSaver.cc:86
Definition: rename.py:1
RunNumber_t run() const
Definition: RunID.h:39
Convention convention_
Definition: DQMFileSaver.h:61
std::atomic< int > nlumi_
Definition: DQMFileSaver.h:86
std::string dirName_
Definition: DQMFileSaver.h:66
void saveForOnline(int run, const std::string &suffix, const std::string &rewrite) const
bool fakeFilterUnitMode_
Definition: DQMFileSaver.h:72
format
Some error handling for the usage.
std::string workflow_
Definition: DQMFileSaver.h:63
void saveForOnlinePB(int run, const std::string &suffix) const
FileFormat fileFormat_
Definition: DQMFileSaver.h:62
std::atomic< int > irun_
Definition: DQMFileSaver.h:89
void saveForOfflinePB(const std::string &workflow, int run) const
Definition: DQMFileSaver.cc:77
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:82
std::atomic< int > nrun_
Definition: DQMFileSaver.h:85
#define str(s)
void DQMFileSaver::saveForFilterUnit ( const std::string &  rewrite,
int  run,
int  lumi,
const FileFormat  fileFormat 
) const
private

Definition at line 344 of file DQMFileSaver.cc.

References dataFileExtension(), dbe_, dirName_, enableMultiThread_, Exception, fakeFilterUnitMode_, fileUpdate_, fillJson(), filterName_, fms_, cmsPerfStripChart::format, evf::FastMonitoringService::getEventsProcessedForLumi(), mergeType_, PB, EnergyCorrector::pt, DQMStore::save(), DQMStore::savePB(), saveReference_, saveReferenceQMin_, str, stream_label_, AlCaHLTBitMon_QueryRunRegistry::string, and transferDestination_.

Referenced by globalEndLuminosityBlock().

345 {
346  // get from DAQ2 services where to store the files according to their format
347  namespace bpt = boost::property_tree;
348 
349  std::string openJsonFilePathName;
350  std::string jsonFilePathName;
351  std::string openHistoFilePathName;
352  std::string histoFilePathName;
353 
354  // create the files names
355  if (fakeFilterUnitMode_) {
356  std::string runDir = str(boost::format("%s/run%06d") % dirName_ % run);
357  std::string baseName = str(boost::format("%s/run%06d_ls%04d_%s") % runDir % run % lumi % stream_label_ );
358 
359  boost::filesystem::create_directories(runDir);
360 
361  jsonFilePathName = baseName + ".jsn";
362  openJsonFilePathName = jsonFilePathName + ".open";
363 
364  histoFilePathName = baseName + dataFileExtension(fileFormat);
365  openHistoFilePathName = histoFilePathName + ".open";
366  } else {
367  openJsonFilePathName = edm::Service<evf::EvFDaqDirector>()->getOpenOutputJsonFilePath(lumi, stream_label_);
368  jsonFilePathName = edm::Service<evf::EvFDaqDirector>()->getOutputJsonFilePath(lumi, stream_label_);
369 
370  if (fileFormat == ROOT) {
371  openHistoFilePathName = edm::Service<evf::EvFDaqDirector>()->getOpenRootHistogramFilePath(lumi, stream_label_);
372  histoFilePathName = edm::Service<evf::EvFDaqDirector>()->getRootHistogramFilePath(lumi, stream_label_);
373  } else if (fileFormat == PB) {
374  openHistoFilePathName = edm::Service<evf::EvFDaqDirector>()->getOpenProtocolBufferHistogramFilePath(lumi, stream_label_);
375  histoFilePathName = edm::Service<evf::EvFDaqDirector>()->getProtocolBufferHistogramFilePath(lumi, stream_label_);
376  }
377  }
378 
379  if (fms_ ? fms_->getEventsProcessedForLumi(lumi) : true) {
380  if (fileFormat == ROOT)
381  {
382  // Save the file with the full directory tree,
383  // modifying it according to @a rewrite,
384  // but not looking for MEs inside the DQMStore, as in the online case,
385  // nor filling new MEs, as in the offline case.
386  dbe_->save(openHistoFilePathName,
387  "",
388  "^(Reference/)?([^/]+)",
389  rewrite,
390  enableMultiThread_ ? run : 0,
391  lumi,
394  fileUpdate_ ? "UPDATE" : "RECREATE");
395  }
396  else if (fileFormat == PB)
397  {
398  // Save the file in the open directory.
399  dbe_->savePB(openHistoFilePathName,
400  filterName_,
401  enableMultiThread_ ? run : 0,
402  lumi);
403  }
404  else
405  throw cms::Exception("DQMFileSaver")
406  << "Internal error, can save files"
407  << " only in ROOT or ProtocolBuffer format.";
408 
409  // Now move the the data and json files into the output directory.
410  rename(openHistoFilePathName.c_str(), histoFilePathName.c_str());
411  }
412 
413  // Write the json file in the open directory.
414  bpt::ptree pt = fillJson(run, lumi, histoFilePathName, transferDestination_, mergeType_, fms_);
415  write_json(openJsonFilePathName, pt);
416  rename(openJsonFilePathName.c_str(), jsonFilePathName.c_str());
417 }
unsigned int getEventsProcessedForLumi(unsigned int lumi, bool *abortFlag=0)
int saveReferenceQMin_
Definition: DQMFileSaver.h:78
Definition: rename.py:1
void savePB(std::string const &filename, std::string const &path="", uint32_t run=0, uint32_t lumi=0)
Definition: DQMStore.cc:2628
static std::string dataFileExtension(DQMFileSaver::FileFormat fileFormat)
Definition: DQMFileSaver.cc:48
evf::FastMonitoringService * fms_
Definition: DQMFileSaver.h:92
DQMStore * dbe_
Definition: DQMFileSaver.h:84
std::string dirName_
Definition: DQMFileSaver.h:66
SaveReferenceTag
Definition: DQMStore.h:78
bool enableMultiThread_
Definition: DQMFileSaver.h:71
std::string transferDestination_
Definition: DQMFileSaver.h:96
bool fakeFilterUnitMode_
Definition: DQMFileSaver.h:72
format
Some error handling for the usage.
std::string stream_label_
Definition: DQMFileSaver.h:65
int saveReference_
Definition: DQMFileSaver.h:77
std::string filterName_
Definition: DQMFileSaver.h:68
std::atomic< int > fileUpdate_
Definition: DQMFileSaver.h:82
static boost::property_tree::ptree fillJson(int run, int lumi, const std::string &dataFilePathName, const std::string &transferDestinationStr, const std::string &mergeTypeStr, evf::FastMonitoringService *fms)
void save(std::string const &filename, std::string const &path="", std::string const &pattern="", std::string const &rewrite="", uint32_t run=0, uint32_t lumi=0, SaveReferenceTag ref=SaveWithReference, int minStatus=dqm::qstatus::STATUS_OK, std::string const &fileupdate="RECREATE")
Definition: DQMStore.cc:2443
std::string mergeType_
Definition: DQMFileSaver.h:97
#define str(s)
void DQMFileSaver::saveForOffline ( const std::string &  workflow,
int  run,
int  lumi 
) const
private

Definition at line 86 of file DQMFileSaver.cc.

References DQMStore::bookFloat(), DQMStore::bookString(), DQMStore::cd(), child_, dbe_, MillePedeFileConverter_cfg::e, enableMultiThread_, fileBaseName_, corrVsCorr::filename, fileUpdate_, MonitorElement::Fill(), DQMStore::get(), edm::getReleaseVersion(), DQMStore::getSubdirs(), mps_fire::i, mps_check::msg, onlineOfflineFileName(), runIsComplete_, DQMStore::save(), saveJobReport(), saveReference_, saveReferenceQMin_, DQMStore::SaveWithoutReference, DQMStore::setCurrentFolder(), dqm::qstatus::STATUS_OK, AlCaHLTBitMon_QueryRunRegistry::string, and createPayload::suffix.

Referenced by endJob(), globalEndLuminosityBlock(), and globalEndRun().

87 {
88  char suffix[64];
89  sprintf(suffix, "R%09d", run);
90 
91  char rewrite[128];
92  if (lumi == 0) // save for run
93  sprintf(rewrite, "\\1Run %d/\\2/Run summary", run);
94  else
95  sprintf(rewrite, "\\1Run %d/\\2/By Lumi Section %d-%d", run, lumi, lumi);
96 
98 
99  if (lumi == 0) // save for run
100  {
101  // set run end flag
102  dbe_->cd();
103  dbe_->setCurrentFolder("Info/ProvInfo");
104 
105  // do this, because ProvInfo is not yet run in offline DQM
106  MonitorElement* me = dbe_->get("Info/ProvInfo/CMSSW");
107  if (!me) me = dbe_->bookString("CMSSW", edm::getReleaseVersion().c_str() );
108 
109  me = dbe_->get("Info/ProvInfo/runIsComplete");
110  if (!me) me = dbe_->bookFloat("runIsComplete");
111 
112  if (me)
113  {
114  if (runIsComplete_)
115  me->Fill(1.);
116  else
117  me->Fill(0.);
118  }
119 
120  dbe_->save(filename,
121  "",
122  "^(Reference/)?([^/]+)",
123  rewrite,
124  enableMultiThread_ ? run : 0,
125  lumi,
128  fileUpdate_ ? "UPDATE" : "RECREATE");
129 
130  // save the JobReport
131  saveJobReport(filename);
132  }
133  else // save EventInfo folders for luminosity sections
134  {
135  std::vector<std::string> systems = (dbe_->cd(), dbe_->getSubdirs());
136 
137  edm::LogAbsolute msg("fileAction");
138  msg << "DQMFileSaver: storing EventInfo folders for Run: "
139  << run << ", Lumi Section: " << lumi << ", Subsystems: " ;
140 
141  for (size_t i = 0, e = systems.size(); i != e; ++i) {
142  if (systems[i] != "Reference") {
143  dbe_->cd();
144  msg << systems[i] << " " ;
145 
146  dbe_->save(filename,
147  systems[i]+"/EventInfo", "^(Reference/)?([^/]+)",
148  rewrite,
149  enableMultiThread_ ? run : 0,
150  lumi,
153  fileUpdate_ ? "UPDATE" : "RECREATE");
154 
155  // from now on update newly created file
156  if (fileUpdate_.load() == 0) fileUpdate_ = 1;
157  }
158  }
159  }
160 
161 }
int saveReferenceQMin_
Definition: DQMFileSaver.h:78
DQMStore * dbe_
Definition: DQMFileSaver.h:84
std::string fileBaseName_
Definition: DQMFileSaver.h:81
MonitorElement * bookFloat(char_string const &name)
Book float.
Definition: DQMStore.cc:1036
SaveReferenceTag
Definition: DQMStore.h:78
void Fill(long long x)
bool enableMultiThread_
Definition: DQMFileSaver.h:71
void saveJobReport(const std::string &filename) const
MonitorElement * get(std::string const &path) const
get ME from full pathname (e.g. "my/long/dir/my_histo")
Definition: DQMStore.cc:1601
static std::string onlineOfflineFileName(const std::string &fileBaseName, const std::string &suffix, const std::string &workflow, const std::string &child, DQMFileSaver::FileFormat fileFormat)
Definition: DQMFileSaver.cc:59
bool runIsComplete_
Definition: DQMFileSaver.h:70
std::vector< std::string > getSubdirs() const
Definition: DQMStore.cc:1552
MonitorElement * bookString(char_string const &name, char_string const &value)
Book string.
Definition: DQMStore.cc:1057
std::string getReleaseVersion()
std::string child_
Definition: DQMFileSaver.h:67
int saveReference_
Definition: DQMFileSaver.h:77
void setCurrentFolder(std::string const &fullpath)
Definition: DQMStore.cc:565
void cd()
go to top directory (ie. root)
Definition: DQMStore.cc:540
std::atomic< int > fileUpdate_
Definition: DQMFileSaver.h:82
tuple msg
Definition: mps_check.py:278
void save(std::string const &filename, std::string const &path="", std::string const &pattern="", std::string const &rewrite="", uint32_t run=0, uint32_t lumi=0, SaveReferenceTag ref=SaveWithReference, int minStatus=dqm::qstatus::STATUS_OK, std::string const &fileupdate="RECREATE")
Definition: DQMStore.cc:2443
static const int STATUS_OK
void DQMFileSaver::saveForOfflinePB ( const std::string &  workflow,
int  run 
) const
private

Definition at line 77 of file DQMFileSaver.cc.

References child_, dbe_, fileBaseName_, corrVsCorr::filename, filterName_, onlineOfflineFileName(), PB, DQMStore::savePB(), AlCaHLTBitMon_QueryRunRegistry::string, and createPayload::suffix.

Referenced by globalEndRun().

78 {
79  char suffix[64];
80  sprintf(suffix, "R%09d", run);
82  dbe_->savePB(filename, filterName_);
83 }
void savePB(std::string const &filename, std::string const &path="", uint32_t run=0, uint32_t lumi=0)
Definition: DQMStore.cc:2628
DQMStore * dbe_
Definition: DQMFileSaver.h:84
std::string fileBaseName_
Definition: DQMFileSaver.h:81
static std::string onlineOfflineFileName(const std::string &fileBaseName, const std::string &suffix, const std::string &workflow, const std::string &child, DQMFileSaver::FileFormat fileFormat)
Definition: DQMFileSaver.cc:59
std::string child_
Definition: DQMFileSaver.h:67
std::string filterName_
Definition: DQMFileSaver.h:68
void DQMFileSaver::saveForOnline ( int  run,
const std::string &  suffix,
const std::string &  rewrite 
) const
private

Definition at line 211 of file DQMFileSaver.cc.

References DQMStore::cd(), child_, dbe_, doSaveForOnline(), MillePedeFileConverter_cfg::e, enableMultiThread_, fileBaseName_, DQMStore::get(), DQMStore::getMatchingContents(), DQMStore::getSubdirs(), mps_fire::i, saveReference_, and saveReferenceQMin_.

Referenced by globalEndLuminosityBlock(), and globalEndRun().

212 {
213  std::vector<std::string> systems = (dbe_->cd(), dbe_->getSubdirs());
214 
215  for (size_t i = 0, e = systems.size(); i != e; ++i)
216  {
217  if (systems[i] != "Reference")
218  {
219  dbe_->cd();
220  if (MonitorElement* me = dbe_->get(systems[i] + "/EventInfo/processName"))
221  {
223  fileBaseName_ + me->getStringValue() + suffix + child_ + ".root",
224  "", "^(Reference/)?([^/]+)", rewrite,
227  "", ROOT);
228  return;
229  }
230  }
231  }
232 
233  // look for EventInfo folder in an unorthodox location
234  for (size_t i = 0, e = systems.size(); i != e; ++i)
235  if (systems[i] != "Reference")
236  {
237  dbe_->cd();
238  std::vector<MonitorElement*> pNamesVector = dbe_->getMatchingContents("^" + systems[i] + "/.*/EventInfo/processName",lat::Regexp::Perl);
239  if (!pNamesVector.empty()){
241  fileBaseName_ + systems[i] + suffix + child_ + ".root",
242  "", "^(Reference/)?([^/]+)", rewrite,
245  "", ROOT);
246  pNamesVector.clear();
247  return;
248  }
249  }
250 
251  // if no EventInfo Folder is found, then store subsystem wise
252  for (size_t i = 0, e = systems.size(); i != e; ++i)
253  if (systems[i] != "Reference")
255  fileBaseName_ + systems[i] + suffix + child_ + ".root",
256  systems[i], "^(Reference/)?([^/]+)", rewrite,
259  "", ROOT);
260 }
int saveReferenceQMin_
Definition: DQMFileSaver.h:78
std::vector< MonitorElement * > getMatchingContents(std::string const &pattern, lat::Regexp::Syntax syntaxType=lat::Regexp::Wildcard) const
Definition: DQMStore.cc:1801
DQMStore * dbe_
Definition: DQMFileSaver.h:84
std::string fileBaseName_
Definition: DQMFileSaver.h:81
SaveReferenceTag
Definition: DQMStore.h:78
bool enableMultiThread_
Definition: DQMFileSaver.h:71
MonitorElement * get(std::string const &path) const
get ME from full pathname (e.g. "my/long/dir/my_histo")
Definition: DQMStore.cc:1601
std::vector< std::string > getSubdirs() const
Definition: DQMStore.cc:1552
std::string child_
Definition: DQMFileSaver.h:67
int saveReference_
Definition: DQMFileSaver.h:77
void cd()
go to top directory (ie. root)
Definition: DQMStore.cc:540
static void doSaveForOnline(DQMStore *store, int run, bool enableMultiThread, const std::string &filename, const std::string &directory, const std::string &rxpat, const std::string &rewrite, DQMStore::SaveReferenceTag saveref, int saveRefQMin, const std::string &filterName, DQMFileSaver::FileFormat fileFormat)
void DQMFileSaver::saveForOnlinePB ( int  run,
const std::string &  suffix 
) const
private

Definition at line 194 of file DQMFileSaver.cc.

References child_, dbe_, doSaveForOnline(), enableMultiThread_, fileBaseName_, corrVsCorr::filename, filterName_, onlineOfflineFileName(), PB, saveReference_, saveReferenceQMin_, AlCaHLTBitMon_QueryRunRegistry::string, and workflow_.

Referenced by globalEndLuminosityBlock(), and globalEndRun().

195 {
196  // The file name contains the Online workflow name,
197  // as we do not want to look inside the DQMStore,
198  // and the @a suffix, defined in the run/lumi transitions.
199  // TODO(diguida): add the possibility to change the dir structure with rewrite.
202  filename,
203  "", "^(Reference/)?([^/]+)", "\\1\\2",
206  filterName_,
207  PB);
208 }
int saveReferenceQMin_
Definition: DQMFileSaver.h:78
DQMStore * dbe_
Definition: DQMFileSaver.h:84
std::string fileBaseName_
Definition: DQMFileSaver.h:81
SaveReferenceTag
Definition: DQMStore.h:78
bool enableMultiThread_
Definition: DQMFileSaver.h:71
static std::string onlineOfflineFileName(const std::string &fileBaseName, const std::string &suffix, const std::string &workflow, const std::string &child, DQMFileSaver::FileFormat fileFormat)
Definition: DQMFileSaver.cc:59
std::string workflow_
Definition: DQMFileSaver.h:63
std::string child_
Definition: DQMFileSaver.h:67
int saveReference_
Definition: DQMFileSaver.h:77
std::string filterName_
Definition: DQMFileSaver.h:68
static void doSaveForOnline(DQMStore *store, int run, bool enableMultiThread, const std::string &filename, const std::string &directory, const std::string &rxpat, const std::string &rewrite, DQMStore::SaveReferenceTag saveref, int saveRefQMin, const std::string &filterName, DQMFileSaver::FileFormat fileFormat)
void DQMFileSaver::saveJobReport ( const std::string &  filename) const
private

Definition at line 420 of file DQMFileSaver.cc.

References info(), edm::Service< T >::isAvailable(), and edm::JobReport::reportAnalysisFile().

Referenced by saveForOffline().

421 {
422 
423  // Report the file to job report service.
425  if (jr.isAvailable())
426  {
427  std::map<std::string, std::string> info;
428  info["Source"] = "DQMStore";
429  info["FileClass"] = "DQM";
430  jr->reportAnalysisFile(filename, info);
431  }
432 
433 }
static const TGPicture * info(bool iBackgroundIsBlack)
bool isAvailable() const
Definition: Service.h:46
void reportAnalysisFile(std::string const &fileName, std::map< std::string, std::string > const &fileData)
Definition: JobReport.cc:512

Member Data Documentation

std::string DQMFileSaver::child_
private

Definition at line 67 of file DQMFileSaver.h.

Referenced by saveForOffline(), saveForOfflinePB(), saveForOnline(), and saveForOnlinePB().

Convention DQMFileSaver::convention_
private
DQMStore* DQMFileSaver::dbe_
private
std::string DQMFileSaver::dirName_
private

Definition at line 66 of file DQMFileSaver.h.

Referenced by DQMFileSaver(), globalEndRun(), and saveForFilterUnit().

bool DQMFileSaver::enableMultiThread_
private
bool DQMFileSaver::fakeFilterUnitMode_
private
std::string DQMFileSaver::fileBaseName_
private
FileFormat DQMFileSaver::fileFormat_
private

Definition at line 62 of file DQMFileSaver.h.

Referenced by DQMFileSaver(), globalEndLuminosityBlock(), and globalEndRun().

std::atomic<int> DQMFileSaver::fileUpdate_
mutableprivate

Definition at line 82 of file DQMFileSaver.h.

Referenced by saveForFilterUnit(), and saveForOffline().

std::string DQMFileSaver::filterName_
private

Definition at line 68 of file DQMFileSaver.h.

Referenced by DQMFileSaver(), saveForFilterUnit(), saveForOfflinePB(), and saveForOnlinePB().

evf::FastMonitoringService* DQMFileSaver::fms_
private

Definition at line 92 of file DQMFileSaver.h.

Referenced by DQMFileSaver(), globalEndLuminosityBlock(), and saveForFilterUnit().

int DQMFileSaver::forceRunNumber_
private

Definition at line 79 of file DQMFileSaver.h.

Referenced by DQMFileSaver(), and endJob().

std::atomic<int> DQMFileSaver::irun_
mutableprivate

Definition at line 89 of file DQMFileSaver.h.

Referenced by beginJob(), endJob(), and globalEndRun().

std::string DQMFileSaver::mergeType_
private

Definition at line 97 of file DQMFileSaver.h.

Referenced by beginJob(), and saveForFilterUnit().

std::atomic<int> DQMFileSaver::nlumi_
mutableprivate
std::atomic<int> DQMFileSaver::nrun_
mutableprivate

Definition at line 85 of file DQMFileSaver.h.

Referenced by beginJob(), globalBeginRun(), and globalEndRun().

std::string DQMFileSaver::producer_
private

Definition at line 64 of file DQMFileSaver.h.

Referenced by DQMFileSaver().

bool DQMFileSaver::runIsComplete_
private

Definition at line 70 of file DQMFileSaver.h.

Referenced by DQMFileSaver(), and saveForOffline().

bool DQMFileSaver::saveAtJobEnd_
private

Definition at line 76 of file DQMFileSaver.h.

Referenced by DQMFileSaver(), and endJob().

int DQMFileSaver::saveByLumiSection_
private

Definition at line 74 of file DQMFileSaver.h.

Referenced by DQMFileSaver(), and globalEndLuminosityBlock().

int DQMFileSaver::saveByRun_
private

Definition at line 75 of file DQMFileSaver.h.

Referenced by DQMFileSaver(), and globalEndRun().

int DQMFileSaver::saveReference_
private
int DQMFileSaver::saveReferenceQMin_
private
std::string DQMFileSaver::stream_label_
private

Definition at line 65 of file DQMFileSaver.h.

Referenced by beginJob(), DQMFileSaver(), globalBeginRun(), and saveForFilterUnit().

const std::string DQMFileSaver::streamPrefix_
staticprivate

Definition at line 94 of file DQMFileSaver.h.

Referenced by DQMFileSaver().

const std::string DQMFileSaver::streamSuffix_
staticprivate

Definition at line 95 of file DQMFileSaver.h.

Referenced by DQMFileSaver().

std::string DQMFileSaver::transferDestination_
private

Definition at line 96 of file DQMFileSaver.h.

Referenced by beginJob(), and saveForFilterUnit().

int DQMFileSaver::version_
private

Definition at line 69 of file DQMFileSaver.h.

Referenced by DQMFileSaver().

std::string DQMFileSaver::workflow_
private