Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /RecoTBCalo/HcalPlotter/scripts/reco_setup.rc is written in an unsupported language. File is not indexed.

0001 # Set a limit on the number of events to process per run
0002 EVENTLIMIT=1000
0003 
0004 # Set the name of the map file to use
0005 #MAPFILE=CondFormats/HcalObjects/data/emap_tb2006_v7.txt
0006 MAPFILE=RecoTBCalo/HcalPlotter/data/emap_hcal_generic.txt
0007 
0008 # Set the name of a pedestals file to use (if desired)
0009 #PEDESTALFILE=a.txt
0010 
0011 # Set the name of a gains file to use (if desired)
0012 #GAINSFILE=
0013 
0014 # FED list to unpack
0015 FEDS=20
0016 
0017 # First FED
0018 #FIRSTFED=
0019 
0020 # Mode of operation [MTCC|TB06|TESTSTAND|USC]
0021 # MTCC      - not available currently
0022 #
0023 # TB06      - uses PoolSource
0024 #           - assumes FIRSTFED=700
0025 #           - unpacks trigger data
0026 #
0027 # TESTSTAND - uses HcalTBSource
0028 #           - assumes FIRSTFED=20 if not set.
0029 #           - unpacks trigger data
0030 #
0031 # USC       - uses HcalTBSource
0032 #           - ignores FIRSTFED and FED environment variables
0033 #           - tries to unpack all HCAL FEDs 700-731
0034 #           - unpacks trigger data
0035 #
0036 MODE=USC
0037 
0038 # To unpack calibration channels and plot them, 
0039 # give this variable a string with more than 1 character,
0040 # OTHERWISE LEAVE IT BLANK, or comment it out, as in:
0041 #DOCALIB=
0042 #
0043 DOCALIB=1234
0044 
0045 # "Printf"-style format string for the input filename -
0046 #                     allows input of run number only
0047 #      - include the full path to the file in the string.
0048 #
0049 #FORMAT="~/cms/data/tb06/dirTest/h2.%08d.combined.OutServ_0.0.root"
0050 #FORMAT="HTB_%06d.root"
0051 FORMAT="/tmp/HTB_%06d.root"
0052 
0053 # Declare Histogram Bound parameters
0054 PED_E_GEV_LO=-5
0055 PED_E_GEV_HI=5
0056 #
0057 PED_E_ADC_LO=0
0058 PED_E_ADC_HI=200
0059 #
0060 LED_E_GEV_LO=-5
0061 LED_E_GEV_HI=250
0062 #
0063 LASER_E_GEV_LO=-5
0064 LASER_E_GEV_HI=350
0065 #
0066 OTHER_E_GEV_LO=-5
0067 OTHER_E_GEV_HI=250
0068 #
0069 BEAM_E_GEV_LO=-5
0070 BEAM_E_GEV_HI=350
0071 #
0072 TIME_NS_LO=50
0073 TIME_NS_HI=250