HLT Menu Validation for week36

New HLT menu is released. https://hypernews.cern.ch/HyperNews/CMS/get/hlt/1665.html

Setting up

scramv1 p CMSSW CMSSW_3_8_1
cd CMSSW_3_8_1/src
cmsenv
cvs co -r V03-02-24 HLTrigger/HLTanalyzers
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
checkdeps -a -h
scram b -j 2
Complie error due to FastSimulation and HLTrigger/HLTanalyzers modules. So that modules should be removed.

rm -rf FastSimulation
rm -rf HLTrigger/HLTanalyzers
checkdeps -a -h
scram b -j 8

Download & modify offline_data.py
  • Download
    wget https://fwyzard.web.cern.ch/fwyzard/trigger/collisions/2010/week36/v15/offline_data.py
    wget https://fwyzard.web.cern.ch/fwyzard/trigger/collisions/2010/week36/v6/offline_data.py
    
  • Modification file
    • Global Tag : GR10_H_V8
    • Source file
      • MinimumBias : /store/data/Run2010A/MinimumBias/RAW/v1/000/144/089/*.root which is best run in last.
      • TPG Skimed : /castor/cern.ch/user/t/tdaniels/2010_TPG_SKIMS/ExpressPhysics/goldenSample_run139407_EXPRESS_*.root
    • maxEvents : 3000
    • EndPaths
      #process.EventDisplayOutput = cms.EndPath( process.hltPreEventDisplay + process.hltPreEventDisplaySmart + process.hltOutputEventDisplay )
      #process.AlCaOutput = cms.EndPath( process.hltOutputCalibration + process.hltOutputEcalCalibration + process.hltOutputALCAP0 + process.hltOutputALCAPHISYM + process.hltOutputRPCMON + process.hltOutputOnlineErrors )
      #process.DQMOutput = cms.EndPath( process.hltDQML1Scalers + process.hltDQML1SeedLogicScalers + process.hltDQMHLTScalers + process.hltPreDQM + process.hltPreDQMSmart + process.hltOutputDQM )
      
    • delete line ( process.setName_ ) and put instead
      process.hltTrigReport = cms.EDAnalyzer( "HLTrigReport",
          HLTriggerResults = cms.InputTag( 'TriggerResults','',process.name_())
      )
      process.HLTAnalyzerEndpath = cms.EndPath( process.hltTrigReport )
      process.setName_('HLTonline')
      
  • cmsRun offline_data.py
  • Result

Online Checking

Check streams and content of the streams

Topic attachments
ISorted ascending Attachment History Action Size Date Who Comment
Unknown file formatlog week36_v15_MinBias144089_offline_data.log r1 manage 1013.0 K 2010-09-10 - 17:01 SanghyeonSong  
Unknown file formatlog week36_v15_MinBias144089_online.log r1 manage 1174.3 K 2010-09-10 - 21:08 SanghyeonSong  
Unknown file formatlog week36_v15_TPG139407_offline_data.log r1 manage 1013.8 K 2010-09-10 - 17:01 SanghyeonSong  
Unknown file formatlog week36_v15_TPG139407_online.log r1 manage 1584.6 K 2010-09-10 - 21:12 SanghyeonSong  
Unknown file formatlog week36_v6_MinBias144089_offline_data.log r1 manage 1000.4 K 2010-09-10 - 17:01 SanghyeonSong  
Unknown file formatlog week36_v6_MinBias144089_online.log r1 manage 1174.3 K 2010-09-10 - 21:04 SanghyeonSong  
Unknown file formatlog week36_v6_TPG139407_offline_data.log r1 manage 1001.1 K 2010-09-10 - 17:00 SanghyeonSong  
Unknown file formatlog week36_v6_TPG139407_online.log r1 manage 1584.6 K 2010-09-10 - 21:05 SanghyeonSong  
Texttxt offline_data.py.txt r1 manage 631.6 K 2010-09-10 - 18:24 SanghyeonSong  

This topic: Sandbox > ShsongMenuValidationResult2010week36
Topic revision: r5 - 2010-09-10 - SanghyeonSong
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright &© 2008-2023 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
or Ideas, requests, problems regarding TWiki? use Discourse or Send feedback