16#ifndef _RMG_OUTPUT_TOOLS_HH_
17#define _RMG_OUTPUT_TOOLS_HH_
24#include "RMGDetectorHit.hh"
25#include "RMGDetectorMetadata.hh"
47 bool combine_low_energy_tracks;
48 bool reassign_gamma_energy;
49 double track_energy_threshold;
50 double surface_thickness;
51 double cluster_distance;
52 double cluster_distance_surface;
53 double cluster_time_threshold;
100 const RMGDetectorHitsCollection* hits,
102 bool has_distance_to_surface,
119 std::vector<RMGDetectorHit*> hits,
120 bool compute_distance_to_surface,
121 bool compute_velocity
152 const std::map<
int, std::vector<RMGDetectorHit*>>& hits_map,
154 bool has_distance_to_surface
165 std::map<
int, std::vector<RMGDetectorHit*>> hits_map,
167 bool has_distance_to_surface
Class to store hits in the Germanium or Scintillator detectors, extends G4VHit.
Definition RMGDetectorHit.hh:40