CMS 3D CMS Logo

List of all members | Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes
DQMRootOutputModule Class Reference
Inheritance diagram for DQMRootOutputModule:
edm::one::OutputModule<> edm::one::OutputModuleBase edm::core::OutputModuleCore edm::EDConsumerBase

Public Member Functions

void beginJob () override
 
 DQMRootOutputModule (edm::ParameterSet const &pset)
 
 ~DQMRootOutputModule () override
 
- Public Member Functions inherited from edm::one::OutputModule<>
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
const OutputModuleoperator= (const OutputModule &)=delete
 
 OutputModule (edm::ParameterSet const &iPSet)
 
 OutputModule (const OutputModule &)=delete
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsInputProcessBlocks () const final
 
bool wantsProcessBlocks () const final
 
- Public Member Functions inherited from edm::one::OutputModuleBase
OutputModuleBaseoperator= (OutputModuleBase const &)=delete
 
 OutputModuleBase (ParameterSet const &pset)
 
 OutputModuleBase (OutputModuleBase const &)=delete
 
SharedResourcesAcquirersharedResourcesAcquirer ()
 
SubProcessParentageHelper const * subProcessParentageHelper () const
 
bool wantsStreamLuminosityBlocks () const
 
bool wantsStreamRuns () const
 
- Public Member Functions inherited from edm::core::OutputModuleCore
BranchIDLists const * branchIDLists () const
 
std::array< bool, NumBranchTypes > const & hasNewlyDroppedBranch () const
 
SelectedProductsForBranchType const & keptProducts () const
 
int maxEvents () const
 
const ModuleDescriptionmoduleDescription () const
 
OutputModuleCoreoperator= (OutputModuleCore const &)=delete
 
 OutputModuleCore (ParameterSet const &pset)
 
 OutputModuleCore (OutputModuleCore const &)=delete
 
OutputProcessBlockHelper const & outputProcessBlockHelper () const
 
std::string const & processName () const
 
int remainingEvents () const
 
bool selected (BranchDescription const &desc) const
 
void selectProducts (ProductRegistry const &preg, ThinnedAssociationsHelper const &, ProcessBlockHelperBase const &)
 
ThinnedAssociationsHelper const * thinnedAssociationsHelper () const
 
bool wantAllEvents () const
 
 ~OutputModuleCore () 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
 
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
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase)
 
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::core::OutputModuleCore
static const std::string & baseType ()
 
static void fillDescription (ParameterSetDescription &desc, std::vector< std::string > const &iDefaultOutputCommands=ProductSelectorRules::defaultSelectionStrings())
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &)
 

Private Member Functions

void finishEndFile ()
 
bool isFileOpen () const override
 
void openFile (edm::FileBlock const &) override
 
void reallyCloseFile () override
 
void startEndFile ()
 
void write (edm::EventForOutput const &e) override
 
void writeLuminosityBlock (edm::LuminosityBlockForOutput const &) override
 
void writeRun (edm::RunForOutput const &) override
 

Private Attributes

ULong64_t m_beginTime
 
std::map< unsigned int, unsigned int > m_dqmKindToTypeIndex
 
ULong64_t m_endTime
 
std::unique_ptr< TFile > m_file
 
std::string m_fileName
 
unsigned int m_filterOnRun
 
ULong64_t m_firstIndex
 
std::string m_fullNameBuffer
 
std::string * m_fullNameBufferPtr
 
TTree * m_indicesTree
 
edm::JobReport::Token m_jrToken
 
ULong64_t m_lastIndex
 
std::string m_logicalFileName
 
unsigned int m_lumi
 
unsigned int m_presentHistoryIndex
 
edm::ProcessHistoryRegistry m_processHistoryRegistry
 
unsigned int m_run
 
std::vector< edm::ProcessHistoryIDm_seenHistories
 
std::vector< std::shared_ptr< TreeHelperBase > > m_treeHelpers
 
unsigned int m_type
 

Additional Inherited Members

- Public Types inherited from edm::one::OutputModuleBase
typedef OutputModuleBase ModuleType
 
- Public Types inherited from edm::core::OutputModuleCore
typedef OutputModuleCore ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Protected Member Functions inherited from edm::one::OutputModuleBase
void configure (OutputModuleDescription const &desc)
 
void doBeginJob ()
 
bool doEvent (EventTransitionInfo const &, ActivityRegistry *, ModuleCallingContext const *)
 
void doPreallocate (PreallocationConfiguration const &)
 
- Protected Member Functions inherited from edm::core::OutputModuleCore
void configure (OutputModuleDescription const &desc)
 
ModuleDescription const & description () const
 
void doAccessInputProcessBlock (ProcessBlockPrincipal const &, ModuleCallingContext const *)
 
void doBeginJob_ ()
 
bool doBeginLuminosityBlock (LumiTransitionInfo const &, ModuleCallingContext const *)
 
void doBeginProcessBlock (ProcessBlockPrincipal const &, ModuleCallingContext const *)
 
bool doBeginRun (RunTransitionInfo const &, ModuleCallingContext const *)
 
void doEndJob ()
 
bool doEndLuminosityBlock (LumiTransitionInfo const &, ModuleCallingContext const *)
 
void doEndProcessBlock (ProcessBlockPrincipal const &, ModuleCallingContext const *)
 
bool doEndRun (RunTransitionInfo const &, ModuleCallingContext const *)
 
bool doEvent_ (EventTransitionInfo const &, ActivityRegistry *, ModuleCallingContext const *)
 
void doPreallocate_ (PreallocationConfiguration const &)
 
std::map< BranchID::value_type, BranchID::value_type > const & droppedBranchIDToKeptBranchID ()
 
virtual void preallocLumis (unsigned int)
 
ParameterSetID selectorConfig () const
 
void setEventSelectionInfo (std::map< std::string, std::vector< std::pair< std::string, int >>> const &outputModulePathPositions, bool anyProductProduced)
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< Bconsumes (edm::InputTag tag) noexcept
 
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken consumes (TypeToGet const &id, edm::InputTag const &tag)
 
ConsumesCollector consumesCollector ()
 Use a ConsumesCollector to gather consumes information from helper functions. More...
 
template<typename 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<Transition Tr = Transition::Event>
constexpr auto esConsumes ()
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag)
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
void resetItemsToGetFrom (BranchType iType)
 
- Protected Attributes inherited from edm::core::OutputModuleCore
std::atomic< int > remainingEvents_
 

Detailed Description

Definition at line 198 of file DQMRootOutputModule.cc.

Constructor & Destructor Documentation

◆ DQMRootOutputModule()

DQMRootOutputModule::DQMRootOutputModule ( edm::ParameterSet const &  pset)
explicit

Definition at line 286 of file DQMRootOutputModule.cc.

289  m_fileName(pset.getUntrackedParameter<std::string>("fileName")),
290  m_logicalFileName(pset.getUntrackedParameter<std::string>("logicalFileName")),
291  m_file(nullptr),
292  m_treeHelpers(kNIndicies, std::shared_ptr<TreeHelperBase>()),
294  m_filterOnRun(pset.getUntrackedParameter<unsigned int>("filterOnRun")),
296  m_indicesTree(nullptr) {
297  // Declare dependencies for all Lumi and Run tokens here. In
298  // principle could use the keep statements, but then DQMToken would
299  // have to be made persistent (transient products are ignored),
300  // which would lead to a need to (finally) remove underscores from
301  // DQM module labels.
302  consumesMany<DQMToken, edm::InLumi>();
303  consumesMany<DQMToken, edm::InRun>();
304 }
unsigned int m_presentHistoryIndex
std::vector< std::shared_ptr< TreeHelperBase > > m_treeHelpers
std::unique_ptr< TFile > m_file
OutputModuleBase(ParameterSet const &pset)
std::string * m_fullNameBufferPtr

◆ ~DQMRootOutputModule()

DQMRootOutputModule::~DQMRootOutputModule ( )
override

Definition at line 313 of file DQMRootOutputModule.cc.

313 {}

Member Function Documentation

◆ beginJob()

void DQMRootOutputModule::beginJob ( void  )
overridevirtual

Reimplemented from edm::core::OutputModuleCore.

Definition at line 311 of file DQMRootOutputModule.cc.

311 {}

◆ fillDescriptions()

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

Definition at line 569 of file DQMRootOutputModule.cc.

References edm::ConfigurationDescriptions::addDefault(), EgammaPostProcessor_cfi::dataSet, submitPVResolutionJobs::desc, edm::core::OutputModuleCore::fillDescription(), runTheMatrix::keep, and AlCaHLTBitMon_QueryRunRegistry::string.

