Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:03:39

0001 
0002 #############################################################
0003 #                                                           #
0004 #             + relval_parameters_module +                  #
0005 #                                                           #
0006 #  The supported types are:                                 #
0007 #                                                           #
0008 #   - QCD (energy in the form min_max)                      #
0009 #   - B_JETS, C_JETS, UDS_JETS (energy in the form min_max) #
0010 #   - TTBAR                                                 #
0011 #   - BSJPSIPHI                                             #
0012 #   - MU+,MU-,E+,E-,GAMMA,10MU+,10E-...                     #
0013 #   - TAU (energy in the form min_max for cuts)             #
0014 #   - HZZEEEE, HZZMUMUMUMU                                  #
0015 #   - ZEE (no energy is required)                           #
0016 #   - ZPJJ: zee prime in 2 jets                             #
0017 #                                                           #
0018 #############################################################
0019 
0020 # Process Parameters
0021 
0022 # The name of the process
0023 process_name='SIM'
0024 # The type of the process. Please see the complete list of 
0025 # available processes.
0026 evt_type='QCD'
0027 # The energy in GeV. Some of the tipes require an
0028 # energy in the form "Emin_Emax"
0029 energy='380_470'
0030 # Number of evts to generate
0031 evtnumber=1
0032 # Input and output file names
0033 infile_name=''
0034 outfile_name='QCD_380_470_SIM.root'
0035 # The step: SIM DIGI RECO and ALL to do the 3 in one go.
0036 step='SIM'
0037 # Omit the output in a root file
0038 output_flag=True
0039 # Use the profiler service
0040 profiler_service_cuts=''
0041 
0042 # Pyrelval parameters
0043 # Enable verbosity
0044 dbg_flag=True
0045 # Dump the oldstyle cfg file.
0046 dump_cfg_flag=False