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