
|
RestFrames
v1.0.0
RestFrames HEP Event Analysis Software Library
|
Definition at line 40 of file MaxProbBreitWignerInvJigsaw.hh.

Public Member Functions | |
| MaxProbBreitWignerInvJigsaw (const std::string &sname, const std::string &stitle, int N_vis_inv_pair) | |
| virtual std::string | GetLabel () const |
| virtual void | SetPoleMass (double mass, int i=0) |
| virtual void | SetWidth (double width, int i=0) |
| virtual double | GetMinimumMass () const |
| virtual bool | AnalyzeEvent () |
Public Member Functions inherited from RestFrames::InvisibleJigsaw | |
| 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) |
Public Member Functions inherited from RestFrames::Jigsaw | |
| 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) |
Public Member Functions inherited from RestFrames::RFBase | |
| 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. | |
Additional Inherited Members | |
Static Public Member Functions inherited from RestFrames::InvisibleJigsaw | |
| static InvisibleJigsaw & | Empty () |
Static Public Member Functions inherited from RestFrames::Jigsaw | |
| static Jigsaw & | Empty () |
Static Public Member Functions inherited from RestFrames::RFBase | |
| static RFBase & | Empty () |
Protected Member Functions inherited from RestFrames::InvisibleJigsaw | |
| virtual bool | IsSoundBody () const |
| InvisibleState & | GetNewChildState () |
| void | SetParentState (State &state=State::Empty()) |
| InvisibleState const & | GetParentState () const |
| InvisibleState & | GetChildState (int i) const |
| virtual bool | InitializeAnalysis () |
| bool | InitializeDependancyJigsaws () |
| bool | InitializeJigsawExecutionList (JigsawList &exec_jigsaws) |
| virtual void | FillInvisibleMassJigsawDependancies (JigsawList &jigsaws) const |
Protected Member Functions inherited from RestFrames::Jigsaw | |
| bool | CanResolve (const State &state) const |
| bool | CanResolve (const ConstRestFrameList &frames) const |
| bool | DependsOnJigsaw (const Jigsaw &jigsaw) const |
| virtual bool | InitializeTree () |
| void | AddChildFrame (const RestFrame &frame, int i=0) |
| void | AddDependancyFrame (const RestFrame &frame, int i=0) |
| virtual int | GetNChildren () const |
| virtual StateList const & | GetChildStates () const |
| int | GetNDependancyStates () const |
| virtual StateList const & | GetDependancyStates (int i) const |
| void | SetParentState () |
| virtual void | FillGroupJigsawDependancies (JigsawList &jigsaws) const |
| virtual void | FillStateJigsawDependancies (JigsawList &jigsaws) 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 | 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 | |
Protected Attributes inherited from RestFrames::InvisibleJigsaw | |
| bool | m_InvMassDependancy |
Protected Attributes inherited from RestFrames::Jigsaw | |
| JigsawType | m_Type |
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 |

1.8.9.1