LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
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 }
ProcessHistoryID processHistoryID_
void write(std::ostream &os) const