ATLAS Offline Software
Loading...
Searching...
No Matches
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
6
8 m_time(t) {};
9
10
11void CosTrigTime::setTime(const float t) {
12 m_time=t;
13}
14
15
16
CosTrigTime()=default
void setTime(const float t)