RestFrames
v1.0.1
RestFrames HEP Event Analysis Software Library
|
Definition at line 40 of file InvisibleGroup.hh.
Public Member Functions | |
InvisibleGroup (const std::string &sname, const std::string &stitle) | |
Standard constructor. More... | |
InvisibleGroup () | |
Empty constructor. | |
virtual void | Clear () |
Clears InvisibleGroup from all connections to other objects. | |
virtual void | AddFrame (RestFrame &frame) |
Adds a frame (RestFrame) to this invisible group. More... | |
virtual void | AddJigsaw (Jigsaw &jigsaw) |
Adds a jigsaw (Jigsaw) to this invisible group. More... | |
virtual void | SetMass (double M) |
Sets mass of four-vector. More... | |
virtual void | SetLabFrameFourVector (const TLorentzVector &V) |
Sets lab frame's four-vector. More... | |
virtual void | SetLabFrameThreeVector (const TVector3 &V) |
Sets lab frame's three-vector. More... | |
virtual TLorentzVector | GetLabFrameFourVector () const |
Returns lab frame's four-vector. More... | |
Public Member Functions inherited from RestFrames::Group | |
Group (const std::string &sname, const std::string &stitle) | |
Standard constructor. More... | |
Group () | |
Empty constructor. | |
bool | IsInvisibleGroup () const |
Is this an InvisibleGroup? (true/false) | |
bool | IsCombinatoricGroup () const |
Is this a CombinatoricGroup? (true/false) | |
GroupType | GetType () const |
Returns group (GroupType) type. More... | |
virtual void | AddFrames (const RestFrameList &frames) |
Adds a list of RestFrames to this group. More... | |
virtual void | RemoveFrame (RestFrame &frame) |
Removes a frame (RestFrame) from this group. More... | |
void | RemoveFrames () |
Removes all frames (RestFrame) from this group. More... | |
void | RemoveJigsaw (Jigsaw &jigsaw) |
Removes a jigsaw (Jigsaw) from this group. More... | |
void | RemoveJigsaws () |
Removes all jigsaws (Jigsaw) from current group. More... | |
bool | ContainsFrame (const RestFrame &frame) const |
Is frame (RestFrame) contained in this group? (true/false) More... | |
int | GetNFrames () const |
Returns the number of frames (RestFrame) contained in this group. More... | |
const RestFrameList & | GetListFrames () const |
Returns a list of frames (RestFrame) contained in this group. More... | |
const JigsawList & | GetListJigsaws () const |
Returns a list of jigsaws (Jigsaw) contained in this group. More... | |
Public Member Functions inherited from RestFrames::RFBase | |
RFBase (const std::string &sname, const std::string &stitle, int key) | |
Standard constructor. More... | |
RFBase () | |
Empty constructor. | |
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. | |
Static Public Member Functions | |
static InvisibleGroup & | Empty () |
Returns empty InvisibleGroup. More... | |
Static Public Member Functions inherited from RestFrames::Group | |
static Group & | Empty () |
Returns empty Group. More... | |
Static Public Member Functions inherited from RestFrames::RFBase | |
static RFBase & | Empty () |
Returns empty RFBase. More... | |
Protected Member Functions | |
virtual bool | ClearEvent () |
virtual bool | AnalyzeEvent () |
virtual InvisibleState & | InitializeParentState () |
virtual InvisibleState & | GetParentState () const |
virtual InvisibleState & | GetChildState (int i) const |
Protected Member Functions inherited from RestFrames::Group | |
virtual bool | InitializeAnalysis () |
int | GetNChildStates () const |
State & | GetChildState (const RestFrame &frame) const |
StateList | GetChildStates (const RestFrameList &frames) const |
RestFrame const & | GetLabFrame () const |
Protected Member Functions inherited from RestFrames::RFBase | |
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 | |
Additional Inherited Members | |
Protected Attributes inherited from RestFrames::Group | |
GroupType | m_Type |
State * | m_GroupStatePtr |
Protected Attributes inherited from RestFrames::RFBase | |
RFLog | m_Log |
RFBase * | m_This |
Static Protected Attributes inherited from RestFrames::RFBase | |
static const TVector3 | m_Empty3Vector |
static const TLorentzVector | m_Empty4Vector |
RestFrames::InvisibleGroup::InvisibleGroup | ( | const std::string & | sname, |
const std::string & | stitle | ||
) |
Standard constructor.
sname | class instance name used for log statements |
stitle | class instance title used in figures |
Definition at line 41 of file InvisibleGroup.cc.
|
virtual |
Adds a frame (RestFrame) to this invisible group.
frame | RestFrame to be added |
Reimplemented from RestFrames::Group.
Definition at line 61 of file InvisibleGroup.cc.
|
virtual |
Adds a jigsaw (Jigsaw) to this invisible group.
jisaw | Jigsaw to be added |
Reimplemented from RestFrames::Group.
Definition at line 68 of file InvisibleGroup.cc.
|
static |
Returns empty InvisibleGroup.
Definition at line 53 of file InvisibleGroup.cc.
|
virtual |
Returns lab frame's four-vector.
Definition at line 115 of file InvisibleGroup.cc.
|
virtual |
Sets lab frame's four-vector.
V | Four-vector to be set |
Definition at line 107 of file InvisibleGroup.cc.
|
virtual |
Sets lab frame's three-vector.
V | Three-vector to be set |
Definition at line 111 of file InvisibleGroup.cc.
|
virtual |
Sets mass of four-vector.
M | Mass to be set |
Definition at line 103 of file InvisibleGroup.cc.