---++ MC recipies <pre> cmsDriver.py MinBias_TuneZ2star_8TeV_pythia6_cff.py -s GEN,SIM,DIGI,L1,DIGI2RAW,RAW2DIGI,L1Reco,RECO --conditions=auto:startup --pileup=NoPileUp --eventcontent=FEVT --datatier GEN-SIM-RECO -n 5 --no_exec </pre> Magyarázat: -s * GEN : részecskék generálása + GenParticles + GenJets * SIM : Geant4 detektorszimuláció * DIGI : a detektor válasza * L1: L1 trigger szimuláció * DIGI2RAW : DIGI jelek RAW formátumba való konvertálása * RAW2DIGI: RAW formátumból DIGI-be konvertál * L1Reco: L1 rekonstrució * RECO: teljes esemény rekonstrukcióa * HLT : High Level Trigger * HLT-t lehet specifikálni: (pl HLT:GRun), többi lehetőség itt: http://cmslxr.fnal.gov/lxr/source/HLTrigger/Configuration/python --conditions=auto:startup https://twiki.cern.ch/twiki/bin/view/CMSPublic/SWGuideFrontierConditions --eventcontent= Részletek a file elején: http://cmslxr.fnal.gov/lxr/source/Configuration/EventContent/python/EventContent_cff.py -n SZÁM, ahol SZÁM az hogy hány eseményen fusson a szimuláció --no_exec, ne futtassa le, csak hozza létra a python file-t Más opciók: --fast Gyors szimuláció, részletek: https://twiki.cern.ch/twiki/bin/viewauth/CMS/FastSim https://twiki.cern.ch/twiki/bin/view/CMSPublic/SWGuideFastSimulationExamples --filein Bemeneti file megadása --geometry= http://cmslxr.fnal.gov/lxr/source/Configuration/StandardSequences/python/ DB csere: <pre> import CalibTracker.Configuration.Common.PoolDBESSource_cfi # --------------------- SiPixelQuality ----------------- process.SiPixelQualityDBReader = cms.ESSource("PoolDBESSource", BlobStreamerName = cms.untracked.string('TBufferBlobStreamingService'), DBParameters = cms.PSet( messageLevel = cms.untracked.int32(0), authenticationPath = cms.untracked.string('') ), connect = cms.string ('sqlite_file:/data/vami/PilotBlade/SiPixelQuality_PilotBlade.db'), toGet = cms.VPSet( cms.PSet( record = cms.string('SiPixelQualityFromDbRcd'), tag = cms.string('SiPixelQuality_PilotBlade') ) ) ) process.es_prefer_Quality = cms.ESPrefer("PoolDBESSource","SiPixelQualityDBReader") #------------------------------------------------------- </pre> -- Main.AndrasHazi - 2015-02-23
This topic: CMS
>
WebHome
>
NewPhysics
>
CmsSusy
>
MCrecipe
Topic revision: r2 - 2015-02-23 - TamasVami
Copyright &© by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback