RestFrames
v1.0.1
RestFrames HEP Event Analysis Software Library
|
Go to the documentation of this file.
30 #ifndef MinMassesCombJigsaw_HH
31 #define MinMassesCombJigsaw_HH
35 namespace RestFrames {
56 virtual std::string
GetLabel()
const {
return "Minimize Masses"; }
76 virtual bool EvaluateMetric(
double& metric)
const;
77 virtual bool AnalyzeEvent();
abstract base class for all Frame objects
MinMassesCombJigsaw()
Empty constructor.
static MinMassesCombJigsaw & Empty()
Returns empty MinMassesCombJigsaw.
virtual void AddFrame(const RestFrame &frame, int i=0)
Adds frame to current jigsaw.
virtual void AddFrames(const ConstRestFrameList &frames, int i=0)
Adds a list of frames to current jigsaw.
virtual std::string GetLabel() const
Returns name of this Jigsaw.