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