569  {
571 
572  desc.addUntracked<std::string>("fileName");
573  desc.addUntracked<std::string>("logicalFileName", "");
574  desc.addUntracked<unsigned int>("filterOnRun", 0)
575  ->setComment("Only write the run with this run number. 0 means write all runs.");
576  desc.addOptionalUntracked<int>("splitLevel", 99)
577  ->setComment("UNUSED Only here to allow older configurations written for PoolOutputModule to work.");
578  const std::vector<std::string> keep = {"drop *", "keep DQMToken_*_*_*"};
580 
582  dataSet.setAllowAnything();
583  desc.addUntracked<edm::ParameterSetDescription>("dataset", dataSet)
584  ->setComment("PSet is only used by Data Operations and not by this module.");
585 
586  descriptions.addDefault(desc);
587 }
void addDefault(ParameterSetDescription const &psetDescription)
static void fillDescription(ParameterSetDescription &desc, std::vector< std::string > const &iDefaultOutputCommands=ProductSelectorRules::defaultSelectionStrings())

◆ finishEndFile()

void DQMRootOutputModule::finishEndFile ( )
private

Definition at line 554 of file DQMRootOutputModule.cc.

References m_file, m_jrToken, and edm::JobReport::outputFileClosed().

Referenced by reallyCloseFile().

554  {
555  //std::cout << "DQMRootOutputModule::finishEndFile"<< std::endl;
556  m_file->Write();
557  m_file->Close();
560 }
std::unique_ptr< TFile > m_file
void outputFileClosed(Token fileToken)
Definition: JobReport.cc:444
edm::JobReport::Token m_jrToken

◆ isFileOpen()

bool DQMRootOutputModule::isFileOpen ( ) const
overrideprivatevirtual

Reimplemented from edm::core::OutputModuleCore.

Definition at line 330 of file DQMRootOutputModule.cc.

References m_file.

330 { return nullptr != m_file.get(); }
std::unique_ptr< TFile > m_file

◆ openFile()

void DQMRootOutputModule::openFile ( edm::FileBlock const &  )
overrideprivatevirtual

Reimplemented from edm::core::OutputModuleCore.

Definition at line 332 of file DQMRootOutputModule.cc.

References edm::createGlobalIdentifier(), edm::core::OutputModuleCore::description(), cms::Digest::digest(), mps_fire::i, createfilelist::int, MonitorElementData::INT, kBeginTimeBranch, kCmsGuid, kEndTimeBranch, kFirstIndex, kFloatIndex, kIndicesTree, kIntIndex, kLastIndex, kLumiBranch, kProcessHistoryIndexBranch, kRunBranch, kStringIndex, kTH1DIndex, kTH1FIndex, kTH1IIndex, kTH1SIndex, kTH2DIndex, kTH2FIndex, kTH2IIndex, kTH2SIndex, kTH3FIndex, kTProfile2DIndex, kTProfileIndex, kTypeBranch, kTypeNames, m_beginTime, m_dqmKindToTypeIndex, m_endTime, m_file, m_fileName, m_firstIndex, m_fullNameBufferPtr, m_indicesTree, m_jrToken, m_lastIndex, m_logicalFileName, m_lumi, m_presentHistoryIndex, m_run, m_treeHelpers, m_type, makeHelper(), HerwigMaxPtPartonFilter_cfi::moduleLabel, MonitorElementData::REAL, MonitorElementData::STRING, AlCaHLTBitMon_QueryRunRegistry::string, MonitorElementData::TH1D, MonitorElementData::TH1F, MonitorElementData::TH1I, MonitorElementData::TH1S, MonitorElementData::TH2D, MonitorElementData::TH2F, MonitorElementData::TH2I, MonitorElementData::TH2S, MonitorElementData::TH3F, cms::MD5Result::toString(), MonitorElementData::TPROFILE, MonitorElementData::TPROFILE2D, HcalDetIdTransform::transform(), and trackerHitRTTI::vector.

