You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
intgetRates(std::array<double, 3>& rates, o2::ccdb::BasicCCDBManager* ccdb, int runNumber, const std::string sourceName); // rates at start,stop and middle of the run
36
-
doublegetLumi(o2::ccdb::BasicCCDBManager* ccdb, int runNumber, const std::string sourceName, int puCorr = 0); // total lumi for a run
36
+
doublegetLumi(o2::ccdb::BasicCCDBManager* ccdb, int runNumber, const std::string sourceName, int puCorr = 0); // total lumi for a run
37
37
doublegetLumiNoPuCorr(const std::string& classname, int type = 1);
38
38
doublegetLumiWPuCorr(const std::string& classname, int type = 1);
39
-
voidsetOrbit(bool orb) { mOrbit = orb; } // use orbit instead of time
39
+
voidsetOrbit(bool orb) { mOrbit = orb; } // use orbit instead of time
40
40
voidsetOutsideLimits(bool qc) { mOutsideLimits = qc; } // return first/last rate of time outside of run
41
41
42
42
private:
43
43
doublefetchCTPratesInputs(uint64_t timeStamp, int input);
44
44
doublefetchCTPratesClasses(uint64_t timeStamp, const std::string& className, int inputType = 1);
45
45
doublefetchCTPratesInputsNoPuCorr(uint64_t timeStamp, int input);
46
46
doublefetchCTPratesClassesNoPuCorr(uint64_t timeStamp, const std::string& className, int inputType = 1);
47
-
doublegetLumi(const std::string& classname,int type = 1, int puCorr = 0);
47
+
doublegetLumi(const std::string& classname,int type = 1, int puCorr = 0);
0 commit comments