CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions | Private Member Functions | Private Attributes
edm::RootOutputFile Class Reference

#include <RootOutputFile.h>

Public Types

typedef
PoolOutputModule::OutputItem 
OutputItem
 
typedef
PoolOutputModule::OutputItemList 
OutputItemList
 
typedef std::array
< RootOutputTree
*, NumBranchTypes
RootOutputTreePtrArray
 

Public Member Functions

void beginInputFile (FileBlock const &fb, int remainingEvents)
 
std::string const & fileName () const
 
void finishEndFile ()
 
void respondToCloseInputFile (FileBlock const &fb)
 
 RootOutputFile (PoolOutputModule *om, std::string const &fileName, std::string const &logicalFileName)
 
bool shouldWeCloseFile () const
 
void writeBranchIDListRegistry ()
 
void writeFileFormatVersion ()
 
void writeFileIdentifier ()
 
void writeIndexIntoFile ()
 
void writeLuminosityBlock (LuminosityBlockPrincipal const &lb, ModuleCallingContext const *)
 
void writeOne (EventPrincipal const &e, ModuleCallingContext const *)
 
void writeParameterSetRegistry ()
 
void writeParentageRegistry ()
 
void writeProcessHistoryRegistry ()
 
void writeProductDependencies ()
 
void writeProductDescriptionRegistry ()
 
void writeRun (RunPrincipal const &r, ModuleCallingContext const *)
 
 ~RootOutputFile ()
 

Private Member Functions

void fillBranches (BranchType const &branchType, Principal const &principal, StoredProductProvenanceVector *productProvenanceVecPtr, ModuleCallingContext const *)
 
void insertAncestors (ProductProvenance const &iGetParents, EventPrincipal const &principal, bool produced, std::set< StoredProductProvenance > &oToFill, ModuleCallingContext const *)
 
bool insertProductProvenance (const ProductProvenance &, std::set< StoredProductProvenance > &oToInsert)
 
void setBranchAliases (TTree *tree, SelectedProducts const &branches) const
 

Private Attributes

std::set< BranchIDbranchesWithStoredHistory_
 
bool canFastCloneAux_
 
bool dataTypeReported_
 
StoredProductProvenanceVector eventEntryInfoVector_
 
IndexIntoFile::EntryNumber_t eventEntryNumber_
 
RootOutputTree eventTree_
 
FileID fid_
 
std::string file_
 
boost::shared_ptr< TFile > filePtr_
 
IndexIntoFile indexIntoFile_
 
std::string logicalFile_
 
LuminosityBlockAuxiliary lumiAux_
 
IndexIntoFile::EntryNumber_t lumiEntryNumber_
 
RootOutputTree lumiTree_
 
TTree * metaDataTree_
 
PoolOutputModule const * om_
 
TTree * parameterSetsTree_
 
std::map< ParentageID,
unsigned int > 
parentageIDs_
 
TTree * parentageTree_
 
BranchListIndexes const * pBranchListIndexes_
 
EventAuxiliary const * pEventAux_
 
StoredProductProvenanceVectorpEventEntryInfoVector_
 
EventSelectionIDVector const * pEventSelectionIDs_
 
LuminosityBlockAuxiliary const * pLumiAux_
 
ProcessHistoryRegistry processHistoryRegistry_
 
RunAuxiliary const * pRunAux_
 
JobReport::Token reportToken_
 
RunAuxiliary runAux_
 
IndexIntoFile::EntryNumber_t runEntryNumber_
 
RootOutputTree runTree_
 
RootOutputTreePtrArray treePointers_
 
int whyNotFastClonable_
 

Detailed Description

Definition at line 43 of file RootOutputFile.h.

Member Typedef Documentation

Definition at line 45 of file RootOutputFile.h.

Definition at line 46 of file RootOutputFile.h.

Definition at line 47 of file RootOutputFile.h.

Constructor & Destructor Documentation

edm::RootOutputFile::RootOutputFile ( PoolOutputModule om,
std::string const &  fileName,
std::string const &  logicalFileName 
)
explicit

Definition at line 66 of file RootOutputFile.cc.

References edm::RootOutputTree::addAuxiliary(), edm::RootOutputTree::addBranch(), edm::PoolOutputModule::auxItems(), branchesWithStoredHistory_, edm::poolNames::branchListIndexesBranchName(), edm::BranchDescription::branchName(), revisionDML::branchType(), edm::BranchTypeToAuxiliaryBranchName(), edm::BranchTypeToProductProvenanceBranchName(), edm::PoolOutputModule::catalog(), edm::PoolOutputModule::compressionAlgorithm(), edm::errors::Configuration, edm::createGlobalIdentifier(), cms::Digest::digest(), edm::PoolOutputModule::eventAutoFlushSize(), edm::poolNames::eventSelectionsBranchName(), eventTree_, edm::hlt::Exception, fid_, file_, filePtr_, edm::BranchDescription::fullClassName(), edm::BranchDescription::getInterface(), i, edm::InEvent, edm::InLumi, edm::InRun, logicalFile_, lumiTree_, edm::RootOutputTree::makeTTree(), metaDataTree_, edm::poolNames::metaDataTreeName(), edm::PoolOutputModule::moduleLabel(), edm::BranchDescription::moduleLabel(), edm::moduleName(), edm::NumBranchTypes, om_, parameterSetsTree_, edm::poolNames::parameterSetsTreeName(), parentageTree_, edm::poolNames::parentageTreeName(), pBranchListIndexes_, pEventAux_, pEventEntryInfoVector_, pEventSelectionIDs_, pLumiAux_, edm::BranchDescription::processName(), edm::BranchDescription::productInstanceName(), pRunAux_, reportToken_, runTree_, edm::PoolOutputModule::selectedOutputItemList(), edm::RootOutputTree::setAutoFlush(), edm::sort_all(), AlCaHLTBitMon_QueryRunRegistry::string, cms::MD5Result::toString(), treePointers_, and edm::BranchDescription::wrappedName().

