CMS 3D CMS Logo

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.

00008                                                              {
00009   return os  << "(" << id.bunchCrossing() << ","
00010                     << id.event()         << ","
00011                     << id.index()         << ")";
00012 }


Generated on Tue Jun 9 17:55:50 2009 for CMSSW by  doxygen 1.5.4