11 unsigned int lumiSection,
15 bool verifyLumiSection,
19 tcds->header.eventNumber);
25 gettimeofday(&stv,
nullptr);
31 const uint32_t recordLumiSection =
tcds->header.lumiSection;
35 if (verifyLumiSection && recordLumiSection != lumiSection)
37 <<
"Lumisection mismatch, external : " << lumiSection <<
", record : " << recordLumiSection;
38 if ((orbitnr >> 18) + 1 != recordLumiSection)
39 edm::LogWarning(
"AuxiliaryMakers") <<
"Lumisection and orbit number mismatch, LS : " << lumiSection
40 <<
", LS from orbit: " << ((orbitnr >> 18) + 1) <<
", orbit:" << orbitnr;
48 (
int)
tcds->header.bxid,
49 ((uint32_t)(
tcds->bst.lhcFillHigh) << 16) |
tcds->bst.lhcFillLow,
50 (
int)(orbitnr & 0x7fffffffU));
Guid const & processGUID()
edm::EventAuxiliary makeEventAuxiliary(const tcds::Raw_v1 *, unsigned int runNumber, unsigned int lumiSection, bool isRealData, const edm::EventAuxiliary::ExperimentType &, const std::string &processGUID, bool verifyLumiSection, bool suppressWarning)
unsigned long long TimeValue_t
unsigned long long uint64_t
Log< level::Warning, false > LogWarning