Skip to content

Commit

Permalink
Merge pull request #5653 from mrmonge/CMSSW_6_2_X_SLHC
Browse files Browse the repository at this point in the history
Cmssw 6 2 x slhc
  • Loading branch information
cmsbuild committed Oct 6, 2014
2 parents 7ab2a66 + 89ac000 commit 3e9c715
Show file tree
Hide file tree
Showing 11 changed files with 744 additions and 0 deletions.
67 changes: 67 additions & 0 deletions Validation/Geometry/test/runP_BeamPipePhase1_cfg.py
@@ -0,0 +1,67 @@
import FWCore.ParameterSet.Config as cms

process = cms.Process("PROD")

process.load("SimGeneral.HepPDTESSource.pythiapdt_cfi")

#Geometry
#
process.load("Configuration.Geometry.GeometryExtended2017_cff")

#Magnetic Field
#
process.load("Configuration.StandardSequences.MagneticField_38T_PostLS1_cff")

# Output of events, etc...
#
# Explicit note : since some histos/tree might be dumped directly,
# better NOT use PoolOutputModule !
# Detector simulation (Geant4-based)
#
process.load("SimG4Core.Application.g4SimHits_cfi")

process.load("IOMC.RandomEngine.IOMC_cff")
process.RandomNumberGeneratorService.g4SimHits.initialSeed = 9876

process.MessageLogger = cms.Service("MessageLogger",
cout = cms.untracked.PSet(
default = cms.untracked.PSet(
limit = cms.untracked.int32(0)
),
FwkJob = cms.untracked.PSet( ## but FwkJob category - those unlimitted
limit = cms.untracked.int32(-1)
)
),
categories = cms.untracked.vstring('FwkJob'),
destinations = cms.untracked.vstring('cout')
)

process.source = cms.Source("PoolSource",
fileNames = cms.untracked.vstring('file:single_neutrino_random.root')
)

process.maxEvents = cms.untracked.PSet(
input = cms.untracked.int32(-1)
)

process.p1 = cms.Path(process.g4SimHits)
process.g4SimHits.UseMagneticField = False
process.g4SimHits.Physics.type = 'SimG4Core/Physics/DummyPhysics'
process.g4SimHits.Physics.DummyEMPhysics = True
process.g4SimHits.Physics.CutsPerRegion = False
process.g4SimHits.Watchers = cms.VPSet(cms.PSet(
type = cms.string('MaterialBudgetAction'),
MaterialBudgetAction = cms.PSet(
HistosFile = cms.string('matbdg_BeamPipe.root'),
AllStepsToTree = cms.bool(True),
HistogramList = cms.string('Tracker'),
SelectedVolumes = cms.vstring('BEAM'),
TreeFile = cms.string('None'), ## is NOT requested

StopAfterProcess = cms.string('None'),
# string TextFile = "matbdg_BeamPipe.txt"
TextFile = cms.string('None')
)
))


69 changes: 69 additions & 0 deletions Validation/Geometry/test/runP_InnerServicesPhase1_cfg.py
@@ -0,0 +1,69 @@
import FWCore.ParameterSet.Config as cms

process = cms.Process("PROD")

process.load("SimGeneral.HepPDTESSource.pythiapdt_cfi")

#Geometry
#
process.load("Configuration.Geometry.GeometryExtended2017_cff")


#Magnetic Field
#
process.load("Configuration.StandardSequences.MagneticField_38T_PostLS1_cff")

# Output of events, etc...
#
# Explicit note : since some histos/tree might be dumped directly,
# better NOT use PoolOutputModule !
# Detector simulation (Geant4-based)
#
process.load("SimG4Core.Application.g4SimHits_cfi")

process.load("IOMC.RandomEngine.IOMC_cff")
process.RandomNumberGeneratorService.g4SimHits.initialSeed = 9876

process.MessageLogger = cms.Service("MessageLogger",
cout = cms.untracked.PSet(
default = cms.untracked.PSet(
limit = cms.untracked.int32(0)
),
FwkJob = cms.untracked.PSet( ## but FwkJob category - those unlimitted
limit = cms.untracked.int32(-1)
)
),
categories = cms.untracked.vstring('FwkJob'),
destinations = cms.untracked.vstring('cout')
)

process.source = cms.Source("PoolSource",
fileNames = cms.untracked.vstring('file:single_neutrino_random.root')
)

