Skip to content

Commit

Permalink
Update ClusterFinderConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
S81D authored Dec 5, 2024
1 parent 271dadf commit bf1064c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configfiles/ClusterFinder/ClusterFinderConfig
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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

0 comments on commit bf1064c

Please sign in to comment.