Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
MC recipies | ||||||||
Line: 62 to 62 | ||||||||
#------------------------------------------------------- | ||||||||
Added: | ||||||||
> > | Példa Run2 MC RECO konfig fájl készítésére:Config fájl készítése cmsDriver-el: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_execAz input dataset-et/fájlt (GEN-SIM) utólag lehet módosítani, vagy előre beírni a következő kapcsolóval: --filein file:input.rootA 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 ![]() | |||||||
-- AndrasHazi - 2015-02-23 |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
MC recipies | ||||||||
Changed: | ||||||||
< < | cmsDriver.py MinBias_TuneZ2star_8TeV_pythia6_cff.py -s GEN,SIM,DIGI,L1,DIGI2RAW,RAW2DIGI,L1Reco,RECO --conditions=auto:startup | |||||||
> > | 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 | ||||||||
Deleted: | ||||||||
< < | Magyarázat: | |||||||
Changed: | ||||||||
< < | -s | |||||||
> > | Magyarázat: | |||||||
Added: | ||||||||
> > | -s | |||||||
| ||||||||
Line: 19 to 18 | ||||||||
| ||||||||
Changed: | ||||||||
< < |
![]() | |||||||
> > |
| |||||||
--conditions=auto:startup | ||||||||
Line: 34 to 32 | ||||||||
--no_exec, ne futtassa le, csak hozza létra a python file-t | ||||||||
Added: | ||||||||
> > | Más opciók: --fast Gyors szimuláció, részletek: | |||||||
Added: | ||||||||
> > | https://twiki.cern.ch/twiki/bin/viewauth/CMS/FastSim![]() ![]() | |||||||
Changed: | ||||||||
< < | Más opciók:
--fast
Gyors szimuláció, részletek:
https://twiki.cern.ch/twiki/bin/viewauth/CMS/FastSim![]() ![]() | |||||||
> > | --filein, Bemeneti file megadása | |||||||
Changed: | ||||||||
< < | --filein Bemeneti file megadása | |||||||
> > | --geometry, Geometria, részletek: | |||||||
Deleted: | ||||||||
< < | --geometry= | |||||||
http://cmslxr.fnal.gov/lxr/source/Configuration/StandardSequences/python/![]() | ||||||||
Changed: | ||||||||
< < |
DB csere:
import CalibTracker.Configuration.Common.PoolDBESSource_cfi | |||||||
> > | DB csere:import CalibTracker.Configuration.Common.PoolDBESSource_cfi | |||||||
# --------------------- SiPixelQuality ----------------- process.SiPixelQualityDBReader = cms.ESSource("PoolDBESSource", BlobStreamerName = cms.untracked.string('TBufferBlobStreamingService'), | ||||||||
Line: 63 to 54 | ||||||||
toGet = cms.VPSet( cms.PSet( record = cms.string('SiPixelQualityFromDbRcd'), | ||||||||
Changed: | ||||||||
< < | tag = cms.string('SiPixelQuality_PilotBlade') | |||||||
> > | tag = cms.string('SiPixelQuality_v20') | |||||||
) ) ) |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
MC recipies | ||||||||
Added: | ||||||||
> > | 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_execMagyarázat: -s
![]() ![]() ![]() ![]() ![]() ![]() 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") #------------------------------------------------------- | |||||||
Deleted: | ||||||||
< < | - 8 TeV MinBias : | |||||||
Deleted: | ||||||||
< < | cmsDriver.py MinBias _TuneZ2star_8TeV_pythia6_cff.py -s GEN,SIM --conditions auto:startup --datatier GEN-SIM --eventcontent FEVTDEBUG -n 10 --fileout minb_gensim_psimhittest.root | |||||||
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
MC recipies- 8 TeV MinBias : cmsDriver.py MinBias _TuneZ2star_8TeV_pythia6_cff.py -s GEN,SIM --conditions auto:startup --datatier GEN-SIM --eventcontent FEVTDEBUG -n 10 --fileout minb_gensim_psimhittest.root -- AndrasHazi - 2015-02-23 |