ATLAS Offline Software
LumiBlock
LumiBlockData
src
LB_IOVRange.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
//
6
// File: LumiBlockData/src/LB_IOVRange.cxx
7
// Author: Marjorie Shapiro <mdshapiro@lbl.gov>
8
//
9
10
#include "
LumiBlockData/LB_IOVRange.h
"
11
12
LB_IOVRange::LB_IOVRange
() :
IOVRange
(
IOVTime
(0),
IOVTime
(0)), m_NumExpected(0), m_NumSeen(0) {}
13
14
LB_IOVRange::LB_IOVRange
(
const
IOVTime
&
start
,
const
IOVTime
&
stop
) :
IOVRange
(
start
,
stop
),
15
m_NumExpected(0), m_NumSeen(0) {}
16
17
LB_IOVRange::LB_IOVRange
(
const
IOVRange
&
r
):
IOVRange
(
r
.
start
(),
r
.
stop
()) ,
18
m_NumExpected(0), m_NumSeen(0){}
19
20
LB_IOVRange::LB_IOVRange
(
const
IOVRange
&
r
,
uint32_t
numExpected,
uint32_t
numSeen):
IOVRange
(
r
.
start
(),
r
.
stop
()),
21
m_NumExpected(numExpected), m_NumSeen(numSeen) {}
22
beamspotman.r
def r
Definition:
beamspotman.py:676
IOVRange
Validity Range object. Holds two IOVTimes (start and stop)
Definition:
IOVRange.h:30
LB_IOVRange::LB_IOVRange
LB_IOVRange()
Definition:
LB_IOVRange.cxx:12
xAOD::uint32_t
setEventNumber uint32_t
Definition:
EventInfo_v1.cxx:127
mergePhysValFiles.start
start
Definition:
DataQuality/DataQualityUtils/scripts/mergePhysValFiles.py:14
PixelModuleFeMask_create_db.stop
int stop
Definition:
PixelModuleFeMask_create_db.py:76
LB_IOVRange.h
IOVTime
Basic time unit for IOVSvc. Hold time as a combination of run and event numbers.
Definition:
IOVTime.h:33
Generated on Thu Nov 7 2024 21:20:09 for ATLAS Offline Software by
1.8.18