ATLAS Offline Software
Loading...
Searching...
No Matches
MuonCalibRunLumiBlockCoolSvc.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef MuonCalibRunLumiBlockCoolSvc_h
5#define MuonCalibRunLumiBlockCoolSvc_h
6
8
9
11public:
13
14 // retrieve lumiblock for timestamp. If run_number<0 get run number too.
15 StatusCode GetRunEventNumber(unsigned int timestamp, int &run_number, int &lb_nr);
16};
17
18#endif
StatusCode GetRunEventNumber(unsigned int timestamp, int &run_number, int &lb_nr)