Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /RecoJets/JetProducers/validation/README is written in an unsupported language. File is not indexed.

0001 --------------------
0002  BUILD INSTRUCTIONS
0003 --------------------
0004 
0005 cmsrel CMSSW_X_Y_Z
0006 cd CMSSW_X_Y_Z/src
0007 cmsenv
0008 cvs co -d SchieferD/FastjetProducer UserCode/SchieferD/FastjetProducer
0009 cvs co Validation/RecoJets
0010 scram b -j4
0011 
0012 
0013 ------------------------------------------
0014  RECONSTRUCT JETS WITH FASTJETJETPRODUCER
0015 ------------------------------------------
0016 
0017 cd SchieferD/FastjetProducer
0018 # edit test/runJetReco_cfg.py
0019 # set list of RECO files
0020 cmsRun test/runJetReco_cfg.py
0021 
0022 
0023 --------------------
0024  RUN THE VALIDATION
0025 --------------------
0026 
0027 cd validation
0028 ln -s ../JetReco.root .
0029 cmsRun jetProducers_validation_cfg.py       # -> ref.root
0030 cmsRun fastjetJetProdcuer_validation_cfg.py # -> val.root
0031 ./validation.sh
0032 # provide on the input line: ref.root val.root FastjetJetProducer
0033 firefox FastjetJetProducer/index.html &