CMS 3D CMS Logo

Classes | Functions

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/SimDataFormats/Track/interface/SimTrack.h File Reference

#include "SimDataFormats/Track/interface/CoreSimTrack.h"
#include <iosfwd>

Go to the source code of this file.

Classes

class  SimTrack

Functions

std::ostream & operator<< (std::ostream &o, const SimTrack &t)

Function Documentation

std::ostream& operator<< ( std::ostream &  o,
const SimTrack t 
)

Definition at line 22 of file SimTrack.cc.

References SimTrack::genpartIndex(), and SimTrack::vertIndex().

{
    return o << (SimTrack::Core)(t) << ", "
             << t.vertIndex() << ", "
             << t.genpartIndex();
}