CMS 3D CMS Logo

EncodedTruthId.cc
Go to the documentation of this file.
2 
4 
6  EncodedEventId(eid), index_(index) {}
7 
8 std::ostream& operator<<(std::ostream & os , EncodedTruthId& id)
9 {
10  return os << "(" << id.bunchCrossing() << ","
11  << id.event() << ","
12  << id.index() << ")";
13 }
14 
friend std::ostream & operator<<(std::ostream &os, const EncodedTruthId &id)
int index() const