CMS 3D CMS Logo

Functions | Variables
getRunRegistry Namespace Reference

Functions

def displayHelp ()
 

Variables

 bOptions
 
 data
 
 file
 
 iArgument
 
 runs
 
 server
 
 sOptions
 

Function Documentation

◆ displayHelp()

def getRunRegistry.displayHelp ( )

Definition at line 10 of file getRunRegistry.py.

10 def displayHelp():
11  print("""
12  getRunRegistry.py
13 
14  CMSSW package DQM/TrackerCommon
15 
16  Usage:
17  $ getRunRegistry.py [ARGUMENTOPTION1] [ARGUMENT1] ... [OPTION2] ...
18 
19  Valid argument options are:
20  -s
21  API address of RunRegistry server
22  default: 'http://pccmsdqm04.cern.ch/runregistry/xmlrpc'
23  -T
24  table identifier
25  available: 'RUN', 'RUNLUMISECTION'
26  default: 'RUN'
27  -w
28  work space identifier
29  available: 'RPC', 'HLT', 'L1T', 'TRACKER', 'CSC', 'GLOBAL', 'ECAL'
30  default: 'GLOBAL'
31  -t
32  output format type
33  available:
34  - table 'RUN' : 'chart_runs_cum_evs_vs_bfield', 'chart_runs_cum_l1_124_vs_bfield', 'chart_stacked_component_status', 'csv_datasets', 'csv_run_numbers', 'csv_runs', 'tsv_datasets', 'tsv_runs', 'xml_all', 'xml_datasets'
35  - table 'RUNLUMISECTION': 'json', 'xml'
36  default: 'xml_all' (for table 'RUN')
37  -f
38  output file
39  default: 'runRegistry.xml'
40  -l
41  lower bound of run numbers to consider
42  default: '0'
43  -u
44  upper bound of run numbers to consider
45  default: '1073741824'
46 
47  Valid options are:
48  -h
49  display this help and exit
50  """)
51 
52 
53 # Option handling (very simple, no validity checks)

References print().

Variable Documentation

◆ bOptions

getRunRegistry.bOptions

Definition at line 63 of file getRunRegistry.py.

◆ data

getRunRegistry.data

Definition at line 86 of file getRunRegistry.py.

◆ file

getRunRegistry.file

Definition at line 88 of file getRunRegistry.py.

◆ iArgument

getRunRegistry.iArgument

Definition at line 66 of file getRunRegistry.py.

◆ runs

getRunRegistry.runs

Definition at line 85 of file getRunRegistry.py.

◆ server

getRunRegistry.server

Definition at line 83 of file getRunRegistry.py.

◆ sOptions

getRunRegistry.sOptions

Definition at line 54 of file getRunRegistry.py.

getRunRegistry.displayHelp
def displayHelp()
Definition: getRunRegistry.py:10
print
void print(TMatrixD &m, const char *label=nullptr, bool mathematicaFormat=false)
Definition: Utilities.cc:46