ResultsAuxiliary.cc
Go to the documentation of this file.
2 // vim: set sw=2 expandtab :
3 
4 #include <ostream>
5 
6 void
7 art::ResultsAuxiliary::write(std::ostream& os) const
8 {
9  os << "Process History ID = " << processHistoryID_ << std::endl;
10 }
11 
12 bool
14 {
15 
17  newAux.allEventsProcessHistories_.end());
18 
19  // Keep the process history ID that is in the preexisting principal
20  // It may have been updated to include the current process.
21  // There is one strange other case where the two ProcessHistoryIDs
22  // could be different which should not be important and we just ignore.
23  // There could have been previous processes which only dropped products.
24  // These processes could have dropped the same branches but had different
25  // process names ... Ignore this.
26 
27  return true;
28 }
bool mergeAuxiliary(ResultsAuxiliary const &aux)
ProcessHistoryID processHistoryID_
std::set< ProcessHistoryID > allEventsProcessHistories_
void write(std::ostream &os) const
QTextStream & endl(QTextStream &s)