#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.
{ return os << "(" << id.bunchCrossing() << "," << id.event() << "," << id.index() << ")"; }