66  :
67  file_(fileName),
68  logicalFile_(logicalFileName),
69  reportToken_(0),
70  om_(om),
72  canFastCloneAux_(false),
73  filePtr_(TFile::Open(file_.c_str(), "recreate", "", om_->compressionLevel())),
74  fid_(),
75  eventEntryNumber_(0LL),
76  lumiEntryNumber_(0LL),
77  runEntryNumber_(0LL),
79  metaDataTree_(nullptr),
80  parameterSetsTree_(nullptr),
81  parentageTree_(nullptr),
82  lumiAux_(),
83  runAux_(),
84  pEventAux_(nullptr),
86  pRunAux_(&runAux_),
89  pBranchListIndexes_(nullptr),
90  pEventSelectionIDs_(nullptr),
94  treePointers_(),
95  dataTypeReported_(false),
97  parentageIDs_(),
99 #if ROOT_VERSION_CODE >= ROOT_VERSION(5,30,0)
100  if (om_->compressionAlgorithm() == std::string("ZLIB")) {
101  filePtr_->SetCompressionAlgorithm(ROOT::kZLIB);
102  } else if (om_->compressionAlgorithm() == std::string("LZMA")) {
103  filePtr_->SetCompressionAlgorithm(ROOT::kLZMA);
104  } else {
105  throw Exception(errors::Configuration) << "PoolOutputModule configured with unknown compression algorithm '" << om_->compressionAlgorithm() << "'\n"
106  << "Allowed compression algorithms are ZLIB and LZMA\n";
107  }
108 #endif
109  if (-1 != om->eventAutoFlushSize()) {
110  eventTree_.setAutoFlush(-1*om->eventAutoFlushSize());
111  }
113  pEventAux_, om_->auxItems()[InEvent].basketSize_);
115  pEventEntryInfoVector_, om_->auxItems()[InEvent].basketSize_);
117  pEventSelectionIDs_, om_->auxItems()[InEvent].basketSize_,false);
119  pBranchListIndexes_, om_->auxItems()[InEvent].basketSize_);
120 
122  pLumiAux_, om_->auxItems()[InLumi].basketSize_);
123 
125  pRunAux_, om_->auxItems()[InRun].basketSize_);
126 
128  treePointers_[InLumi] = &lumiTree_;
129  treePointers_[InRun] = &runTree_;
130 
131  for(int i = InEvent; i < NumBranchTypes; ++i) {
132  BranchType branchType = static_cast<BranchType>(i);
133  RootOutputTree *theTree = treePointers_[branchType];
134  for(auto const& item : om_->selectedOutputItemList()[branchType]) {
135  item.product_ = nullptr;
136  BranchDescription const& desc = *item.branchDescription_;
137  theTree->addBranch(desc.branchName(),
138  desc.wrappedName(),
139  desc.getInterface(),
140  item.product_,
141  item.splitLevel_,
142  item.basketSize_,
143  item.branchDescription_->produced());
144  //make sure we always store product registry info for all branches we create
145  branchesWithStoredHistory_.insert(item.branchID());
146  }
147  }
148  // Don't split metadata tree or event description tree
152 
153  fid_ = FileID(createGlobalIdentifier());
154 
155  // For the Job Report, get a vector of branch names in the "Events" tree.
156  // Also create a hash of all the branch names in the "Events" tree
157  // in a deterministic order, except use the full class name instead of the friendly class name.
158  // To avoid extra string copies, we create a vector of pointers into the product registry,
159  // and use a custom comparison operator for sorting.
160  std::vector<std::string> branchNames;
161  std::vector<BranchDescription const*> branches;
162  branchNames.reserve(om_->selectedOutputItemList()[InEvent].size());
163  branches.reserve(om->selectedOutputItemList()[InEvent].size());
164  for(auto const& item : om_->selectedOutputItemList()[InEvent]) {
165  branchNames.push_back(item.branchDescription_->branchName());
166  branches.push_back(item.branchDescription_);
167  }
168  // Now sort the branches for the hash.
169  sort_all(branches, sorterForJobReportHash);
170  // Now, make a concatenated string.
171  std::ostringstream oss;
172  char const underscore = '_';
173  for(auto const& branch : branches) {
174  BranchDescription const& bd = *branch;
175  oss << bd.fullClassName() << underscore
176  << bd.moduleLabel() << underscore
177  << bd.productInstanceName() << underscore
178  << bd.processName() << underscore;
179  }
180  std::string stringrep = oss.str();
181  cms::Digest md5alg(stringrep);
182 
183  // Register the output file with the JobReport service
184  // and get back the token for it.
185  std::string moduleName = "PoolOutputModule";
186  Service<JobReport> reportSvc;
187  reportToken_ = reportSvc->outputFileOpened(
188  file_, logicalFile_, // PFN and LFN
189  om_->catalog(), // catalog
190  moduleName, // module class name
191  om_->moduleLabel(), // module label
192  fid_.fid(), // file id (guid)
193  std::string(), // data type (not yet known, so string is empty).
194  md5alg.digest().toString(), // branch hash
195  branchNames); // branch names being written
196  }
int i
Definition: DBlmapReader.cc:9
LuminosityBlockAuxiliary lumiAux_
std::string const & BranchTypeToAuxiliaryBranchName(BranchType const &branchType)
Definition: BranchType.cc:114
std::string const & parentageTreeName()
Definition: BranchType.cc:158
std::string const & catalog() const
std::string const & moduleLabel() const
int const & compressionLevel() const
OutputItemListArray const & selectedOutputItemList() const
ProcessHistoryRegistry processHistoryRegistry_
std::string const & eventSelectionsBranchName()
Definition: BranchType.cc:237
void setAutoFlush(Long64_t size)
BranchType
Definition: BranchType.h:11
std::set< BranchID > branchesWithStoredHistory_
std::vector< EventSelectionID > EventSelectionIDVector
std::string const & parameterSetsTreeName()
Definition: BranchType.cc:245
std::string const & fileName() const
std::map< ParentageID, unsigned int > parentageIDs_
RootOutputTree eventTree_
std::vector< BranchListIndex > BranchListIndexes
std::string moduleName(Provenance const &provenance)
Definition: Provenance.cc:27
PoolOutputModule const * om_
std::string const & compressionAlgorithm() const
IndexIntoFile::EntryNumber_t eventEntryNumber_
LuminosityBlockAuxiliary const * pLumiAux_
std::string logicalFile_
int const & splitLevel() const
std::string const & metaDataTreeName()
Definition: BranchType.cc:167
static TTree * makeTTree(TFile *filePtr, std::string const &name, int splitLevel)
int const & whyNotFastClonable() const
EventSelectionIDVector const * pEventSelectionIDs_
StoredProductProvenanceVector * pEventEntryInfoVector_
void sort_all(RandomAccessSequence &s)
wrappers for std::sort
Definition: Algorithms.h:120
RootOutputTree runTree_
StoredProductProvenanceVector eventEntryInfoVector_
AuxItemArray const & auxItems() const
void addAuxiliary(std::string const &branchName, T const *&pAux, int bufSize, bool allowCloning=true)
std::vector< StoredProductProvenance > StoredProductProvenanceVector
IndexIntoFile indexIntoFile_
int const & treeMaxVirtualSize() const
IndexIntoFile::EntryNumber_t runEntryNumber_
EventAuxiliary const * pEventAux_
RunAuxiliary runAux_
std::string const & BranchTypeToProductProvenanceBranchName(BranchType const &BranchType)
Definition: BranchType.cc:130
std::string const & branchListIndexesBranchName()
Definition: BranchType.cc:241
RootOutputTreePtrArray treePointers_
BranchListIndexes const * pBranchListIndexes_
IndexIntoFile::EntryNumber_t lumiEntryNumber_
RootOutputTree lumiTree_
boost::shared_ptr< TFile > filePtr_
RunAuxiliary const * pRunAux_
JobReport::Token reportToken_
std::string createGlobalIdentifier()
edm::RootOutputFile::~RootOutputFile ( )
inline

Definition at line 50 of file RootOutputFile.h.

50 {}

Member Function Documentation

void edm::RootOutputFile::beginInputFile ( FileBlock const &  fb,
int  remainingEvents 
)

Definition at line 288 of file RootOutputFile.cc.

