Skip to content
Snippets Groups Projects
Commit 395bb932 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

enable debug logging

parent c11580e3
Branches
No related tags found
1 merge request!118Update reco options
...@@ -102,13 +102,15 @@ embarrelcluster = IslandCluster("ecal_barrel_cluster", ...@@ -102,13 +102,15 @@ embarrelcluster = IslandCluster("ecal_barrel_cluster",
outputHitCollection="EcalBarrelClusterHits", outputHitCollection="EcalBarrelClusterHits",
minClusterCenterEdep=0.5*units.MeV, minClusterCenterEdep=0.5*units.MeV,
splitCluster=False, splitCluster=False,
groupRanges=[2.0*units.cm, 2.0*units.cm, 2.0*units.cm]) groupRanges=[2.0*units.cm, 2.0*units.cm, 2.0*units.cm],
OutputLevel=DEBUG)
# Reconstruct the cluster with Center of Gravity method # Reconstruct the cluster with Center of Gravity method
embarrelclusterreco = RecoCoG("ecal_barrel_clusterreco", embarrelclusterreco = RecoCoG("ecal_barrel_clusterreco",
inputHitCollection="EcalBarrelClusterHits", inputHitCollection="EcalBarrelClusterHits",
outputClusterCollection="EcalBarrelClusters", outputClusterCollection="EcalBarrelClusters",
logWeightBase=6.2, logWeightBase=6.2,
samplingFraction=sf) samplingFraction=sf,
OutputLevel=DEBUG)
out = PodioOutput("out", filename=output_rec_file) out = PodioOutput("out", filename=output_rec_file)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment