ATLAS Offline Software
Loading...
Searching...
No Matches
SpaceTimePointBase.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7Trk::SpaceTimePointBase::SpaceTimePointBase(const float& t, const float& t_error, const float& weight) :
8 m_time(t),
9 m_errorTime(t_error),
11{}
12
13
float m_weight
weight of the point
SpaceTimePointBase(const float &t, const float &t_error, const float &weight)
constructor taking a time, an error on the time and a weight
float m_errorTime
error on the time measurement
float m_time
measured time
float weight() const
access to the weight of the space time point