References edm::PoolOutputModule::basketOrder(), edm::FileBlock::BranchMismatch, edm::FileBlock::CanFastClone, canFastCloneAux_, edm::RootOutputTree::checkIfFastClonable(), edm::RootOutputTree::checkSplitLevelsAndBasketSizes(), eventTree_, edm::hlt::Exception, file_, edm::FileBlock::fileName(), edm::PoolOutputModule::inputFileCount(), edm::match(), edm::RootOutputTree::maybeFastCloneTree(), edm::errors::MismatchedInputFiles, edm::FileBlock::NoRootInputSource, om_, edm::FileBlock::OutputMaxEventsTooSmall, edm::PoolOutputModule::overrideInputFileSplitLevels(), reportToken_, edm::FileBlock::SplitLevelMismatch, edm::FileBlock::tree(), edm::PoolOutputModule::whyNotFastClonable(), edm::FileBlock::whyNotFastClonable(), and whyNotFastClonable_.

288  {
289 
290  // Reset per input file information
292  canFastCloneAux_ = false;
293 
294  if(fb.tree() != nullptr) {
295 
296  whyNotFastClonable_ |= fb.whyNotFastClonable();
297 
298  if(remainingEvents >= 0 && remainingEvents < fb.tree()->GetEntries()) {
300  }
301 
303  if(!match) {
305  // We may be fast copying. We must disable fast copying if the split levels
306  // or basket sizes do not match.
308  } else {
309  // We are using the input split levels and basket sizes from the first input file
310  // for copied output branches. In this case, we throw an exception if any branches
311  // have different split levels or basket sizes in a subsequent input file.
312  // If the mismatch is in the first file, there is a bug somewhere, so we assert.
313  assert(om_->inputFileCount() > 1);
314  throw Exception(errors::MismatchedInputFiles, "RootOutputFile::beginInputFile()") <<
315  "Merge failure because input file " << file_ << " has different ROOT split levels or basket sizes\n" <<
316  "than previous files. To allow merging in splite of this, use the configuration parameter\n" <<
317  "overrideInputFileSplitLevels=cms.untracked.bool(True)\n" <<
318  "in every PoolOutputModule.\n";
319  }
320  }
321 
322  // Since this check can be time consuming, we do it only if we would otherwise fast clone.
324  if(!eventTree_.checkIfFastClonable(fb.tree())) {
326  }
327  }
328  // We now check if we can fast copy the auxiliary branches.
329  // We can do so only if we can otherwise fast copy,
330  // the input file has the current format (these branches are in the Events Tree),
331  // there are no newly dropped or produced products,
332  // no metadata has been dropped,
333  // ID's have not been modified,
334  // and the branch list indexes do not need modification.
335 
336  // Note: Fast copy of the EventProductProvenance branch is unsafe
337  // unless we can enforce that the parentage information for a fully copied
338  // output file will be the same as for the input file, with nothing dropped.
339  // This has never been enforced, and, withthe EDAlias feature, it may no longer
340  // work by accident.
341  // So, for now, we do not enable fast cloning of the non-product branches.
342 /*
343  Service<ConstProductRegistry> reg;
344  canFastCloneAux_ = (whyNotFastClonable_ == FileBlock::CanFastClone) &&
345  fb.fileFormatVersion().noMetaDataTrees() &&
346  !om_->hasNewlyDroppedBranch()[InEvent] &&
347  !fb.hasNewlyDroppedBranch()[InEvent] &&
348  om_->dropMetaData() == PoolOutputModule::DropNone &&
349  !reg->anyProductProduced() &&
350  !fb.modifiedIDs() &&
351  fb.branchListIndexesUnchanged();
352 */
353 
354  // Report the fast copying status.
355  Service<JobReport> reportSvc;
356  reportSvc->reportFastCopyingStatus(reportToken_, fb.fileName(), whyNotFastClonable_ == FileBlock::CanFastClone);
357  } else {
359  }
360 
362 
363  // Possibly issue warning or informational message if we haven't fast cloned.
364  if(fb.tree() != nullptr && whyNotFastClonable_ != FileBlock::CanFastClone) {
365  maybeIssueWarning(whyNotFastClonable_, fb.fileName(), file_);
366  }
367  }
bool const & overrideInputFileSplitLevels() const
bool checkSplitLevelsAndBasketSizes(TTree *inputTree) const
bool checkIfFastClonable(TTree *inputTree) const
RootOutputTree eventTree_
PoolOutputModule const * om_
std::string const & basketOrder() const
int const & whyNotFastClonable() const
void maybeFastCloneTree(bool canFastClone, bool canFastCloneAux, TTree *tree, std::string const &option)
int const & inputFileCount() const
JobReport::Token reportToken_
std::string match(BranchDescription const &a, BranchDescription const &b, std::string const &fileName)
std::string const& edm::RootOutputFile::fileName ( ) const
inline

Definition at line 70 of file RootOutputFile.h.

References file_.

70 {return file_;}
void edm::RootOutputFile::fillBranches ( BranchType const &  branchType,
Principal const &  principal,
StoredProductProvenanceVector productProvenanceVecPtr,
ModuleCallingContext const *  mcc 
)
private

Definition at line 669 of file RootOutputFile.cc.

References branchesWithStoredHistory_, revisionDML::branchType(), edm::FileBlock::CanFastClone, compareJSON::const, CommonMethods::cp(), edm::PoolOutputModule::DropDroppedPrior, edm::PoolOutputModule::dropMetaData(), edm::PoolOutputModule::DropNone, edm::PoolOutputModule::DropPrior, read312RV_cfg::fastCloning, edm::Principal::getForOutput(), edm::InEvent, insertAncestors(), insertProductProvenance(), om_, cmsRelvalreport::principal(), edm::es::produced, edm::OutputHandle::productProvenance(), edm::PoolOutputModule::selectedOutputItemList(), treePointers_, whyNotFastClonable_, and edm::OutputHandle::wrapper().

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

673  {
674 
675  typedef std::vector<std::pair<TClass*, void const*> > Dummies;
676  Dummies dummies;
677 
679 
681 
682  std::set<StoredProductProvenance> provenanceToKeep;
683 
684  // Loop over EDProduct branches, fill the provenance, and write the branch.
685  for(auto const& item : items) {
686 
687  BranchID const& id = item.branchDescription_->branchID();
688  branchesWithStoredHistory_.insert(id);
689 
690  bool produced = item.branchDescription_->produced();
691  bool keepProvenance = productProvenanceVecPtr != nullptr &&
695  bool getProd = (produced || !fastCloning ||
696  treePointers_[branchType]->uncloned(item.branchDescription_->branchName()));
697 
698  void const* product = nullptr;
699  OutputHandle const oh = principal.getForOutput(id, getProd, mcc);
700  if(keepProvenance && oh.productProvenance()) {
701  insertProductProvenance(*oh.productProvenance(),provenanceToKeep);
702  //provenanceToKeep.insert(*oh.productProvenance());
703  EventPrincipal const& eventPrincipal = dynamic_cast<EventPrincipal const&>(principal);
704  assert(eventPrincipal.productProvenanceRetrieverPtr());
705  insertAncestors(*oh.productProvenance(), eventPrincipal, produced, provenanceToKeep, mcc);
706  }
707  product = oh.wrapper();
708  if(getProd) {
709  if(product == nullptr) {
710  // No product with this ID is in the event.
711  // Add a null product.
712  TClass* cp = gROOT->GetClass(item.branchDescription_->wrappedName().c_str());
713  product = cp->New();
714  dummies.emplace_back(cp, product);
715  }
716  item.product_ = product;
717  }
718  }
719 
720  if(productProvenanceVecPtr != nullptr) productProvenanceVecPtr->assign(provenanceToKeep.begin(), provenanceToKeep.end());
721  treePointers_[branchType]->fillTree();
722  if(productProvenanceVecPtr != nullptr) productProvenanceVecPtr->clear();
723  for(auto& dummy : dummies) {
724  dummy.first->Destructor(const_cast<void *>(dummy.second));
725  }
726  }
DropMetaData const & dropMetaData() const
OutputItemListArray const & selectedOutputItemList() const
std::set< BranchID > branchesWithStoredHistory_
PoolOutputModule const * om_
void insertAncestors(ProductProvenance const &iGetParents, EventPrincipal const &principal, bool produced, std::set< StoredProductProvenance > &oToFill, ModuleCallingContext const *)
PoolOutputModule::OutputItemList OutputItemList
eventsetup::produce::Produce produced
Definition: ESProducts.cc:20
string const
Definition: compareJSON.py:14
bool insertProductProvenance(const ProductProvenance &, std::set< StoredProductProvenance > &oToInsert)
RootOutputTreePtrArray treePointers_
void edm::RootOutputFile::finishEndFile ( )

Definition at line 592 of file RootOutputFile.cc.

References revisionDML::branchType(), filePtr_, i, edm::InEvent, edm::one::OutputModuleBase::keptProducts(), metaDataTree_, edm::NumBranchTypes, om_, parameterSetsTree_, parentageTree_, reportToken_, setBranchAliases(), diffTreeTool::tree, treePointers_, and edm::RootOutputTree::writeTTree().

592  {
593  metaDataTree_->SetEntries(-1);
596 
598 
599  // Create branch aliases for all the branches in the
600  // events/lumis/runs trees. The loop is over all types of data
601  // products.
602  for(int i = InEvent; i < NumBranchTypes; ++i) {
603  BranchType branchType = static_cast<BranchType>(i);
605  treePointers_[branchType]->writeTree();
606  }
607 
608  // close the file -- mfp
609  // Just to play it safe, zero all pointers to objects in the TFile to be closed.
610  metaDataTree_ = parentageTree_ = nullptr;
611  for(auto& treePointer : treePointers_) {
612  treePointer->close();
613  treePointer = nullptr;
614  }
615  filePtr_->Close();
616  filePtr_.reset();
617 
618  // report that file has been closed
619  Service<JobReport> reportSvc;
620  reportSvc->outputFileClosed(reportToken_);
621 
622  }
int i
Definition: DBlmapReader.cc:9
BranchType
Definition: BranchType.h:11
PoolOutputModule const * om_
SelectedProductsForBranchType const & keptProducts() const
void setBranchAliases(TTree *tree, SelectedProducts const &branches) const
static void writeTTree(TTree *tree)
RootOutputTreePtrArray treePointers_
boost::shared_ptr< TFile > filePtr_
JobReport::Token reportToken_
void edm::RootOutputFile::insertAncestors ( ProductProvenance const &  iGetParents,
EventPrincipal const &  principal,
bool  produced,
std::set< StoredProductProvenance > &  oToFill,
ModuleCallingContext const *  mcc 
)
private

Definition at line 644 of file RootOutputFile.cc.

References branchesWithStoredHistory_, edm::ProductProvenance::branchID(), edm::ProductProvenanceRetriever::branchIDToProvenance(), edm::PoolOutputModule::DropAll, edm::PoolOutputModule::DropDroppedPrior, edm::PoolOutputModule::dropMetaData(), edm::PoolOutputModule::DropNone, edm::PoolOutputModule::DropPrior, edm::EventPrincipal::getProvenance(), info(), insertProductProvenance(), om_, edm::ProductProvenance::parentage(), edm::Parentage::parents(), edm::es::produced, and edm::EventPrincipal::productProvenanceRetrieverPtr().

Referenced by fillBranches().

648  {
652  ProductProvenanceRetriever const& iMapper = *principal.productProvenanceRetrieverPtr();
653  std::vector<BranchID> const& parentIDs = iGetParents.parentage().parents();
654  for(auto const& parentID : parentIDs) {
655  branchesWithStoredHistory_.insert(parentID);
656  ProductProvenance const* info = iMapper.branchIDToProvenance(parentID);
657  if(info) {
659  principal.getProvenance(info->branchID(), mcc).product().produced()) {
660  if(insertProductProvenance(*info,oToFill) ) {
661  //haven't seen this one yet
662  insertAncestors(*info, principal, produced, oToFill, mcc);
663  }
664  }
665  }
666  }
667  }
static const TGPicture * info(bool iBackgroundIsBlack)
DropMetaData const & dropMetaData() const
std::set< BranchID > branchesWithStoredHistory_
PoolOutputModule const * om_
void insertAncestors(ProductProvenance const &iGetParents, EventPrincipal const &principal, bool produced, std::set< StoredProductProvenance > &oToFill, ModuleCallingContext const *)
eventsetup::produce::Produce produced
Definition: ESProducts.cc:20
bool insertProductProvenance(const ProductProvenance &, std::set< StoredProductProvenance > &oToInsert)
bool edm::RootOutputFile::insertProductProvenance ( const ProductProvenance ,
std::set< StoredProductProvenance > &  oToInsert 
)
private

Definition at line 729 of file RootOutputFile.cc.

References edm::ProductProvenance::branchID(), edm::StoredProductProvenance::branchID_, edm::hlt::Exception, i, edm::BranchID::id(), edm::errors::LogicError, edm::ProductProvenance::parentageID(), edm::StoredProductProvenance::parentageIDIndex_, and parentageIDs_.

Referenced by fillBranches(), and insertAncestors().

730  {
731  StoredProductProvenance toStore;
732  toStore.branchID_ = iProv.branchID().id();
733  std::set<edm::StoredProductProvenance>::iterator itFound = oToInsert.find(toStore);
734  if(itFound == oToInsert.end()) {
735  //get the index to the ParentageID or insert a new value if not already present
736  std::pair<std::map<edm::ParentageID,unsigned int>::iterator,bool> i = parentageIDs_.insert(std::make_pair(iProv.parentageID(),static_cast<unsigned int>(parentageIDs_.size())));
737  toStore.parentageIDIndex_ = i.first->second;
738  if(toStore.parentageIDIndex_ >= parentageIDs_.size()) {
740  << "RootOutputFile::insertProductProvenance\n"
741  << "The parentage ID index value " << toStore.parentageIDIndex_ << " is out of bounds. The maximum value is currently " << parentageIDs_.size()-1 << ".\n"
742  << "This should never happen.\n"
743  << "Please report this to the framework hypernews forum 'hn-cms-edmFramework@cern.ch'.\n";
744  }
745 
746  oToInsert.insert(toStore);
747  return true;
748  }
749  return false;
750  }
int i
Definition: DBlmapReader.cc:9
std::map< ParentageID, unsigned int > parentageIDs_
void edm::RootOutputFile::respondToCloseInputFile ( FileBlock const &  fb)

