19 EventVector(std::shared_ptr<MSGTool> MSG, std::shared_ptr<ConfigTool> c,
const TString &rname,
const TString &fname =
"") :
Result(MSG, c, rname, fname) {}
26 void BookVariable(
const TString &name, TLorentzVector *value);
27 void BookVariable(
const TString &name, std::vector<int> *value);
28 void BookVariable(
const TString &name, std::vector<long> *value);
29 void BookVariable(
const TString &name, std::vector<double> *value);
30 void BookVariable(
const TString &name, std::vector<bool> *value);
31 void BookVariable(
const TString &name, std::vector<TString> *value);
32 void BookVariable(
const TString &name, std::vector<TLorentzVector> *value);
50 void Combine(std::shared_ptr<Result> result)
override;