Definition at line 40 of file InvisibleState.hh.
|
| InvisibleState (const std::string &sname, const std::string &stitle) |
|
virtual void | Clear () |
| Clears RFBase of all connections to other objects.
|
|
virtual void | AddFrame (const RestFrame &frame) |
|
virtual void | SetParentJigsaw (Jigsaw &jigsaw) |
|
virtual void | SetChildJigsaw (Jigsaw &jigsaw) |
|
virtual double | GetMinimumMass () const |
|
| State (const std::string &sname, const std::string &stitle) |
|
StateType | GetType () const |
| Returns State (StateType) type.
|
|
bool | IsVisibleState () const |
| Is this a VisibleState? (true/false) More...
|
|
bool | IsInvisibleState () const |
| Is this an InvisibleState? (true/false) More...
|
|
bool | IsCombinatoricState () const |
| Is this a CombinatoricState? (true/false) More...
|
|
virtual void | AddFrames (const ConstRestFrameList &frames) |
|
ConstRestFrameList const & | GetListFrames () const |
|
int | GetNFrames () const |
|
virtual bool | IsFrame (const RestFrame &frame) const |
|
virtual bool | IsFrames (const ConstRestFrameList &frames) const |
|
virtual Jigsaw & | GetParentJigsaw () const |
|
virtual Jigsaw & | GetChildJigsaw () const |
|
virtual void | Boost (const TVector3 &B) |
|
virtual void | SetFourVector (const TLorentzVector &V) |
|
virtual TLorentzVector | GetFourVector () const |
|
virtual RFCharge | GetCharge () const |
|
| 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.
|
|
virtual std::string | PrintString (LogType type) const |
| String of 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.
|
|