CMS 3D CMS Logo

relval_parameters_module.py
Go to the documentation of this file.
1 
2 
19 
20 # Process Parameters
21 
22 # The name of the process
23 process_name='SIM'
24 # The type of the process. Please see the complete list of
25 # available processes.
26 evt_type='QCD'
27 # The energy in GeV. Some of the tipes require an
28 # energy in the form "Emin_Emax"
29 energy='380_470'
30 # Number of evts to generate
31 evtnumber=1
32 # Input and output file names
33 infile_name=''
34 outfile_name='QCD_380_470_SIM.root'
35 # The step: SIM DIGI RECO and ALL to do the 3 in one go.
36 step='SIM'
37 # Omit the output in a root file
38 output_flag=True
39 # Use the profiler service
40 profiler_service_cuts=''
41 
42 # Pyrelval parameters
43 # Enable verbosity
44 dbg_flag=True
45 # Dump the oldstyle cfg file.
46 dump_cfg_flag=False