RestFrames
v1.0.1
RestFrames HEP Event Analysis Software Library
|
Go to the documentation of this file.
30 #ifndef InvisibleState_HH
31 #define InvisibleState_HH
35 namespace RestFrames {
47 InvisibleState(
const std::string& sname,
const std::string& stitle);
virtual double GetMinimumMass() const
Returns minimum Lorentz invariant mass.
abstract base class for all Frame objects
InvisibleState()
Empty constructor.
virtual void SetParentJigsaw(Jigsaw &jigsaw)
Sets the parent jigsaw (Jigsaw) to jigsaw
virtual void SetChildJigsaw(Jigsaw &jigsaw)
Sets the child jigsaw (Jigsaw) to jigsaw
virtual void AddFrame(const RestFrame &frame)
Adds a frame (RestFrame) to this state.
virtual void Clear()
Clears InvisibleState to all connections from other objects.
abstract base class for all Jigsaw objects
Abstract base class for all State objects.