CMS 3D CMS Logo

Classes | Functions

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/SimDataFormats/Track/interface/CoreSimTrack.h File Reference

#include "DataFormats/Math/interface/Vector3D.h"
#include "DataFormats/Math/interface/LorentzVector.h"
#include "SimDataFormats/EncodedEventId/interface/EncodedEventId.h"
#include <cmath>
#include <iosfwd>

Go to the source code of this file.

Classes

class  CoreSimTrack

Functions

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

Function Documentation

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

Definition at line 87 of file CoreSimTrack.cc.

References CoreSimTrack::momentum(), connectstrParser::o, and CoreSimTrack::type().

{
    o << t.type() << ", ";
    o << t.momentum();
    return o;
}