ATLAS Offline Software
Loading...
Searching...
No Matches
LBDurationCondData.cxx
Go to the documentation of this file.
1/*
2 * Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration.
3 */
10
11
13
14
20 : m_LBDuration (duration)
21{
22}
23
24
25// Luminosity block time (in seconds) from /TRIGGER/LUMI/LBLB
26// Multiply by lbAverageLuminosity to get integrated luminosity in the current lumi block
28{
29 return m_LBDuration;
30}
Hold luminosity block duration data produced from /TRIGGER/LUMI/LBLB.
LBDurationCondData(double duration)
Constructor.