1 #ifndef ICHiggsTauTau_LightTrack_hh
2 #define ICHiggsTauTau_LightTrack_hh
4 #include "Math/Point3D.h"
5 #include "Math/Point3Dfwd.h"
6 #include "Math/Vector3D.h"
7 #include "Math/Vector3Dfwd.h"
20 virtual void Print()
const;
24 inline std::size_t
id()
const {
return id_; }
28 inline double pt()
const {
return pt_; }
31 inline double vz()
const {
return vz_; }
36 inline void set_id(std::size_t
const&
id) { id_ =
id; }
51 #ifndef SKIP_CINT_DICT
void set_pt(double const &pt)
The track transverse momentum.
double vz() const
The z-coordinate of the point-of-closest-approach to the beamspot.
void set_vz(double const &vz)
The z-coordinate of the point-of-closest-approach to the beamspot.
double pt() const
The track transverse momentum.
std::size_t id() const
The unique identifier.
Stores a minimal amount of track information.
void set_id(std::size_t const &id)
The unique identifier.
std::vector< ic::LightTrack > LightTrackCollection
virtual void Print() const