332  {
333  //NOTE: I need to also set the I/O performance settings
334 
335  m_file = std::make_unique<TFile>(m_fileName.c_str(),
336  "RECREATE",
337  "1" //This is the file format version number
338  );
339 
341  cms::Digest branchHash;
343  std::transform(guid.begin(), guid.end(), guid.begin(), (int (*)(int))std::toupper);
344 
345  m_file->WriteObject(&guid, kCmsGuid);
346  m_jrToken = jr->outputFileOpened(m_fileName,
348  std::string(),
349  "DQMRootOutputModule",
351  guid,
352  std::string(),
353  branchHash.digest().toString(),
354  std::vector<std::string>());
355 
357  m_indicesTree->Branch(kRunBranch, &m_run);
358  m_indicesTree->Branch(kLumiBranch, &m_lumi);
362  m_indicesTree->Branch(kTypeBranch, &m_type);
365  m_indicesTree->SetDirectory(m_file.get());
366 
367  unsigned int i = 0;
368  for (std::vector<std::shared_ptr<TreeHelperBase> >::iterator it = m_treeHelpers.begin(), itEnd = m_treeHelpers.end();
369  it != itEnd;
370  ++it, ++i) {
371  //std::cout <<"making "<<kTypeNames[i]<<std::endl;
372  TTree* tree = new TTree(kTypeNames[i], kTypeNames[i]);
373  *it = std::shared_ptr<TreeHelperBase>(makeHelper(i, tree, m_fullNameBufferPtr));
374  tree->SetDirectory(m_file.get()); //TFile takes ownership
375  }
376 
391 }
static const char *const kRunBranch
Definition: format.h:63
static const char *const kTypeNames[]
Definition: format.h:41
static const char *const kIndicesTree
Definition: format.h:62
unsigned int m_presentHistoryIndex
static TreeHelperBase * makeHelper(unsigned int iTypeIndex, TTree *iTree, std::string *iFullNameBufferPtr)
static const char *const kFirstIndex
Definition: format.h:69
static const char *const kLumiBranch
Definition: format.h:64
ModuleDescription const & description() const
std::map< unsigned int, unsigned int > m_dqmKindToTypeIndex
MD5Result digest()
Definition: Digest.cc:171
static const char *const kTypeBranch
Definition: format.h:68
std::vector< std::shared_ptr< TreeHelperBase > > m_treeHelpers
static const char *const kProcessHistoryIndexBranch
Definition: format.h:65
static const char *const kEndTimeBranch
Definition: format.h:67
std::unique_ptr< TFile > m_file
std::string createGlobalIdentifier(bool binary=false)
std::string * m_fullNameBufferPtr
static const char *const kCmsGuid
Definition: format.h:73
static const char *const kLastIndex
Definition: format.h:70
static const char *const kBeginTimeBranch
Definition: format.h:66
edm::JobReport::Token m_jrToken
Definition: tree.py:1
std::string toString() const
Definition: Digest.cc:95
unsigned transform(const HcalDetId &id, unsigned transformCode)

◆ reallyCloseFile()

void DQMRootOutputModule::reallyCloseFile ( )
overrideprivatevirtual

Reimplemented from edm::core::OutputModuleCore.

Definition at line 496 of file DQMRootOutputModule.cc.

References finishEndFile(), and startEndFile().

496  {
497  startEndFile();
498  finishEndFile();
499 }

◆ startEndFile()

void DQMRootOutputModule::startEndFile ( )
private

Definition at line 501 of file DQMRootOutputModule.cc.

References cms::cuda::assert(), edm::ProcessHistory::begin(), edm::pset::Registry::begin(), edm::ProcessHistory::end(), edm::pset::Registry::end(), edm::ProcessHistoryRegistry::getMapped(), edm::pset::Registry::instance(), kMetaDataDirectory, kParameterSetBranch, kParameterSetTree, kPHIndexBranch, kProcessConfigurationParameterSetIDBranch, kProcessConfigurationPassID, kProcessConfigurationProcessNameBranch, kProcessConfigurationReleaseVersion, kProcessHistoryTree, m_file, m_processHistoryRegistry, m_seenHistories, edm::core::OutputModuleCore::processName(), and AlCaHLTBitMon_QueryRunRegistry::string.

Referenced by reallyCloseFile().

