Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /HLTriggerOffline/JetMET/doc/info.txt is written in an unsupported language. File is not indexed.

0001 To install, execute these commands:
0002 
0003    source /uscmst1/prod/sw/cms/cshrc prod
0004    mkdir RelVal
0005    cd RelVal
0006    scramv1 project CMSSW CMSSW_2_2_3
0007    cd CMSSW_2_2_3/src/
0008    cmsenv
0009    cvs co HLTriggerOffline/JetMET
0010    scramv1 b
0011    cd HLTriggerOffline/JetMET/run
0012 
0013 
0014 
0015 Run the histogram maker:
0016 
0017    cmsRun HLTJetMETValidation_cfg.py
0018 
0019 
0020 Output file will be in one of the  relval* subdirectories.
0021 
0022 Use plot_validation.C to plot turn-on curves of two releases or
0023 comparing fastsim / fullsim. The macro needs to be adjusted for the
0024 input file path names.
0025 
0026 
0027 Steps to do validation for a new release:
0028 
0029 1. create a new subdirectory in HLTriggerOffline/JetMET/run, for
0030    example, relval300pre7_startup
0031 
0032 2. in HLTriggerOffline/JetMET/python create a file that contains the
0033    input file list, for example, RelVal_300pre7_80_120_cff.py
0034 
0035 3. in HLTriggerOffline/JetMET/python/Validation/
0036    edit SingleJetValidation_cfi.py and set the name of the output
0037    rootfile (rootfile="relval300pre7_startup/qcd80-120_output.root")
0038 
0039 4. edit HLTriggerOffline/JetMET/run/HLTJetMETValidation_cfg.py
0040    and set the correct input file
0041 
0042 5. cmsRun HLTJetMETValidation_cfg.py
0043 
0044 6. use the above mentioned macro plot_validation.C with the output root file(s).
0045 
0046