#include <iosfwd>
#include "SimDataFormats/EncodedEventId/interface/EncodedEventId.h"
Go to the source code of this file.
Classes | |
class | EncodedTruthId |
Functions | |
std::ostream & | operator<< (std::ostream &os, EncodedTruthId &id) |
std::ostream& operator<< | ( | std::ostream & | os, | |
EncodedTruthId & | id | |||
) |
Definition at line 8 of file EncodedTruthId.cc.
00008 { 00009 return os << "(" << id.bunchCrossing() << "," 00010 << id.event() << "," 00011 << id.index() << ")"; 00012 }