Go to the documentation of this file. 1 #ifndef DATAFORMATS_FTLUNCALIBRATEDRECHIT
2 #define DATAFORMATS_FTLUNCALIBRATEDRECHIT
22 std::pair<float, float> ampl,
23 std::pair<float, float>
time,
27 unsigned char flags = 0);
29 std::pair<float, float> ampl,
30 std::pair<float, float>
time,
34 unsigned char flags = 0);
38 std::pair<float, float>
time()
const {
return time_; }
void setTimeError(float timeErr)
std::pair< float, float > amplitude_
void setFlagBit(Flags flag)
float positionError_
distance from the center of the bar to the hit
bool checkFlag(Flags flag) const
void setAmplitude(std::pair< float, float > amplitude)
float positionError() const
void setTime(std::pair< float, float > time)
void setPosition(float position)
void setPositionError(float positionErr)
unsigned char flags() const
~FTLUncalibratedRecHit()=default
std::pair< float, float > amplitude() const
std::pair< float, float > time_
bool isTimeErrorValid() const
std::pair< float, float > time() const