CMS 3D CMS Logo

Functions | Variables
getRunRegistry Namespace Reference

Functions

def displayHelp ()
 

Variables

 bOptions
 
 data
 
 file
 
 iArgument
 
 runs
 
 server
 
 sOptions
 

Function Documentation

def getRunRegistry.displayHelp ( )

Definition at line 10 of file getRunRegistry.py.

References edm.print().

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)
S & print(S &os, JobReport::InputFile const &f)
Definition: JobReport.cc:66

Variable Documentation

getRunRegistry.bOptions

Definition at line 63 of file getRunRegistry.py.

getRunRegistry.data

Definition at line 86 of file getRunRegistry.py.

getRunRegistry.file

Definition at line 88 of file getRunRegistry.py.

getRunRegistry.iArgument

Definition at line 66 of file getRunRegistry.py.

getRunRegistry.runs

Definition at line 85 of file getRunRegistry.py.

getRunRegistry.server

Definition at line 83 of file getRunRegistry.py.

getRunRegistry.sOptions

Definition at line 54 of file getRunRegistry.py.