Definition at line 369 of file RootOutputFile.cc.

References eventTree_, lumiTree_, runTree_, and edm::RootOutputTree::setEntries().

369  {
373  }
RootOutputTree eventTree_
RootOutputTree runTree_
RootOutputTree lumiTree_
void edm::RootOutputFile::setBranchAliases ( TTree *  tree,
SelectedProducts const &  branches 
) const
private

Definition at line 625 of file RootOutputFile.cc.

References edm::BranchDescription::branchAliases(), edm::BranchDescription::branchName(), full, edm::BranchDescription::moduleLabel(), edm::BranchDescription::productInstanceName(), corrVsCorr::selection, and AlCaHLTBitMon_QueryRunRegistry::string.

Referenced by finishEndFile().

625  {
626  if(tree && tree->GetNbranches() != 0) {
627  for(auto const& selection : branches) {
628  BranchDescription const& pd = *selection;
629  std::string const& full = pd.branchName() + "obj";
630  if(pd.branchAliases().empty()) {
631  std::string const& alias =
632  (pd.productInstanceName().empty() ? pd.moduleLabel() : pd.productInstanceName());
633  tree->SetAlias(alias.c_str(), full.c_str());
634  } else {
635  for(auto const& alias : pd.branchAliases()) {
636  tree->SetAlias(alias.c_str(), full.c_str());
637  }
638  }
639  }
640  }
641  }
selection
main part
Definition: corrVsCorr.py:98
Definition: GenABIO.cc:180
bool edm::RootOutputFile::shouldWeCloseFile ( ) const

Definition at line 375 of file RootOutputFile.cc.

References filePtr_, edm::PoolOutputModule::maxFileSize(), om_, and findQualityFiles::size.

375  {
376  unsigned int const oneK = 1024;
377  Long64_t size = filePtr_->GetSize()/oneK;
378  return(size >= om_->maxFileSize());
379  }
unsigned int const & maxFileSize() const
PoolOutputModule const * om_
boost::shared_ptr< TFile > filePtr_
tuple size
Write out results.
void edm::RootOutputFile::writeBranchIDListRegistry ( )

Definition at line 533 of file RootOutputFile.cc.

References b, edm::PoolOutputModule::basketSize(), edm::poolNames::branchIDListBranchName(), edm::one::OutputModuleBase::branchIDLists(), metaDataTree_, om_, and AlCaHLTBitMon_ParallelJobs::p.

533  {
534  BranchIDLists const* p = om_->branchIDLists();
535  TBranch* b = metaDataTree_->Branch(poolNames::branchIDListBranchName().c_str(), &p, om_->basketSize(), 0);
536  assert(b);
537  b->Fill();
538  }
BranchIDLists const * branchIDLists() const
int const & basketSize() const
std::vector< BranchIDList > BranchIDLists
Definition: BranchIDList.h:19
PoolOutputModule const * om_
double b
Definition: hdecay.h:120
std::string const & branchIDListBranchName()
Definition: BranchType.cc:207
void edm::RootOutputFile::writeFileFormatVersion ( )

Definition at line 490 of file RootOutputFile.cc.

References b, edm::PoolOutputModule::basketSize(), edm::poolNames::fileFormatVersionBranchName(), edm::getFileFormatVersion(), metaDataTree_, and om_.

490  {
491  FileFormatVersion fileFormatVersion(getFileFormatVersion());
492  FileFormatVersion* pFileFmtVsn = &fileFormatVersion;
493  TBranch* b = metaDataTree_->Branch(poolNames::fileFormatVersionBranchName().c_str(), &pFileFmtVsn, om_->basketSize(), 0);
494  assert(b);
495  b->Fill();
496  }
int const & basketSize() const
std::string const & fileFormatVersionBranchName()
Definition: BranchType.cc:212
PoolOutputModule const * om_
int getFileFormatVersion()
double b
Definition: hdecay.h:120
void edm::RootOutputFile::writeFileIdentifier ( )

Definition at line 498 of file RootOutputFile.cc.

References b, edm::PoolOutputModule::basketSize(), fid_, edm::poolNames::fileIdentifierBranchName(), metaDataTree_, and om_.

498  {
499  FileID* fidPtr = &fid_;
500  TBranch* b = metaDataTree_->Branch(poolNames::fileIdentifierBranchName().c_str(), &fidPtr, om_->basketSize(), 0);
501  assert(b);
502  b->Fill();
503  }
int const & basketSize() const
PoolOutputModule const * om_
double b
Definition: hdecay.h:120
std::string const & fileIdentifierBranchName()
Definition: BranchType.cc:217
void edm::RootOutputFile::writeIndexIntoFile ( )

Definition at line 505 of file RootOutputFile.cc.

References cms::Exception::addContext(), b, edm::PoolOutputModule::basketSize(), edm::RootOutputTree::checkEntriesInReadBranches(), eventEntryNumber_, eventTree_, indexIntoFile_, edm::poolNames::indexIntoFileBranchName(), metaDataTree_, om_, edm::errors::OtherCMS, and edm::IndexIntoFile::sortVector_Run_Or_Lumi_Entries().

505  {
508  ex << "The number of entries in at least one output TBranch whose entries\n"
509  "were copied from the input does not match the number of events\n"
510  "recorded in IndexIntoFile. This might (or might not) indicate a\n"
511  "problem related to fast copy.";
512  ex.addContext("Calling RootOutputFile::writeIndexIntoFile");
513  throw ex;
514  }
516  IndexIntoFile* iifPtr = &indexIntoFile_;
517  TBranch* b = metaDataTree_->Branch(poolNames::indexIntoFileBranchName().c_str(), &iifPtr, om_->basketSize(), 0);
518  assert(b);
519  b->Fill();
520  }
int const & basketSize() const
void sortVector_Run_Or_Lumi_Entries()
RootOutputTree eventTree_
PoolOutputModule const * om_
IndexIntoFile::EntryNumber_t eventEntryNumber_
std::string const & indexIntoFileBranchName()
Definition: BranchType.cc:227
bool checkEntriesInReadBranches(Long64_t expectedNumberOfEntries) const
double b
Definition: hdecay.h:120
IndexIntoFile indexIntoFile_
void edm::RootOutputFile::writeLuminosityBlock ( LuminosityBlockPrincipal const &  lb,
ModuleCallingContext const *  mcc 
)

Definition at line 426 of file RootOutputFile.cc.