process.maxEvents = cms.untracked.PSet(
input = cms.untracked.int32(-1)
)

process.p1 = cms.Path(process.g4SimHits)
process.g4SimHits.UseMagneticField = False
process.g4SimHits.Physics.type = 'SimG4Core/Physics/DummyPhysics'
process.g4SimHits.Physics.DummyEMPhysics = True
process.g4SimHits.Physics.CutsPerRegion = False
process.g4SimHits.Watchers = cms.VPSet(cms.PSet(
type = cms.string('MaterialBudgetAction'),
MaterialBudgetAction = cms.PSet(
HistosFile = cms.string('matbdg_InnerServices.root'),
AllStepsToTree = cms.bool(True),
HistogramList = cms.string('Tracker'),
SelectedVolumes = cms.vstring('TIBTIDServicesF',
'TIBTIDServicesB'),
TreeFile = cms.string('None'), ## is NOT requested

StopAfterProcess = cms.string('None'),
# string TextFile = "matbdg_InnerServices.txt"
TextFile = cms.string('None')
)
))


68 changes: 68 additions & 0 deletions Validation/Geometry/test/runP_PixBarPhase1_cfg.py
@@ -0,0 +1,68 @@
import FWCore.ParameterSet.Config as cms

process = cms.Process("PROD")

process.load("SimGeneral.HepPDTESSource.pythiapdt_cfi")

#Geometry
#
process.load("Configuration.Geometry.GeometryExtended2017_cff")


#Magnetic Field
#
process.load("Configuration.StandardSequences.MagneticField_38T_PostLS1_cff")

# Output of events, etc...
#
# Explicit note : since some histos/tree might be dumped directly,
# better NOT use PoolOutputModule !
# Detector simulation (Geant4-based)
#
process.load("SimG4Core.Application.g4SimHits_cfi")

process.load("IOMC.RandomEngine.IOMC_cff")
process.RandomNumberGeneratorService.g4SimHits.initialSeed = 9876

process.MessageLogger = cms.Service("MessageLogger",
cout = cms.untracked.PSet(
default = cms.untracked.PSet(
limit = cms.untracked.int32(0)
),
FwkJob = cms.untracked.PSet( ## but FwkJob category - those unlimitted
limit = cms.untracked.int32(-1)
)
),
categories = cms.untracked.vstring('FwkJob'),
destinations = cms.untracked.vstring('cout')
)

process.source = cms.Source("PoolSource",
fileNames = cms.untracked.vstring('file:single_neutrino_random.root')
)

process.maxEvents = cms.untracked.PSet(
input = cms.untracked.int32(-1)
)

process.p1 = cms.Path(process.g4SimHits)
process.g4SimHits.UseMagneticField = False
process.g4SimHits.Physics.type = 'SimG4Core/Physics/DummyPhysics'
process.g4SimHits.Physics.DummyEMPhysics = True
process.g4SimHits.Physics.CutsPerRegion = False
process.g4SimHits.Watchers = cms.VPSet(cms.PSet(
type = cms.string('MaterialBudgetAction'),
MaterialBudgetAction = cms.PSet(
HistosFile = cms.string('matbdg_PixBar.root'),
AllStepsToTree = cms.bool(True),
HistogramList = cms.string('Tracker'),
SelectedVolumes = cms.vstring('PixelBarrel'),
TreeFile = cms.string('None'), ## is NOT requested

StopAfterProcess = cms.string('None'),
# string TextFile = "matbdg_PixBar.txt"
TextFile = cms.string('None')
)
))


68 changes: 68 additions & 0 deletions Validation/Geometry/test/runP_PixFwdMinusPhase1_cfg.py
@@ -0,0 +1,68 @@
import FWCore.ParameterSet.Config as cms

process = cms.Process("PROD")

process.load("SimGeneral.HepPDTESSource.pythiapdt_cfi")

#Geometry
#
process.load("Configuration.Geometry.GeometryExtended2017_cff")


#Magnetic Field
#
process.load("Configuration.StandardSequences.MagneticField_38T_PostLS1_cff")

# Output of events, etc...
#
# Explicit note : since some histos/tree might be dumped directly,
# better NOT use PoolOutputModule !
# Detector simulation (Geant4-based)
#
process.load("SimG4Core.Application.g4SimHits_cfi")

