Skip to content

Commit

Permalink
Merge pull request #165 from Martin-Grunewald/new
Browse files Browse the repository at this point in the history
New
  • Loading branch information
smuzaffar committed Jul 23, 2013
2 parents 163fae4 + 630edeb commit 42798ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions Configuration/AlCa/python/autoCond.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@


# dedicated GlobalTags for MC production with the frozen HLT menus
autoCond['startup_2011'] = ( autoCond['startup'], ) \
+ conditions_L1_Run2011
autoCond['startup_2011'] = ( "START53_LV2::All", )

autoCond['startup_5E33v4'] = ( autoCond['startup'], ) \
+ conditions_L1_Run2012A
Expand Down
5 changes: 0 additions & 5 deletions SimG4Core/Application/python/reproc2011_2012_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ def customiseG4(process):

process.g4SimHits.Physics.type = cms.string('SimG4Core/Physics/QGSP_FTFP_BERT_EML_New')

# extended geometric acceptance (full CASTOR acceptance)

process.g4SimHits.Generator.MinEtaCut = cms.double(-6.7)
process.g4SimHits.Generator.MaxEtaCut = cms.double(6.7)

# use HF shower library instead of GFlash parameterization

process.g4SimHits.HCalSD.UseShowerLibrary = cms.bool(True)
Expand Down

0 comments on commit 42798ac

Please sign in to comment.