Skip to content
Snippets Groups Projects

Add cluster truth info for all clustering

Closed Sylvester Joosten requested to merge cluster_truth into master
2 files
+ 5
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -72,7 +72,9 @@ ce_ecal_cl = IslandCluster("ce_ecal_cl",
minClusterHitEdep=1.0*MeV, # discard low energy hits
minClusterCenterEdep=30*MeV,
sectorDist=5.0*cm,
dimScaledLocalDistXY=[1.8, 1.8]) # hybrid calorimeter with different dimensions, using a scaled dist
dimScaledLocalDistXY=[1.8, 1.8],
OutputLevel=VERBOSE
) # hybrid calorimeter with different dimensions, using a scaled dist
ce_ecal_clreco = RecoCoG("ce_ecal_clreco",
inputHitCollection=ce_ecal_cl.inputHitCollection,
@@ -95,5 +97,5 @@ ApplicationMgr(
EvtSel = 'NONE',
EvtMax = n_events,
ExtSvc = [podioevent],
OutputLevel=DEBUG
OutputLevel=INFO
)
Loading