Skip to content

Commit

Permalink
Merge pull request #7411 from davidlange6/71xHFShowerLib3
Browse files Browse the repository at this point in the history
move to v3 of hf library for 71x
  • Loading branch information
davidlange6 committed Jan 28, 2015
2 parents f5c7af0 + c63c0e0 commit 122e5ac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -63,7 +63,7 @@ def customise_Validation(process):

def customise_Sim(process):
# enable 2015 HF shower library
process.g4SimHits.HFShowerLibrary.FileName = 'SimG4CMS/Calo/data/HFShowerLibrary_npmt_noatt_eta4_16en.root'
process.g4SimHits.HFShowerLibrary.FileName = 'SimG4CMS/Calo/data/HFShowerLibrary_npmt_noatt_eta4_16en_v3.root'
return process


Expand Down
Expand Up @@ -63,7 +63,7 @@ def customise_Validation(process):
return process

def customise_Sim(process):
process.g4SimHits.HFShowerLibrary.FileName = 'SimG4CMS/Calo/data/HFShowerLibrary_npmt_noatt_eta4_16en.root'
process.g4SimHits.HFShowerLibrary.FileName = 'SimG4CMS/Calo/data/HFShowerLibrary_npmt_noatt_eta4_16en_v3.root'
return process

def customise_Digi(process):
Expand Down
2 changes: 1 addition & 1 deletion SimG4Core/Application/python/g4SimHits_cfi.py
Expand Up @@ -297,7 +297,7 @@
ParametrizeLast = cms.untracked.bool(False)
),
HFShowerLibrary = cms.PSet(
FileName = cms.FileInPath('SimG4CMS/Calo/data/HFShowerLibrary_oldpmt_noatt_eta4_16en.root'),
FileName = cms.FileInPath('SimG4CMS/Calo/data/HFShowerLibrary_oldpmt_noatt_eta4_16en_v3.root'),
BackProbability = cms.double(0.2),
TreeEMID = cms.string('emParticles'),
TreeHadID = cms.string('hadParticles'),
Expand Down
2 changes: 1 addition & 1 deletion SimG4Core/Application/python/reproc2011_2012_cff.py
Expand Up @@ -9,7 +9,7 @@ def customiseG4(process):
process.g4SimHits.HCalSD.UseParametrize = cms.bool(False)
process.g4SimHits.HCalSD.UsePMTHits = cms.bool(False)
process.g4SimHits.HCalSD.UseFibreBundleHits = cms.bool(False)
process.g4SimHits.HFShowerLibrary.FileName = 'SimG4CMS/Calo/data/HFShowerLibrary_oldpmt_eta4_16en.root'
process.g4SimHits.HFShowerLibrary.FileName = 'SimG4CMS/Calo/data/HFShowerLibrary_oldpmt_eta4_16en_v3.root'
process.g4SimHits.HFShowerLibrary.BranchPost= ''
process.g4SimHits.HFShowerLibrary.BranchPre = ''
process.g4SimHits.HFShowerLibrary.BranchEvt = ''
Expand Down

0 comments on commit 122e5ac

Please sign in to comment.