CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition: ALILine.cc:187