Definition at line 43 of file CombinatoricState.hh.
|
| CombinatoricState (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 void | Boost (const TVector3 &B) |
|
virtual TLorentzVector | GetFourVector () const |
|
virtual RFCharge | GetCharge () const |
|
void | ClearElements () |
|
void | AddElement (VisibleState &state) |
|
void | AddElements (const VisibleStateList &states) |
|
VisibleStateList const & | GetElements () const |
|
int | GetNElements () const |
|
bool | ContainsElement (const State &state) const |
|
bool | ContainsElement (const RFKey &key) const |
|
VisibleState const & | GetElement (const RFKey &key) 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 | SetFourVector (const TLorentzVector &V) |
|
| 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.
|
|
|
bool | SetBody (bool body) const |
|
bool | SetMind (bool mind) const |
|
bool | SetSpirit (bool spirit) const |
|
virtual bool | IsSoundBody () const |
|
virtual bool | IsSoundMind () const |
|
virtual bool | IsSoundSpirit () const |
|
void | UnSoundBody (const std::string &function) const |
|
void | UnSoundMind (const std::string &function) const |
|
void | UnSoundSpirit (const std::string &function) const |
|
void | AddDependent (RFBase *dep) |
| pointer to RFBase object owned by this one
|
|
static const TVector3 | m_Empty3Vector |
|
static const TLorentzVector | m_Empty4Vector |
|