CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
EncodedTruthId.h File Reference
#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)
 

Function Documentation

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

Definition at line 8 of file EncodedTruthId.cc.

9 {
10  return os << "(" << id.bunchCrossing() << ","
11  << id.event() << ","
12  << id.index() << ")";
13 }