References edm::IndexIntoFile::addEntry(), edm::LuminosityBlockPrincipal::aux(), fillBranches(), edm::LuminosityBlockPrincipal::id(), indexIntoFile_, edm::InLumi, lumiAux_, lumiEntryNumber_, edm::LuminosityBlockAuxiliary::luminosityBlock(), edm::LuminosityBlockID::luminosityBlock(), lumiTree_, edm::RootOutputTree::optimizeBaskets(), edm::Principal::processHistory(), edm::Principal::processHistoryID(), processHistoryRegistry_, edm::ProcessHistoryRegistry::reducedProcessHistoryID(), edm::ProcessHistoryRegistry::registerProcessHistory(), reportToken_, edm::LuminosityBlockID::run(), edm::LuminosityBlockAuxiliary::run(), and edm::LuminosityBlockAuxiliary::setProcessHistoryID().

426  {
427  // Auxiliary branch
428  // NOTE: lumiAux_ must be filled before calling fillBranches since it gets written out in that routine.
429  lumiAux_ = lb.aux();
430  // Use the updated process historyID
431  lumiAux_.setProcessHistoryID(lb.processHistoryID());
432  // Store the process history.
433  processHistoryRegistry_.registerProcessHistory(lb.processHistory());
434  // Store the reduced ID in the IndexIntoFile
435  ProcessHistoryID reducedPHID = processHistoryRegistry_.reducedProcessHistoryID(lb.processHistoryID());
436  // Add lumi to index.
439  fillBranches(InLumi, lb, nullptr, mcc);
440  lumiTree_.optimizeBaskets(10ULL*1024*1024);
441 
442  Service<JobReport> reportSvc;
443  reportSvc->reportLumiSection(reportToken_, lb.id().run(), lb.id().luminosityBlock());
444  }
void fillBranches(BranchType const &branchType, Principal const &principal, StoredProductProvenanceVector *productProvenanceVecPtr, ModuleCallingContext const *)
LuminosityBlockAuxiliary lumiAux_
bool registerProcessHistory(ProcessHistory const &processHistory)
ProcessHistoryRegistry processHistoryRegistry_
ProcessHistoryID const & reducedProcessHistoryID(ProcessHistoryID const &fullID) const
void setProcessHistoryID(ProcessHistoryID const &phid)
LuminosityBlockNumber_t luminosityBlock() const
void addEntry(ProcessHistoryID const &processHistoryID, RunNumber_t run, LuminosityBlockNumber_t lumi, EventNumber_t event, EntryNumber_t entry)
Hash< ProcessHistoryType > ProcessHistoryID
IndexIntoFile indexIntoFile_
IndexIntoFile::EntryNumber_t lumiEntryNumber_
RootOutputTree lumiTree_
void optimizeBaskets(ULong64_t size)
JobReport::Token reportToken_
void edm::RootOutputFile::writeOne ( EventPrincipal const &  e,
ModuleCallingContext const *  mcc 
)

Definition at line 381 of file RootOutputFile.cc.

References edm::IndexIntoFile::addEntry(), edm::EventPrincipal::aux(), edm::EventPrincipal::branchListIndexes(), dtTPAnalyzer_cfg::dataType, dataTypeReported_, edm::EventID::event(), edm::EventAuxiliary::event(), eventEntryNumber_, edm::EventPrincipal::eventSelectionIDs(), fillBranches(), edm::EventPrincipal::id(), indexIntoFile_, edm::InEvent, edm::EventAuxiliary::isRealData(), edm::EventAuxiliary::luminosityBlock(), om_, pBranchListIndexes_, pEventAux_, pEventEntryInfoVector_, pEventSelectionIDs_, edm::Principal::processHistory(), edm::EventAuxiliary::processHistoryID(), edm::Principal::processHistoryID(), processHistoryRegistry_, edm::ProcessHistoryRegistry::reducedProcessHistoryID(), edm::ProcessHistoryRegistry::registerProcessHistory(), reportToken_, edm::EventID::run(), edm::EventAuxiliary::run(), edm::one::OutputModuleBase::selectorConfig(), AlCaHLTBitMon_QueryRunRegistry::string, and edm::one::OutputModuleBase::wantAllEvents().

382  {
383  // Auxiliary branch
384  pEventAux_ = &e.aux();
385 
386  // Because getting the data may cause an exception to be thrown we want to do that
387  // first before writing anything to the file about this event
388  // NOTE: pEventAux_, pBranchListIndexes_, pEventSelectionIDs_, and pEventEntryInfoVector_
389  // must be set before calling fillBranches since they get written out in that routine.
390  assert(pEventAux_->processHistoryID() == e.processHistoryID());
391  pBranchListIndexes_ = &e.branchListIndexes();
392 
393  // Note: The EventSelectionIDVector should have a one to one correspondence with the processes in the process history.
394  // Therefore, a new entry should be added if and only if the current process has been added to the process history,
395  // which is done if and only if there is a produced product.
397  EventSelectionIDVector esids = e.eventSelectionIDs();
398  if (reg->anyProductProduced() || !om_->wantAllEvents()) {
399  esids.push_back(om_->selectorConfig());
400  }
401  pEventSelectionIDs_ = &esids;
403 
404  // Add the dataType to the job report if it hasn't already been done
405  if(!dataTypeReported_) {
406  Service<JobReport> reportSvc;
407  std::string dataType("MC");
408  if(pEventAux_->isRealData()) dataType = "Data";
409  reportSvc->reportDataType(reportToken_, dataType);
410  dataTypeReported_ = true;
411  }
412 
413  // Store the process history.
415  // Store the reduced ID in the IndexIntoFile
416  ProcessHistoryID reducedPHID = processHistoryRegistry_.reducedProcessHistoryID(e.processHistoryID());
417  // Add event to index
420 
421  // Report event written
422  Service<JobReport> reportSvc;
423  reportSvc->eventWrittenToFile(reportToken_, e.id().run(), e.id().event());
424  }
void fillBranches(BranchType const &branchType, Principal const &principal, StoredProductProvenanceVector *productProvenanceVecPtr, ModuleCallingContext const *)
bool isRealData() const
bool registerProcessHistory(ProcessHistory const &processHistory)
RunNumber_t run() const
ProcessHistoryRegistry processHistoryRegistry_
ParameterSetID selectorConfig() const
std::vector< EventSelectionID > EventSelectionIDVector
LuminosityBlockNumber_t luminosityBlock() const
PoolOutputModule const * om_
IndexIntoFile::EntryNumber_t eventEntryNumber_
ProcessHistoryID const & reducedProcessHistoryID(ProcessHistoryID const &fullID) const
void addEntry(ProcessHistoryID const &processHistoryID, RunNumber_t run, LuminosityBlockNumber_t lumi, EventNumber_t event, EntryNumber_t entry)
Hash< ProcessHistoryType > ProcessHistoryID
EventSelectionIDVector const * pEventSelectionIDs_
StoredProductProvenanceVector * pEventEntryInfoVector_
IndexIntoFile indexIntoFile_
ProcessHistoryID const & processHistoryID() const
EventAuxiliary const * pEventAux_
BranchListIndexes const * pBranchListIndexes_
EventNumber_t event() const
JobReport::Token reportToken_
void edm::RootOutputFile::writeParameterSetRegistry ( )

Definition at line 540 of file RootOutputFile.cc.

References b, edm::PoolOutputModule::basketSize(), edm::poolNames::idToParameterSetBlobsBranchName(), edm::pset::Registry::instance(), om_, and parameterSetsTree_.

