|
| SetRapidityInvJigsaw (const std::string &sname, const std::string &stitle) |
|
virtual std::string | GetLabel () const |
|
virtual void | SetAxis (const TVector3 &axis) |
|
virtual bool | AnalyzeEvent () |
|
| InvisibleJigsaw (const std::string &sname, const std::string &stitle, int Ninvisible, int Nvisible) |
|
virtual void | Clear () |
| Clears Jigsaw of all connections to other objects.
|
|
void | SetGroup (Group &group=Group::Empty()) |
|
InvisibleGroup & | GetGroup () const |
|
void | AddVisibleFrame (const RestFrame &frame, int i=0) |
|
void | AddVisibleFrames (const ConstRestFrameList &frames, int i=0) |
|
void | AddInvisibleFrame (const RestFrame &frame, int i=0) |
|
void | AddInvisibleFrames (const ConstRestFrameList &frames, int i=0) |
|
void | AddMassFrame (const RestFrame &frame, int i=0) |
|
void | AddMassFrames (const ConstRestFrameList &frames, int i=0) |
|
virtual double | GetMinimumMass () const |
|
| Jigsaw (const std::string &sname, const std::string &stitle, int Nchild, int Ndependancy) |
|
JigsawType | GetType () const |
|
virtual std::string | PrintString (LogType type) const |
| String of information associated with Jigsaw.
|
|
bool | IsInvisibleJigsaw () const |
|
bool | IsCombinatoricJigsaw () const |
|
virtual ConstRestFrameList | GetParentFrames () const |
|
virtual ConstRestFrameList const & | GetChildFrames (int i) const |
|
virtual ConstRestFrameList const & | GetDependancyFrames (int i) const |
|
void | RemoveFrame (const RestFrame &frame) |
|
void | RemoveFrames (const ConstRestFrameList &frames) |
|
| RFBase (const std::string &sname, const std::string &stitle, int key) |
| Standard constructor. More...
|
|
bool | IsEmpty () const |
| Checks whether this is default (empty) instance of class.
|
|
bool | operator! () const |
| Tests whether key is the same as this.
|
|
void | Print (LogType type) const |
| Print information associated with object.
|
|
RFKey | GetKey () const |
| gets object identification key
|
|
std::string | GetName () const |
| Returns object name.
|
|
std::string | GetTitle () const |
| Returns object title.
|
|
bool | IsSame (const RFKey &key) const |
| Tests whether key is the same as this.
|
|
bool | IsSame (const RFBase &obj) const |
| Tests whether obj is the same as this.
|
|
bool | operator== (const RFKey &key) const |
| Tests whether key is the same as this.
|
|
bool | operator== (const RFBase &obj) const |
| Tests whether obj is the same as this.
|
|
bool | operator!= (const RFKey &key) const |
| Tests whether key is the same as this.
|
|
bool | operator!= (const RFBase &obj) const |
| Tests whether obj is the same as this.
|
|