ATLAS Offline Software
Commission
CommissionEvent
src
CosTrigTime.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
CommissionEvent/CosTrigTime.h
"
6
7
CosTrigTime::CosTrigTime
(
const
float
t
) :
8
m_time(
t
) {};
9
10
11
void
CosTrigTime::setTime
(
const
float
t
) {
12
m_time
=
t
;
13
}
14
15
16
read_hist_ntuple.t
t
Definition:
read_hist_ntuple.py:5
CosTrigTime::CosTrigTime
CosTrigTime()=default
CosTrigTime::setTime
void setTime(const float t)
Definition:
CosTrigTime.cxx:11
CosTrigTime.h
CosTrigTime::m_time
float m_time
Definition:
CosTrigTime.h:23
Generated on Mon Dec 23 2024 21:08:40 for ATLAS Offline Software by
1.8.18