501  {
502  //std::cout << "DQMRootOutputModule::startEndFile"<< std::endl;
503  //fill in the meta data
504  m_file->cd();
505  TDirectory* metaDataDirectory = m_file->mkdir(kMetaDataDirectory);
506 
507  //Write out the Process History
508  TTree* processHistoryTree = new TTree(kProcessHistoryTree, kProcessHistoryTree);
509  processHistoryTree->SetDirectory(metaDataDirectory);
510 
511  unsigned int index = 0;
512  processHistoryTree->Branch(kPHIndexBranch, &index);
514  processHistoryTree->Branch(kProcessConfigurationProcessNameBranch, &processName);
515  std::string parameterSetID;
516  processHistoryTree->Branch(kProcessConfigurationParameterSetIDBranch, &parameterSetID);
517  std::string releaseVersion;
518  processHistoryTree->Branch(kProcessConfigurationReleaseVersion, &releaseVersion);
519  std::string passID;
520  processHistoryTree->Branch(kProcessConfigurationPassID, &passID);
521 
522  for (std::vector<edm::ProcessHistoryID>::iterator it = m_seenHistories.begin(), itEnd = m_seenHistories.end();
523  it != itEnd;
524  ++it) {
526  assert(nullptr != history);
527  index = 0;
528  for (edm::ProcessHistory::collection_type::const_iterator itPC = history->begin(), itPCEnd = history->end();
529  itPC != itPCEnd;
530  ++itPC, ++index) {
531  processName = itPC->processName();
532  releaseVersion = itPC->releaseVersion();
533  passID = itPC->passID();
534  parameterSetID = itPC->parameterSetID().compactForm();
535  tbb::this_task_arena::isolate([&] { processHistoryTree->Fill(); });
536  }
537  }
538 
539  //Store the ParameterSets
540  TTree* parameterSetsTree = new TTree(kParameterSetTree, kParameterSetTree);
541  parameterSetsTree->SetDirectory(metaDataDirectory);
542  std::string blob;
543  parameterSetsTree->Branch(kParameterSetBranch, &blob);
544 
546  assert(nullptr != psr);
547  for (edm::pset::Registry::const_iterator it = psr->begin(), itEnd = psr->end(); it != itEnd; ++it) {
548  blob.clear();
549  it->second.toString(blob);
550  tbb::this_task_arena::isolate([&] { parameterSetsTree->Fill(); });
551  }
552 }
static const char *const kProcessHistoryTree
Definition: format.h:79
map_type::const_iterator const_iterator
Definition: Registry.h:61
edm::ProcessHistoryRegistry m_processHistoryRegistry
assert(be >=bs)
const_iterator end() const
const_iterator end() const
Definition: Registry.h:65
static const char *const kPHIndexBranch
Definition: format.h:80
static const char *const kParameterSetBranch
Definition: format.h:87
static const char *const kMetaDataDirectory
Definition: format.h:77
static const char *const kParameterSetTree
Definition: format.h:86
std::unique_ptr< TFile > m_file
static const char *const kProcessConfigurationPassID
Definition: format.h:84
static const char *const kProcessConfigurationReleaseVersion
Definition: format.h:83
bool getMapped(ProcessHistoryID const &key, ProcessHistory &value) const
std::string const & processName() const
static const char *const kProcessConfigurationProcessNameBranch
Definition: format.h:81
const_iterator begin() const
Definition: Registry.h:63
static Registry * instance()
Definition: Registry.cc:12
static const char *const kProcessConfigurationParameterSetIDBranch
Definition: format.h:82
const_iterator begin() const
std::vector< edm::ProcessHistoryID > m_seenHistories

◆ write()

void DQMRootOutputModule::write ( edm::EventForOutput const &  e)
overrideprivatevirtual

Implements edm::core::OutputModuleCore.

Definition at line 393 of file DQMRootOutputModule.cc.

Referenced by pkg.AbstractPkg::generate().

393 {}

◆ writeLuminosityBlock()

void DQMRootOutputModule::writeLuminosityBlock ( edm::LuminosityBlockForOutput const &  iLumi)
overrideprivatevirtual

Implements edm::core::OutputModuleCore.

Definition at line 395 of file DQMRootOutputModule.cc.

