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