540  {
541  std::pair<ParameterSetID, ParameterSetBlob> idToBlob;
542  std::pair<ParameterSetID, ParameterSetBlob>* pIdToBlob = &idToBlob;
543  TBranch* b = parameterSetsTree_->Branch(poolNames::idToParameterSetBlobsBranchName().c_str(),&pIdToBlob,om_->basketSize(), 0);
544 
545  for(auto const& pset : *pset::Registry::instance()) {
546  idToBlob.first = pset.first;
547  idToBlob.second.pset() = pset.second.toString();
548 
549  b->Fill();
550  }
551  }
std::string const & idToParameterSetBlobsBranchName()
Definition: BranchType.cc:249
int const & basketSize() const
PoolOutputModule const * om_
double b
Definition: hdecay.h:120
static Registry * instance()
Definition: Registry.cc:14
void edm::RootOutputFile::writeParentageRegistry ( )

Definition at line 466 of file RootOutputFile.cc.

References edm::PoolOutputModule::basketSize(), edm::hlt::Exception, edm::errors::FatalRootError, edm::ParentageRegistry::getMapped(), edm::ParentageRegistry::instance(), om_, edm::poolNames::parentageBranchName(), parentageIDs_, and parentageTree_.

466  {
467  Parentage const* desc(nullptr);
468 
469  if(!parentageTree_->Branch(poolNames::parentageBranchName().c_str(),
470  &desc, om_->basketSize(), 0))
472  << "Failed to create a branch for Parentages in the output file";
473 
474  ParentageRegistry& ptReg = *ParentageRegistry::instance();
475 
476  std::vector<ParentageID> orderedIDs(parentageIDs_.size());
477  for(auto const& parentageID : parentageIDs_) {
478  orderedIDs[parentageID.second] = parentageID.first;
479  }
480  //now put them into the TTree in the correct order
481  for(auto const& orderedID : orderedIDs) {
482  desc = ptReg.getMapped(orderedID);
483  //NOTE: some old format files have missing Parentage info
484  // so a null value of desc can't be fatal.
485  // Root will default construct an object in that case.
486  parentageTree_->Fill();
487  }
488  }
int const & basketSize() const
std::map< ParentageID, unsigned int > parentageIDs_
PoolOutputModule const * om_
std::string const & parentageBranchName()
Definition: BranchType.cc:162
static ParentageRegistry * instance()
void edm::RootOutputFile::writeProcessHistoryRegistry ( )

Definition at line 522 of file RootOutputFile.cc.

References b, edm::PoolOutputModule::basketSize(), metaDataTree_, om_, AlCaHLTBitMon_ParallelJobs::p, edm::poolNames::processHistoryBranchName(), and processHistoryRegistry_.

522  {
523  ProcessHistoryVector procHistoryVector;
524  for(auto const& ph : processHistoryRegistry_) {
525  procHistoryVector.push_back(ph.second);
526  }
527  ProcessHistoryVector* p = &procHistoryVector;
528  TBranch* b = metaDataTree_->Branch(poolNames::processHistoryBranchName().c_str(), &p, om_->basketSize(), 0);
529  assert(b);
530  b->Fill();
531  }
std::vector< ProcessHistory > ProcessHistoryVector
int const & basketSize() const
ProcessHistoryRegistry processHistoryRegistry_
PoolOutputModule const * om_
std::string const & processHistoryBranchName()
Definition: BranchType.cc:197
double b
Definition: hdecay.h:120
void edm::RootOutputFile::writeProductDependencies ( )

Definition at line 584 of file RootOutputFile.cc.

References b, edm::PoolOutputModule::basketSize(), edm::one::OutputModuleBase::branchChildren(), metaDataTree_, om_, and edm::poolNames::productDependenciesBranchName().

584  {
585  BranchChildren& pDeps = const_cast<BranchChildren&>(om_->branchChildren());
586  BranchChildren* ppDeps = &pDeps;
587  TBranch* b = metaDataTree_->Branch(poolNames::productDependenciesBranchName().c_str(), &ppDeps, om_->basketSize(), 0);
588  assert(b);
589  b->Fill();
590  }
int const & basketSize() const
PoolOutputModule const * om_
BranchChildren const & branchChildren() const
double b
Definition: hdecay.h:120
std::string const & productDependenciesBranchName()
Definition: BranchType.cc:177
void edm::RootOutputFile::writeProductDescriptionRegistry ( )

Definition at line 553 of file RootOutputFile.cc.

References b, edm::PoolOutputModule::basketSize(), branchesWithStoredHistory_, end, metaDataTree_, om_, parseEventContent::prod, and edm::poolNames::productDescriptionBranchName().

553  {
554  // Make a local copy of the ProductRegistry, removing any transient or pruned products.
555  typedef ProductRegistry::ProductList ProductList;
557  ProductRegistry pReg(reg->productList());
558  ProductList& pList = const_cast<ProductList &>(pReg.productList());
559  for(auto const& prod : pList) {
560  if(prod.second.branchID() != prod.second.originalBranchID()) {
561  if(branchesWithStoredHistory_.find(prod.second.branchID()) != branchesWithStoredHistory_.end()) {
562  branchesWithStoredHistory_.insert(prod.second.originalBranchID());
563  }
564  }
565  }
566  std::set<BranchID>::iterator end = branchesWithStoredHistory_.end();
567  for(ProductList::iterator it = pList.begin(); it != pList.end();) {
568  if(branchesWithStoredHistory_.find(it->second.branchID()) == end) {
569  // avoid invalidating iterator on deletion
570  ProductList::iterator itCopy = it;
571  ++it;
572  pList.erase(itCopy);
573 
574  } else {
575  ++it;
576  }
577  }
578 
579  ProductRegistry* ppReg = &pReg;
580  TBranch* b = metaDataTree_->Branch(poolNames::productDescriptionBranchName().c_str(), &ppReg, om_->basketSize(), 0);
581  assert(b);
582  b->Fill();
583  }
int const & basketSize() const
std::map< BranchKey, BranchDescription > ProductList
std::set< BranchID > branchesWithStoredHistory_
PoolOutputModule const * om_
#define end
Definition: vmac.h:37
double b
Definition: hdecay.h:120
std::string const & productDescriptionBranchName()
Definition: BranchType.cc:172
void edm::RootOutputFile::writeRun ( RunPrincipal const &  r,
ModuleCallingContext const *  mcc 
)

Definition at line 446 of file RootOutputFile.cc.

References edm::IndexIntoFile::addEntry(), edm::RunPrincipal::aux(), fillBranches(), indexIntoFile_, edm::InRun, edm::RootOutputTree::optimizeBaskets(), edm::Principal::processHistory(), edm::Principal::processHistoryID(), processHistoryRegistry_, edm::ProcessHistoryRegistry::reducedProcessHistoryID(), edm::ProcessHistoryRegistry::registerProcessHistory(), reportToken_, edm::RunAuxiliary::run(), edm::RunPrincipal::run(), runAux_, runEntryNumber_, runTree_, and edm::RunAuxiliary::setProcessHistoryID().

