LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
EventAuxiliary.cc
Go to the documentation of this file.
2 #include <ostream>
3 
4 void
5 art::EventAuxiliary::write(std::ostream& os) const
6 {
7  os << id_ << std::endl;
8 }
void write(std::ostream &os) const