TWiki
>
CMS Web
>
NewPhysics
>
CmsSusy
>
MCrecipe
(2015-04-09,
MartonBartok
)
(raw view)
E
dit
A
ttach
---++ 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:<br /><span style="color: blue; text-decoration: underline; background-color: transparent;">http://cmslxr.fnal.gov/lxr/source/HLTrigger/Configuration/python</span> --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, Geometria, részletek: 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_v20') ) ) ) process.es_prefer_Quality = cms.ESPrefer("PoolDBESSource","SiPixelQualityDBReader") #------------------------------------------------------- </pre> ---+++++ Példa Run2 MC RECO konfig fájl készítésére: Config fájl készítése cmsDriver-el: <pre>cmsDriver.py MinBias_13TeV_cfi.py -s DIGI,L1,DIGI2RAW,RAW2DIGI,RECO --mc --conditions auto:run2_mc --pileup=NoPileUp --beamspot NominalCollision2015 --magField 38T_PostLS1 --customise SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1 -n 10 --no_exec </pre> Az input dataset-et/fájlt (GEN-SIM) utólag lehet módosítani, vagy előre beírni a következő kapcsolóval: <pre>--filein file:input.root</pre> A pileup mixelést az alábbi recept szerint lehet módosítani: http://www.grid.kfki.hu/twiki/bin/view/CMS/CMSDriverGuide#II_5_Do_full_reco_on_GEN_SIM_MC -- Main.AndrasHazi - 2015-02-23
E
dit
|
A
ttach
|
Watch
|
P
rint version
|
H
istory
: r4
<
r3
<
r2
<
r1
|
B
acklinks
|
V
iew topic
|
Ra
w
edit
|
M
ore topic actions
Topic revision: r4 - 2015-04-09
-
MartonBartok
CMS
Hungarian Academy of Sciences (MTA)
Wigner RCP
Department of High Energy Physics
CMS (CERN)
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