Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:11:26

0001 # Generate and simulate a single electron gun sample, with a limited simulation geometry
0002 cmsDriver.py SingleElectronPt10_pythia8_cfi  --conditions auto:run2_mc -n 10 --eventcontent FEVTDEBUG --relval 9000,3000 -s\
0003  GEN,SIM --datatier GEN-SIM --beamspot NominalCollision2015 --customise SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1 --magField 38T_PostLS1 --geometry ECALHCAL --fileout gensim.root
0004 
0005 # Standard digitisation with the standard geometry
0006 # Use customisation functions to put empty SimHit collections for the detector parts that were not simulated
0007 cmsDriver.py step2  --customise SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1 --customise FastSimulation/Configuration/Customs.fakeSimHits_for_geometry_ECALHCAL --conditions auto:run2_mc -s DIGI:pdigi_valid,L1,DIGI2\
0008 RAW,HLT:@relval25ns,RAW2DIGI,L1Reco --datatier GEN-SIM-DIGI-RAW-HLTDEBUG -n 10 --magField 38T_PostLS1 --eventcontent FEVTDEBUGHLT --filein file:gensim.root --fileout digi.root
0009 
0010 # Reconstruct with the standard reconstruction sequence
0011 cmsDriver.py step3  --customise SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1 --conditions auto:run2_mc -s RAW2DIGI,L1Reco,RECO,EI,V\
0012 ALIDATION,DQM --datatier GEN-SIM-RECO,DQMIO -n 10 --magField 38T_PostLS1 --eventcontent FEVTDEBUGHLT,DQM --filein file:digi.root --fileout reco.root