Skip to content
Snippets Groups Projects

Jugscript

Merged Whitney Armstrong requested to merge jugscript into master
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -5,7 +5,7 @@ from Configurables import ApplicationMgr, EICDataSvc, PodioOutput, GeoSvc
@@ -5,7 +5,7 @@ from Configurables import ApplicationMgr, EICDataSvc, PodioOutput, GeoSvc
from GaudiKernel import SystemOfUnits as units
from GaudiKernel import SystemOfUnits as units
geo_service = GeoSvc("GeoSvc", detectors=["topside.xml"])
geo_service = GeoSvc("GeoSvc", detectors=["topside.xml"])
podioevent = EICDataSvc("EventDataSvc", inputs=["sim_output/sim_electron_0GeVto30GeV_100k_input.root"], OutputLevel=DEBUG)
podioevent = EICDataSvc("EventDataSvc", inputs=["../sim_output/sim_emcal_electrons.root"], OutputLevel=DEBUG)
from Configurables import PodioInput
from Configurables import PodioInput
from Configurables import Jug__Digi__CrystalEndcapsDigi as CrystalEndcapsDigi
from Configurables import Jug__Digi__CrystalEndcapsDigi as CrystalEndcapsDigi
@@ -21,7 +21,7 @@ emcalcluster = IslandCluster("emcal_cluster", inputHitCollection="RecoEcalHits",
@@ -21,7 +21,7 @@ emcalcluster = IslandCluster("emcal_cluster", inputHitCollection="RecoEcalHits",
minClusterCenterEdep=30*units.MeV, groupRange=2.0)
minClusterCenterEdep=30*units.MeV, groupRange=2.0)
clusterreco = RecoCoG("cluster_reco", clusterCollection="EcalClusters", logWeightBase=4.2, moduleDimZName="CrystalBox_z_length")
clusterreco = RecoCoG("cluster_reco", clusterCollection="EcalClusters", logWeightBase=4.2, moduleDimZName="CrystalBox_z_length")
out = PodioOutput("out", filename="sim_output/rec_electron_0GeVto30GeV_100k_output.root")
out = PodioOutput("out", filename="../sim_output/sim_emcal_electrons_output.root")
out.outputCommands = ["keep *"]
out.outputCommands = ["keep *"]
ApplicationMgr(
ApplicationMgr(
Loading