CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
relval_parameters_module.py
Go to the documentation of this file.
1 
2 #############################################################
3 # #
4 # + relval_parameters_module + #
5 # #
6 # The supported types are: #
7 # #
8 # - QCD (energy in the form min_max) #
9 # - B_JETS, C_JETS, UDS_JETS (energy in the form min_max) #
10 # - TTBAR #
11 # - BSJPSIPHI #
12 # - MU+,MU-,E+,E-,GAMMA,10MU+,10E-... #
13 # - TAU (energy in the form min_max for cuts) #
14 # - HZZEEEE, HZZMUMUMUMU #
15 # - ZEE (no energy is required) #
16 # - ZPJJ: zee prime in 2 jets #
17 # #
18 #############################################################
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