Menu validation steps and results on top of CMSSW_3_8_1_patch4 :
JunghwanGOHSandboxMenuResults2010week36CMSSW381patch4
Actually the recipe is to set up software on top of CMSSW_3_8_1. The tag list is not same, thus results are slightly different.
Basic setup
cmsrel CMSSW_3_8_1
cd CMSSW_3_8_1/src
cmsenv
cvs co -r V00-05-13 CalibTracker/SiPixelESProducers
cvs co -r V01-02-00 Configuration/HLT
cvs co -r V01-18-66 Configuration/PyReleaseValidation
cvs co -r V01-18-26 Configuration/StandardSequences
cvs co -r V03-12-02 DQM/DTMonitorModule
cvs co -r V06-02-08 EventFilter/StorageManager
cvs co -r V01-19-01 FastSimulation/Configuration
cvs co -r V04-08-10 FastSimulation/HighLevelTrigger
cvs co -r V00-03-13 FastSimulation/Muons
cvs co -r V01-19-03 HLTrigger/Configuration
cvs co -r V01-16-01 HLTrigger/special
cvs co -r V00-05-01 RecoEgamma/EgammaHLTAlgos
cvs co -r V00-04-34 RecoEgamma/EgammaHLTProducers
cvs co -r V01-02-01 RecoHI/HiTracking
cvs co -r V02-01-10 RecoLocalMuon/DTRecHit
cvs co -r V01-02-27 RecoMuon/TrackerSeedGenerator
cvs co -r V02-04-03 RecoMuon/TrackingTools
cvs co -r V00-05-14 RecoPixelVertexing/PixelVertexFinding
cvs co -r V00-01-06 RecoVertex/GhostTrackFitter
addpkg DQM/HLTEvF
addpkg DQM/TrigXMonitor
rm -rf FastSimulation
checkdeps -a -h
scram build -r -j 2
Re-running HLT (offline_data.py step)
Here I'll test new HLT configuration with TPGSkim sample and
MinimumBias sample.
mkdir online_collisions_2010_week36_v6_TPGSkim_139407
cd online_collisions_2010_week36_v6_TPGSkim_139407cd online_collisions_2010_week36_v6_TPGSkim_139407
wget http://fwyzard.web.cern.ch/fwyzard/trigger/collisions/2010/week36/v6/offline_data.py
Do the same for
MinimumBias_144089.
Then edited .py files according to the instruction (comment out outPaths which are not needed, set the process name and add some modules)
And then, add the
PoolSource files.
- TPGSkim sample : run Number 139407 /castor/cern.ch/user/t/tdaniels/2010_TPG_SKIMS/ExpressPhysics/goldenSample_run139407_EXPRESS_[12].root
- MinimumBias sample (most recent, stable run) : run Number 144089, /castor/cern.ch/cms/store/data/Run2010A/MinimumBias/RAW/v1/000/144/089/*.root
maxEvents are set to be 3k.
Setup is finished, then execute cmsRun. The output log files are:
Rates of few selected paths:
- HLT_Jet50U
- Sascha : HLT-Report 10 3000 680 680 261 38.38235 0 HLT_Jet50U
- TPGSkim : HLT-Report 10 3000 680 680 261 38.38235 0 HLT_Jet50U
- MinimumBias : HLT-Report 10 3000 83 83 18 21.68675 0 HLT_Jet50U
- HLT_Mu9
- Sascha : HLT-Report 43 3000 498 498 69 13.85542 0 HLT_Mu9
- TPGSkim : HLT-Report 43 3000 498 498 69 13.85542 0 HLT_Mu9
- MinimumBias : HLT-Report 43 3000 15 15 5 33.33333 0 HLT_Mu9
--
JunghwanGOH - 10-Sep-2010