8#ifndef RECON_TRACKDEDXMASSESTIMATE_H_
9#define RECON_TRACKDEDXMASSESTIMATE_H_
61 void setIh(
float theIh) { theIh_ = theIh; }
67 void setMass(
float mass) { mass_ = mass; }
94 float getIh()
const {
return theIh_; }
125 int track_index_{-1};
Represents the estimated mass of a particle using tracker dE/dx information.
void setTrackType(int track_type)
Set the type of the track.
float getIh() const
Get the Ih of the particle/track.
ClassDef(TrackDeDxMassEstimate, 2)
The ROOT class definition.
void Clear()
Clear the data in the object.
int getTrackIndex() const
Get the index of the track.
TrackDeDxMassEstimate()
Class constructor.
virtual ~TrackDeDxMassEstimate()=default
Class destructor.
void setMomentum(float momentum)
Set the momentum of the particle/track.
int getTrackType() const
Get the type of the track.
float getMass() const
Get the estimated mass of the particle/track.
void setIh(float theIh)
Set the Ih of the particle/track.
void setMass(float mass)
Set the estimated mass of the particle/track.
void Print() const
Print out the object.
void setTrackIndex(int track_index)
Set the index of the track.
float getMomentum() const
Get the momentum of the particle/track.