src
CondTools
RunInfo
interface
LHCInfoHelper.h
Go to the documentation of this file.
1
#ifndef CondTools_RunInfo_LHCInfoHelper_h
2
#define CondTools_RunInfo_LHCInfoHelper_h
3
4
#include "
CondCore/CondDB/interface/Time.h
"
5
#include "
CondTools/RunInfo/interface/OMSAccess.h
"
6
7
namespace
cond
{
8
9
namespace
lhcInfoHelper {
10
11
// Large number of LS for the OMS query, covering around 25 hours
12
static
constexpr
unsigned
int
kLumisectionsQueryLimit
= 4000;
13
14
// Returns lumi-type IOV from last LS of last Run of the specified Fill
15
cond::Time_t
getFillLastLumiIOV
(
const
cond::OMSService
& oms,
unsigned
short
fillId);
16
17
}
// namespace lhcInfoHelper
18
19
}
// namespace cond
20
21
#endif
cond::OMSService
Definition:
OMSAccess.h:265
ALPAKA_ACCELERATOR_NAMESPACE::brokenline::constexpr
if constexpr(n > 3)
Definition:
BrokenLine.h:164
OMSAccess.h
cond::Time_t
unsigned long long Time_t
Definition:
Time.h:14
cond::lhcInfoHelper::kLumisectionsQueryLimit
static constexpr unsigned int kLumisectionsQueryLimit
Definition:
LHCInfoHelper.h:12
cond
Time.h
cond::lhcInfoHelper::getFillLastLumiIOV
cond::Time_t getFillLastLumiIOV(const cond::OMSService &oms, unsigned short fillId)
Definition:
LHCInfoHelper.cc:8
Generated for CMSSW Reference Manual by
1.8.14