References cms::cuda::assert(), edm::LuminosityBlockForOutput::beginTime(), edm::LuminosityBlockForOutput::endTime(), spr::find(), dqm::implementation::IGetter::getAllContents(), edm::LuminosityBlockForOutput::id(), l1ctLayer2EG_cff::id, mps_monitormerge::items, kNoTypesStored, m_beginTime, m_dqmKindToTypeIndex, m_endTime, m_filterOnRun, m_firstIndex, m_indicesTree, m_jrToken, m_lastIndex, m_lumi, m_presentHistoryIndex, m_processHistoryRegistry, m_run, m_seenHistories, m_treeHelpers, m_type, edm::OccurrenceForOutput::processHistory(), edm::OccurrenceForOutput::processHistoryID(), edm::ProcessHistoryRegistry::registerProcessHistory(), edm::JobReport::reportLumiSection(), edm::LuminosityBlockID::run(), edm::LuminosityBlockID::value(), edm::Timestamp::value(), and trackerHitRTTI::vector.

395  {
396  //std::cout << "DQMRootOutputModule::writeLuminosityBlock"<< std::endl;
397  edm::Service<DQMStore> dstore;
398  m_run = iLumi.id().run();
399  m_lumi = iLumi.id().value();
400  m_beginTime = iLumi.beginTime().value();
401  m_endTime = iLumi.endTime().value();
402  bool shouldWrite = (m_filterOnRun == 0 || (m_filterOnRun != 0 && m_filterOnRun == m_run));
403 
404  if (!shouldWrite)
405  return;
406  std::vector<MonitorElement*> items(dstore->getAllContents("", m_run, m_lumi));
407  for (std::vector<MonitorElement*>::iterator it = items.begin(), itEnd = items.end(); it != itEnd; ++it) {
408  assert((*it)->getScope() == MonitorElementData::Scope::LUMI);
409  std::map<unsigned int, unsigned int>::iterator itFound = m_dqmKindToTypeIndex.find((int)(*it)->kind());
410  assert(itFound != m_dqmKindToTypeIndex.end());
411  m_treeHelpers[itFound->second]->fill(*it);
412  }
413 
414  const edm::ProcessHistoryID& id = iLumi.processHistoryID();
415  std::vector<edm::ProcessHistoryID>::iterator itFind = std::find(m_seenHistories.begin(), m_seenHistories.end(), id);
416  if (itFind == m_seenHistories.end()) {
417  m_processHistoryRegistry.registerProcessHistory(iLumi.processHistory());
419  m_seenHistories.push_back(id);
420  } else {
421  m_presentHistoryIndex = itFind - m_seenHistories.begin();
422  }
423 
424  //Now store the relationship between run/lumi and indices in the other TTrees
425  bool storedLumiIndex = false;
426  unsigned int typeIndex = 0;
427  for (std::vector<std::shared_ptr<TreeHelperBase> >::iterator it = m_treeHelpers.begin(), itEnd = m_treeHelpers.end();
428  it != itEnd;
429  ++it, ++typeIndex) {
430  if ((*it)->wasFilled()) {
431  m_type = typeIndex;
432  (*it)->getRangeAndReset(m_firstIndex, m_lastIndex);
433  storedLumiIndex = true;
434  tbb::this_task_arena::isolate([&] { m_indicesTree->Fill(); });
435  }
436  }
437  if (not storedLumiIndex) {
438  //need to record lumis even if we stored no MonitorElements since some later DQM modules
439  // look to see what lumis were processed
441  m_firstIndex = 0;
442  m_lastIndex = 0;
443  tbb::this_task_arena::isolate([&] { m_indicesTree->Fill(); });
444  }
445 
448 }
unsigned int m_presentHistoryIndex
bool registerProcessHistory(ProcessHistory const &processHistory)
edm::ProcessHistoryRegistry m_processHistoryRegistry
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
Definition: FindCaloHit.cc:19
assert(be >=bs)
std::map< unsigned int, unsigned int > m_dqmKindToTypeIndex
virtual std::vector< dqm::harvesting::MonitorElement * > getAllContents(std::string const &path) const
Definition: DQMStore.cc:641
std::vector< std::shared_ptr< TreeHelperBase > > m_treeHelpers
edm::JobReport::Token m_jrToken
void reportLumiSection(JobReport::Token token, unsigned int run, unsigned int lumiSectId, unsigned long nEvents=0)
Definition: JobReport.cc:471
std::vector< edm::ProcessHistoryID > m_seenHistories

◆ writeRun()

void DQMRootOutputModule::writeRun ( edm::RunForOutput const &  iRun)
overrideprivatevirtual