process.load("IOMC.RandomEngine.IOMC_cff")
process.RandomNumberGeneratorService.g4SimHits.initialSeed = 9876

process.MessageLogger = cms.Service("MessageLogger",
cout = cms.untracked.PSet(
default = cms.untracked.PSet(
limit = cms.untracked.int32(0)
),
FwkJob = cms.untracked.PSet( ## but FwkJob category - those unlimitted
limit = cms.untracked.int32(-1)
)
),
categories = cms.untracked.vstring('FwkJob'),
destinations = cms.untracked.vstring('cout')
)

process.source = cms.Source("PoolSource",
fileNames = cms.untracked.vstring('file:single_neutrino_random.root')
)

process.maxEvents = cms.untracked.PSet(
input = cms.untracked.int32(-1)
)

process.p1 = cms.Path(process.g4SimHits)
process.g4SimHits.UseMagneticField = False
process.g4SimHits.Physics.type = 'SimG4Core/Physics/DummyPhysics'
process.g4SimHits.Physics.DummyEMPhysics = True
process.g4SimHits.Physics.CutsPerRegion = False
process.g4SimHits.Watchers = cms.VPSet(cms.PSet(
type = cms.string('MaterialBudgetAction'),
MaterialBudgetAction = cms.PSet(
HistosFile = cms.string('matbdg_PixFwdMinus.root'),
AllStepsToTree = cms.bool(True),
HistogramList = cms.string('Tracker'),
SelectedVolumes = cms.vstring('PixelForwardZMinus'),
TreeFile = cms.string('None'), ## is NOT requested

StopAfterProcess = cms.string('None'),
# string TextFile = "matbdg_PixFwdMinus.txt"
TextFile = cms.string('None')
)
))


68 changes: 68 additions & 0 deletions Validation/Geometry/test/runP_PixFwdPlusPhase1_cfg.py
@@ -0,0 +1,68 @@
import FWCore.ParameterSet.Config as cms

process = cms.Process("PROD")

process.load("SimGeneral.HepPDTESSource.pythiapdt_cfi")

#Geometry
#
process.load("Configuration.Geometry.GeometryExtended2017_cff")


#Magnetic Field
#
process.load("Configuration.StandardSequences.MagneticField_38T_PostLS1_cff")

# Output of events, etc...
#
# Explicit note : since some histos/tree might be dumped directly,
# better NOT use PoolOutputModule !
# Detector simulation (Geant4-based)
#
process.load("SimG4Core.Application.g4SimHits_cfi")

process.load("IOMC.RandomEngine.IOMC_cff")
process.RandomNumberGeneratorService.g4SimHits.initialSeed = 9876

process.MessageLogger = cms.Service("MessageLogger",
cout = cms.untracked.PSet(
default = cms.untracked.PSet(
limit = cms.untracked.int32(0)
),
FwkJob = cms.untracked.PSet( ## but FwkJob category - those unlimitted
limit = cms.untracked.int32(-1)
)
),
categories = cms.untracked.vstring('FwkJob'),
destinations = cms.untracked.vstring('cout')
)

process.source = cms.Source("PoolSource",
fileNames = cms.untracked.vstring('file:single_neutrino_random.root')
)

process.maxEvents = cms.untracked.PSet(
input = cms.untracked.int32(-1)
)

process.p1 = cms.Path(process.g4SimHits)
process.g4SimHits.UseMagneticField = False
process.g4SimHits.Physics.type = 'SimG4Core/Physics/DummyPhysics'
process.g4SimHits.Physics.DummyEMPhysics = True
process.g4SimHits.Physics.CutsPerRegion = False
process.g4SimHits.Watchers = cms.VPSet(cms.PSet(
type = cms.string('MaterialBudgetAction'),
MaterialBudgetAction = cms.PSet(
HistosFile = cms.string('matbdg_PixFwdPlus.root'),
AllStepsToTree = cms.bool(True),
HistogramList = cms.string('Tracker'),
SelectedVolumes = cms.vstring('PixelForwardZPlus'),
TreeFile = cms.string('None'), ## is NOT requested

StopAfterProcess = cms.string('None'),
# string TextFile = "matbdg_PixFwdPlus.txt"
TextFile = cms.string('None')
)
))


0 comments on commit 3e9c715

Please sign in to comment.