CMS 3D CMS Logo

Classes | Functions

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/SimGeneral/TrackingAnalysis/interface/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.

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