Implements edm::core::OutputModuleCore.

Definition at line 450 of file DQMRootOutputModule.cc.

References cms::cuda::assert(), edm::RunForOutput::beginTime(), edm::RunForOutput::endTime(), spr::find(), dqm::implementation::IGetter::getAllContents(), edm::RunForOutput::id(), l1ctLayer2EG_cff::id, mps_monitormerge::items, m_beginTime, m_dqmKindToTypeIndex, m_endTime, m_filterOnRun, m_firstIndex, m_indicesTree, m_jrToken, m_lastIndex, m_lumi, m_presentHistoryIndex, m_processHistoryRegistry, m_run, m_seenHistories, m_treeHelpers, m_type, edm::OccurrenceForOutput::processHistory(), edm::OccurrenceForOutput::processHistoryID(), edm::ProcessHistoryRegistry::registerProcessHistory(), edm::JobReport::reportRunNumber(), edm::RunID::run(), edm::Timestamp::value(), and trackerHitRTTI::vector.

450  {
451  //std::cout << "DQMRootOutputModule::writeRun"<< std::endl;
452  edm::Service<DQMStore> dstore;
453  m_run = iRun.id().run();
454  m_lumi = 0;
455  m_beginTime = iRun.beginTime().value();
456  m_endTime = iRun.endTime().value();
457  bool shouldWrite = (m_filterOnRun == 0 || (m_filterOnRun != 0 && m_filterOnRun == m_run));
458 
459  if (!shouldWrite)
460  return;
461 
462  std::vector<MonitorElement*> items(dstore->getAllContents("", m_run, 0));
463  for (std::vector<MonitorElement*>::iterator it = items.begin(), itEnd = items.end(); it != itEnd; ++it) {
464  assert((*it)->getScope() == MonitorElementData::Scope::RUN);
465  std::map<unsigned int, unsigned int>::iterator itFound = m_dqmKindToTypeIndex.find((int)(*it)->kind());
466  assert(itFound != m_dqmKindToTypeIndex.end());
467  m_treeHelpers[itFound->second]->fill(*it);
468  }
469 
470  const edm::ProcessHistoryID& id = iRun.processHistoryID();
471  std::vector<edm::ProcessHistoryID>::iterator itFind = std::find(m_seenHistories.begin(), m_seenHistories.end(), id);
472  if (itFind == m_seenHistories.end()) {
473  m_processHistoryRegistry.registerProcessHistory(iRun.processHistory());
475  m_seenHistories.push_back(id);
476  } else {
477  m_presentHistoryIndex = itFind - m_seenHistories.begin();
478  }
479 
480  //Now store the relationship between run/lumi and indices in the other TTrees
481  unsigned int typeIndex = 0;
482  for (std::vector<std::shared_ptr<TreeHelperBase> >::iterator it = m_treeHelpers.begin(), itEnd = m_treeHelpers.end();
483  it != itEnd;
484  ++it, ++typeIndex) {
485  if ((*it)->wasFilled()) {
486  m_type = typeIndex;
487  (*it)->getRangeAndReset(m_firstIndex, m_lastIndex);
488  tbb::this_task_arena::isolate([&] { m_indicesTree->Fill(); });
489  }
490  }
491 
494 }
unsigned int m_presentHistoryIndex
bool registerProcessHistory(ProcessHistory const &processHistory)
edm::ProcessHistoryRegistry m_processHistoryRegistry
void reportRunNumber(JobReport::Token token, unsigned int run)
Definition: JobReport.cc:482
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
Definition: FindCaloHit.cc:19
assert(be >=bs)
std::map< unsigned int, unsigned int > m_dqmKindToTypeIndex
virtual std::vector< dqm::harvesting::MonitorElement * > getAllContents(std::string const &path) const
Definition: DQMStore.cc:641
std::vector< std::shared_ptr< TreeHelperBase > > m_treeHelpers
edm::JobReport::Token m_jrToken
std::vector< edm::ProcessHistoryID > m_seenHistories

Member Data Documentation

◆ m_beginTime

ULong64_t DQMRootOutputModule::m_beginTime
private

Definition at line 224 of file DQMRootOutputModule.cc.

Referenced by openFile(), writeLuminosityBlock(), and writeRun().

◆ m_dqmKindToTypeIndex

