CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_5_3_10_patch1/src/SimGeneral/TrackingAnalysis/src/EncodedTruthId.cc File Reference

#include "SimGeneral/TrackingAnalysis/interface/EncodedTruthId.h"

Go to the source code of this file.

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()         << ")";
}