1 #include "HGCal/DataFormats/interface/HGCalTBTrack.h"
13 _momentum(v[3], v[4], 1.)
30 v.push_back(_vertex.X());
31 v.push_back(_vertex.Y());
32 v.push_back(_momentum.X());
33 v.push_back(_momentum.Y());
43 return _vertex + _momentum * z;
std::vector< float > getRaw(void)
returns a vector of floats to be saved into FEDRawData
Point pointAt(double z) const
HGCalTBTrack(void)
default constructor
math::XYZPoint Point
point in the space