CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_6/src/Configuration/PyReleaseValidation/examples/relval_parameters_module.py

Go to the documentation of this file.
00001 
00002 #############################################################
00003 #                                                           #
00004 #             + relval_parameters_module +                  #
00005 #                                                           #
00006 #  The supported types are:                                 #
00007 #                                                           #
00008 #   - QCD (energy in the form min_max)                      #
00009 #   - B_JETS, C_JETS, UDS_JETS (energy in the form min_max) #
00010 #   - TTBAR                                                 #
00011 #   - BSJPSIPHI                                             #
00012 #   - MU+,MU-,E+,E-,GAMMA,10MU+,10E-...                     #
00013 #   - TAU (energy in the form min_max for cuts)             #
00014 #   - HZZEEEE, HZZMUMUMUMU                                  #
00015 #   - ZEE (no energy is required)                           #
00016 #   - ZPJJ: zee prime in 2 jets                             #
00017 #                                                           #
00018 #############################################################
00019 
00020 # Process Parameters
00021 
00022 # The name of the process
00023 process_name='SIM'
00024 # The type of the process. Please see the complete list of 
00025 # available processes.
00026 evt_type='QCD'
00027 # The energy in GeV. Some of the tipes require an
00028 # energy in the form "Emin_Emax"
00029 energy='380_470'
00030 # Number of evts to generate
00031 evtnumber=1
00032 # Input and output file names
00033 infile_name=''
00034 outfile_name='QCD_380_470_SIM.root'
00035 # The step: SIM DIGI RECO and ALL to do the 3 in one go.
00036 step='SIM'
00037 # Omit the output in a root file
00038 output_flag=True
00039 # Use the profiler service
00040 profiler_service_cuts=''
00041 
00042 # Pyrelval parameters
00043 # Enable verbosity
00044 dbg_flag=True
00045 # Dump the oldstyle cfg file.
00046 dump_cfg_flag=False