Skip to content

Commit b72c9d3

Browse files
committed
[lar] updated job options from k4reccalorimeter
1 parent 98710c9 commit b72c9d3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Examples/options/geant_fullsim_fccee_lar_pgun.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,9 @@
130130
############## Digitization (Merging hits into cells, EM scale calibration)
131131
# EM scale calibration (sampling fraction)
132132
from Configurables import CalibrateInLayersTool
133+
133134
calibEcalBarrel = CalibrateInLayersTool("CalibrateECalBarrel")
134-
calibEcalBarrel.samplingFraction = [0.303451138049] * 1 + [0.111872504159] * 1 + [0.135806495306] * 1 + [0.151772636618] * 1 + [0.163397436122] * 1 + [0.172566977313] * 1 + [0.179855253903] * 1 + [0.186838417657] * 1 + [0.192865946689] * 1 + [0.197420241611] * 1 + [0.202066552306] * 1 + [0.22646764465] * 1
135+
calibEcalBarrel.samplingFraction = [0.36571381189697705] * 1 + [0.09779064189677973] * 1 + [0.12564152224404024] * 1 + [0.14350599973146283] * 1 + [0.1557126972314961] * 1 + [0.16444759076233928] * 1 + [0.17097165096847836] * 1 + [0.17684775359805122] * 1 + [0.18181154293837265] * 1 + [0.18544247938196395] * 1 + [0.18922747431624687] * 1 + [0.21187001375505543] * 1
135136
calibEcalBarrel.readoutName = "ECalBarrelEta"
136137
calibEcalBarrel.layerFieldName = "layer"
137138

@@ -254,7 +255,7 @@
254255
out = PodioOutput("out")
255256
out.outputCommands = ["keep *", "drop ECalBarrelHits", "drop HCal*", "drop ECalBarrelCellsStep*", "drop ECalBarrelPositionedHits", "drop emptyCaloCells", "drop CaloClusterCells"]
256257
import uuid
257-
out.filename = "output_fullCalo_SimAndDigi_withCluster_" + uuid.uuid1().hex + ".root"
258+
out.filename = "output_fullCalo_SimAndDigi.root"
258259
ApplicationMgr().TopAlg += [out]
259260

260261
#CPU information
@@ -270,7 +271,7 @@
270271
createEcalBarrelCells.AuditExecute = True
271272
createHcalBarrelCells.AuditExecute = True
272273
out.AuditExecute = True
273-
ApplicationMgr().ExtSvc += [audsvc]
274+
#ApplicationMgr().ExtSvc += [audsvc]
274275

275276
from Configurables import EventCounter
276277
event_counter = EventCounter('event_counter')

0 commit comments

Comments
 (0)