Kalanand's March 2010 Log

   February 2010   
March 2010
SuMoTuWeThFrSa
 123456
78910111213
14151617181920
21222324252627
28293031   
   April 2010   

March 28th

CMS "fontier data conditions" twiki

https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideFrontierConditions

March 29th

cmsDriver options to save both RECO and HLT objects

To do GEN, SIM, L1, HLT, RECO, I would try this combo:
cvs co Configuration/GenProduction

cp yourconfig.py Configuration/GenProduction/python/.

cmsDriver.py Configuration/GenProduction/python/yourconfig.py -s GEN:ProductionFilterSequence,SIM,DIGI,L1,DIGI2RAW,RAW2DIGI,HLT --eventcontent FEVTDEBUGHLT --datatier GEN-SIM-RAW --conditions FrontierConditions_GlobalTag,MC_31X_V5::All --no_exec

cmsDriver.py Configuration/GenProduction/python/yourconfig.py -s RAW2DIGI,RECO --eventcontent FEVTDEBUGHLT --datatier GEN-SIM-RAW-RECO --conditions FrontierConditions_GlobalTag,MC_31X_V5::All --no_exec

#Note: yourconfig.py shoule be similar to QCD_Pt_80_120_cfi.py
#Edit newconfig.py to write root file to 3DayLifetime

cmsRun newconfig.py >&! newconfig.log &
May need to choose more modern conditions. Note: FEVTDEBUGHLT will save everything.

Go to February's log


Last modified: Mon Mar 29 11:48:06 CST 2010