std::map<unsigned int, unsigned int> DQMRootOutputModule::m_dqmKindToTypeIndex
private

Definition at line 232 of file DQMRootOutputModule.cc.

Referenced by openFile(), writeLuminosityBlock(), and writeRun().

◆ m_endTime

ULong64_t DQMRootOutputModule::m_endTime
private

Definition at line 225 of file DQMRootOutputModule.cc.

Referenced by openFile(), writeLuminosityBlock(), and writeRun().

◆ m_file

std::unique_ptr<TFile> DQMRootOutputModule::m_file
private

Definition at line 217 of file DQMRootOutputModule.cc.

Referenced by finishEndFile(), isFileOpen(), openFile(), and startEndFile().

◆ m_fileName

std::string DQMRootOutputModule::m_fileName
private

Definition at line 215 of file DQMRootOutputModule.cc.

Referenced by openFile().

◆ m_filterOnRun

unsigned int DQMRootOutputModule::m_filterOnRun
private

Definition at line 228 of file DQMRootOutputModule.cc.

Referenced by writeLuminosityBlock(), and writeRun().

◆ m_firstIndex

ULong64_t DQMRootOutputModule::m_firstIndex
private

Definition at line 226 of file DQMRootOutputModule.cc.

Referenced by openFile(), writeLuminosityBlock(), and writeRun().

◆ m_fullNameBuffer

std::string DQMRootOutputModule::m_fullNameBuffer
private

Definition at line 230 of file DQMRootOutputModule.cc.

◆ m_fullNameBufferPtr

std::string* DQMRootOutputModule::m_fullNameBufferPtr
private

Definition at line 231 of file DQMRootOutputModule.cc.

Referenced by openFile().

◆ m_indicesTree

TTree* DQMRootOutputModule::m_indicesTree
private

Definition at line 233 of file DQMRootOutputModule.cc.

Referenced by openFile(), writeLuminosityBlock(), and writeRun().

◆ m_jrToken

edm::JobReport::Token DQMRootOutputModule::m_jrToken
private

Definition at line 237 of file DQMRootOutputModule.cc.

Referenced by finishEndFile(), openFile(), writeLuminosityBlock(), and writeRun().

◆ m_lastIndex

ULong64_t DQMRootOutputModule::m_lastIndex
private

Definition at line 227 of file DQMRootOutputModule.cc.

Referenced by openFile(), writeLuminosityBlock(), and writeRun().

◆ m_logicalFileName

std::string DQMRootOutputModule::m_logicalFileName
private

Definition at line 216 of file DQMRootOutputModule.cc.

Referenced by openFile().

◆ m_lumi

unsigned int DQMRootOutputModule::m_lumi
private

Definition at line 221 of file DQMRootOutputModule.cc.

Referenced by openFile(), writeLuminosityBlock(), and writeRun().

◆ m_presentHistoryIndex

unsigned int DQMRootOutputModule::m_presentHistoryIndex
private

Definition at line 223 of file DQMRootOutputModule.cc.

Referenced by openFile(), writeLuminosityBlock(), and writeRun().

◆ m_processHistoryRegistry

edm::ProcessHistoryRegistry DQMRootOutputModule::m_processHistoryRegistry
private

Definition at line 236 of file DQMRootOutputModule.cc.

Referenced by startEndFile(), writeLuminosityBlock(), and writeRun().

◆ m_run

unsigned int DQMRootOutputModule::m_run
private

Definition at line 220 of file DQMRootOutputModule.cc.

Referenced by openFile(), writeLuminosityBlock(), and writeRun().

◆ m_seenHistories

std::vector<edm::ProcessHistoryID> DQMRootOutputModule::m_seenHistories
private

Definition at line 235 of file DQMRootOutputModule.cc.

Referenced by startEndFile(), writeLuminosityBlock(), and writeRun().

◆ m_treeHelpers

std::vector<std::shared_ptr<TreeHelperBase> > DQMRootOutputModule::m_treeHelpers
private

Definition at line 218 of file DQMRootOutputModule.cc.

Referenced by openFile(), writeLuminosityBlock(), and writeRun().

◆ m_type

unsigned int DQMRootOutputModule::m_type
private

Definition at line 222 of file DQMRootOutputModule.cc.

Referenced by openFile(), writeLuminosityBlock(), and writeRun().