CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
EncodedTruthId.cc
Go to the documentation of this file.
2 
4 
6 
7 std::ostream &operator<<(std::ostream &os, EncodedTruthId &id) {
8  return os << "(" << id.bunchCrossing() << "," << id.event() << "," << id.index() << ")";
9 }
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition: ALILine.cc:167