CMS 3D CMS Logo

CompactEventAuxiliaryVector.cc
Go to the documentation of this file.
2 #include <ostream>
3 
4 namespace edm {
6  os << "processGUID = " << processGUID() << std::endl;
7  os << id() << " " << time().unixTime() << " " << bunchCrossing() << " " << orbitNumber() << std::endl;
8  os << extra_;
9  }
10 
12  os << "Process History ID = " << processHistoryID_ << std::endl;
13  os << storeNumber_ << " " << isRealData_ << " " << experimentType_ << std::endl;
14  }
15 } // namespace edm
HLT enums.
unsigned int unixTime() const
Time in seconds since January 1, 1970.
Definition: Timestamp.h:33