Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move to v3 of hf library for 71x #7411

Merged
merged 1 commit into from Jan 28, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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