From bf1064ccc0bb25a513fbc14f1bf776d4312af1fc Mon Sep 17 00:00:00 2001 From: Steven Doran <78985334+S81D@users.noreply.github.com> Date: Thu, 5 Dec 2024 14:33:59 -0600 Subject: [PATCH] Update ClusterFinderConfig --- configfiles/ClusterFinder/ClusterFinderConfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configfiles/ClusterFinder/ClusterFinderConfig b/configfiles/ClusterFinder/ClusterFinderConfig index a97f66f63..651235684 100644 --- a/configfiles/ClusterFinder/ClusterFinderConfig +++ b/configfiles/ClusterFinder/ClusterFinderConfig @@ -1,5 +1,6 @@ # ClusterFinder Config File +verbosity 0 HitStore Hits #Either MCHits or Hits (accessed in ANNIEEvent store) OutputFile Run1415S0_AllPMTs_ClusterFinder #Output root prefix name for the current run ClusterFindingWindow 50 # in ns, size of the window used to "clusterize" @@ -8,4 +9,4 @@ ClusterIntegrationWindow 50 # in ns, all hits with +/- 1/2 of this window are co MinHitsPerCluster 10 # group of hits are considered clusters above this amount of hits end_of_window_time_cut 0.95 # from o to 1, length of the window you want to loop over with respect to acq. window (1 for full window, 0.95 for 95% from the start) Plots2D 0 #2D charge-vs-time plot to be drawn? -MC_pulse_width 10 # width of MC "pulse" in which to integrate true photon hits - all true photon hits on a single PMT will be combined into a "pulse" of this width +MC_pulse_width 35 # width of MC "pulse" in which to integrate true photon hits - all true photon hits on a single PMT will be combined into a "pulse" of this width