CMS 3D CMS Logo

LHCInfoHelper.h
Go to the documentation of this file.
1 #ifndef CondTools_RunInfo_LHCInfoHelper_h
2 #define CondTools_RunInfo_LHCInfoHelper_h
3 
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
unsigned long long Time_t
Definition: Time.h:14
static constexpr unsigned int kLumisectionsQueryLimit
Definition: LHCInfoHelper.h:12
cond::Time_t getFillLastLumiIOV(const cond::OMSService &oms, unsigned short fillId)
Definition: LHCInfoHelper.cc:8