446  {
447  // Auxiliary branch
448  // NOTE: runAux_ must be filled before calling fillBranches since it gets written out in that routine.
449  runAux_ = r.aux();
450  // Use the updated process historyID
451  runAux_.setProcessHistoryID(r.processHistoryID());
452  // Store the process history.
454  // Store the reduced ID in the IndexIntoFile
455  ProcessHistoryID reducedPHID = processHistoryRegistry_.reducedProcessHistoryID(r.processHistoryID());
456  // Add run to index.
457  indexIntoFile_.addEntry(reducedPHID, runAux_.run(), 0U, 0U, runEntryNumber_);
458  ++runEntryNumber_;
459  fillBranches(InRun, r, nullptr, mcc);
460  runTree_.optimizeBaskets(10ULL*1024*1024);
461 
462  Service<JobReport> reportSvc;
463  reportSvc->reportRunNumber(reportToken_, r.run());
464  }
void fillBranches(BranchType const &branchType, Principal const &principal, StoredProductProvenanceVector *productProvenanceVecPtr, ModuleCallingContext const *)
bool registerProcessHistory(ProcessHistory const &processHistory)
ProcessHistoryRegistry processHistoryRegistry_
ProcessHistoryID const & reducedProcessHistoryID(ProcessHistoryID const &fullID) const
void addEntry(ProcessHistoryID const &processHistoryID, RunNumber_t run, LuminosityBlockNumber_t lumi, EventNumber_t event, EntryNumber_t entry)
Hash< ProcessHistoryType > ProcessHistoryID
RootOutputTree runTree_
IndexIntoFile indexIntoFile_
IndexIntoFile::EntryNumber_t runEntryNumber_
RunAuxiliary runAux_
void setProcessHistoryID(ProcessHistoryID const &phid)
Definition: RunAuxiliary.h:36
void optimizeBaskets(ULong64_t size)
RunNumber_t run() const
Definition: RunAuxiliary.h:41
JobReport::Token reportToken_

Member Data Documentation

std::set<BranchID> edm::RootOutputFile::branchesWithStoredHistory_
private
bool edm::RootOutputFile::canFastCloneAux_
private

Definition at line 104 of file RootOutputFile.h.

Referenced by beginInputFile().

bool edm::RootOutputFile::dataTypeReported_
private

Definition at line 127 of file RootOutputFile.h.

Referenced by writeOne().

StoredProductProvenanceVector edm::RootOutputFile::eventEntryInfoVector_
private

Definition at line 119 of file RootOutputFile.h.

IndexIntoFile::EntryNumber_t edm::RootOutputFile::eventEntryNumber_
private

Definition at line 107 of file RootOutputFile.h.

Referenced by writeIndexIntoFile(), and writeOne().

RootOutputTree edm::RootOutputFile::eventTree_
private
FileID edm::RootOutputFile::fid_
private

Definition at line 106 of file RootOutputFile.h.

Referenced by RootOutputFile(), and writeFileIdentifier().

std::string edm::RootOutputFile::file_
private

Definition at line 99 of file RootOutputFile.h.

Referenced by beginInputFile(), fileName(), and RootOutputFile().

boost::shared_ptr<TFile> edm::RootOutputFile::filePtr_
private

Definition at line 105 of file RootOutputFile.h.

Referenced by finishEndFile(), RootOutputFile(), and shouldWeCloseFile().

IndexIntoFile edm::RootOutputFile::indexIntoFile_
private

Definition at line 110 of file RootOutputFile.h.

Referenced by writeIndexIntoFile(), writeLuminosityBlock(), writeOne(), and writeRun().

std::string edm::RootOutputFile::logicalFile_
private

Definition at line 100 of file RootOutputFile.h.

Referenced by RootOutputFile().

LuminosityBlockAuxiliary edm::RootOutputFile::lumiAux_
private

Definition at line 114 of file RootOutputFile.h.

Referenced by writeLuminosityBlock().

IndexIntoFile::EntryNumber_t edm::RootOutputFile::lumiEntryNumber_
private

Definition at line 108 of file RootOutputFile.h.

Referenced by writeLuminosityBlock().

RootOutputTree edm::RootOutputFile::lumiTree_
private

Definition at line 124 of file RootOutputFile.h.

Referenced by respondToCloseInputFile(), RootOutputFile(), and writeLuminosityBlock().

TTree* edm::RootOutputFile::metaDataTree_
private
PoolOutputModule const* edm::RootOutputFile::om_
private
TTree* edm::RootOutputFile::parameterSetsTree_
private

Definition at line 112 of file RootOutputFile.h.

Referenced by finishEndFile(), RootOutputFile(), and writeParameterSetRegistry().

std::map<ParentageID,unsigned int> edm::RootOutputFile::parentageIDs_
private

Definition at line 129 of file RootOutputFile.h.

Referenced by insertProductProvenance(), and writeParentageRegistry().

TTree* edm::RootOutputFile::parentageTree_
private

Definition at line 113 of file RootOutputFile.h.

Referenced by finishEndFile(), RootOutputFile(), and writeParentageRegistry().

BranchListIndexes const* edm::RootOutputFile::pBranchListIndexes_
private

Definition at line 121 of file RootOutputFile.h.

Referenced by RootOutputFile(), and writeOne().

EventAuxiliary const* edm::RootOutputFile::pEventAux_
private

Definition at line 116 of file RootOutputFile.h.

Referenced by RootOutputFile(), and writeOne().

StoredProductProvenanceVector* edm::RootOutputFile::pEventEntryInfoVector_
private

Definition at line 120 of file RootOutputFile.h.

Referenced by RootOutputFile(), and writeOne().

EventSelectionIDVector const* edm::RootOutputFile::pEventSelectionIDs_
private

Definition at line 122 of file RootOutputFile.h.

Referenced by RootOutputFile(), and writeOne().

LuminosityBlockAuxiliary const* edm::RootOutputFile::pLumiAux_
private

Definition at line 117 of file RootOutputFile.h.

Referenced by RootOutputFile().

ProcessHistoryRegistry edm::RootOutputFile::processHistoryRegistry_
private
RunAuxiliary const* edm::RootOutputFile::pRunAux_
private

Definition at line 118 of file RootOutputFile.h.

Referenced by RootOutputFile().

JobReport::Token edm::RootOutputFile::reportToken_
private
RunAuxiliary edm::RootOutputFile::runAux_
private

Definition at line 115 of file RootOutputFile.h.

Referenced by writeRun().

IndexIntoFile::EntryNumber_t edm::RootOutputFile::runEntryNumber_
private

Definition at line 109 of file RootOutputFile.h.

Referenced by writeRun().

RootOutputTree edm::RootOutputFile::runTree_
private

Definition at line 125 of file RootOutputFile.h.

Referenced by respondToCloseInputFile(), RootOutputFile(), and writeRun().

RootOutputTreePtrArray edm::RootOutputFile::treePointers_
private

Definition at line 126 of file RootOutputFile.h.

Referenced by fillBranches(), finishEndFile(), and RootOutputFile().

int edm::RootOutputFile::whyNotFastClonable_
private

Definition at line 103 of file RootOutputFile.h.

Referenced by beginInputFile(), and fillBranches().