ATLAS Offline Software
Loading...
Searching...
No Matches
python.utils.AtlRunQueryUtils.RunPeriods Class Reference
Collaboration diagram for python.utils.AtlRunQueryUtils.RunPeriods:

Public Member Functions

 findPeriod (self, runno)

Detailed Description

Definition at line 36 of file AtlRunQueryUtils.py.

Member Function Documentation

◆ findPeriod()

python.utils.AtlRunQueryUtils.RunPeriods.findPeriod ( self,
runno )

Definition at line 37 of file AtlRunQueryUtils.py.

37 def findPeriod( self, runno ):
38 from CoolRunQuery.AtlRunQueryCOMA import ARQ_COMA
39 s = ",".join( ARQ_COMA.get_periods_for_run(runno) )
40 return s
41

The documentation for this class was generated from the following file: