CMS 3D CMS Logo

Classes | Functions
EncodedTruthId.h File Reference
#include "SimDataFormats/EncodedEventId/interface/EncodedEventId.h"
#include <iosfwd>

Go to the source code of this file.

Classes

class  EncodedTruthId
 

Functions

std::ostream & operator<< (std::ostream &os, EncodedTruthId &id)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
EncodedTruthId id 
)

Definition at line 7 of file EncodedTruthId.cc.

7  {
8  return os << "(" << id.bunchCrossing() << "," << id.event() << "," << id.index() << ")";
9 }