ATLAS Offline Software
Loading...
Searching...
No Matches
Tracking
TrkEvent
TrkSpaceTimePoint
src
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
5
#include "
TrkSpaceTimePoint/SpaceTimePointBase.h
"
6
7
Trk::SpaceTimePointBase::SpaceTimePointBase
(
const
float
& t,
const
float
& t_error,
const
float
&
weight
) :
8
m_time
(t),
9
m_errorTime
(t_error),
10
m_weight
(
weight
)
11
{}
12
13
SpaceTimePointBase.h
Trk::SpaceTimePointBase::m_weight
float m_weight
weight of the point
Definition
SpaceTimePointBase.h:64
Trk::SpaceTimePointBase::SpaceTimePointBase
SpaceTimePointBase(const float &t, const float &t_error, const float &weight)
constructor taking a time, an error on the time and a weight
Definition
SpaceTimePointBase.cxx:7
Trk::SpaceTimePointBase::m_errorTime
float m_errorTime
error on the time measurement
Definition
SpaceTimePointBase.h:61
Trk::SpaceTimePointBase::m_time
float m_time
measured time
Definition
SpaceTimePointBase.h:58
Trk::SpaceTimePointBase::weight
float weight() const
access to the weight of the space time point
Definition
SpaceTimePointBase.h:53
Generated on
for ATLAS Offline Software by
1.14.0