14#ifndef R3BROOT_R3BNEULANDNEUTRONRECONSTRUCTIONSTATISTICS_H
15#define R3BROOT_R3BNEULANDNEUTRONRECONSTRUCTIONSTATISTICS_H
28 TString secondary =
"NeulandPrimaryClusters",
29 TString predicted =
"NeulandSecondaryClusters",
30 std::ostream& out = std::cout);
33 auto Init() -> InitStatus
override;
37 void Exec(Option_t*)
override;
43 TString fPredictedName;
54 std::vector<int> fMult;
auto Init() -> InitStatus override
ClassDefOverride(R3BNeulandNeutronReconstructionStatistics, 0)
void Exec(Option_t *) override
R3BNeulandNeutronReconstructionStatistics(TString primary="NeulandNeutronClusters", TString secondary="NeulandPrimaryClusters", TString predicted="NeulandSecondaryClusters", std::ostream &out=std::cout)