ATLAS Offline Software
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 
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 
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
dqt_zlumi_pandas.weight
int weight
Definition: dqt_zlumi_pandas.py:200
SpaceTimePointBase.h
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