Stores a minimal amount of track information. More...
#include "UserCode/ICHiggsTauTau/interface/LightTrack.hh"
Public Member Functions | |
LightTrack () | |
virtual | ~LightTrack () |
virtual void | Print () const |
ClassDef (LightTrack, 2) | |
Properties | |
std::size_t | id () const |
The unique identifier. More... | |
double | pt () const |
The track transverse momentum. More... | |
double | vz () const |
The z-coordinate of the point-of-closest-approach to the beamspot. More... | |
Setters | |
void | set_id (std::size_t const &id) |
The unique identifier. More... | |
void | set_pt (double const &pt) |
The track transverse momentum. More... | |
void | set_vz (double const &vz) |
The z-coordinate of the point-of-closest-approach to the beamspot. More... | |
Stores a minimal amount of track information.
May be used instead of the ic::Track class to save file space.
Definition at line 16 of file LightTrack.hh.
ic::LightTrack::LightTrack | ( | ) |
Definition at line 5 of file LightTrack.cc.
|
virtual |
Definition at line 7 of file LightTrack.cc.
|
virtual |
Definition at line 9 of file LightTrack.cc.
|
inline |
The unique identifier.
Definition at line 25 of file LightTrack.hh.
|
inline |
The track transverse momentum.
Definition at line 28 of file LightTrack.hh.
|
inline |
The z-coordinate of the point-of-closest-approach to the beamspot.
Definition at line 31 of file LightTrack.hh.
|
inline |
The unique identifier.
Definition at line 37 of file LightTrack.hh.
|
inline |
The track transverse momentum.
Definition at line 40 of file LightTrack.hh.
|
inline |
The z-coordinate of the point-of-closest-approach to the beamspot.
Definition at line 43 of file LightTrack.hh.
ic::LightTrack::ClassDef | ( | LightTrack | , |
2 | |||
) |