CMS 3D CMS Logo

Functions
getRunRegistry Namespace Reference

Functions

def displayHelp ()
 

Function Documentation

def getRunRegistry.displayHelp ( )

Definition at line 9 of file getRunRegistry.py.

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