1#ifndef SND_SCIFIPLANE_H
2#define SND_SCIFIPLANE_H
9#include "Math/Point3D.h"
12 namespace analysis_tools {
43 const xy_pair<double>
GetTotQdc(
bool only_positive =
false)
const;
44 const xy_pair<double>
GetTotEnergy(
bool only_positive =
false)
const;
47 const ROOT::Math::XYZPoint
GetCluster(
int max_gap)
const;
51 void TimeFilter(
double min_timestamp,
double max_timestamp);
53 xy_pair<double>
GetPointQdc(
const ROOT::Math::XYZPoint &point,
double radius)
const;