library: libEG
#include "TDecayChannel.h"

TDecayChannel


class description - source file - inheritance tree (.pdf)

class TDecayChannel : public TObject

Inheritance Chart:
TObject
<-
TDecayChannel

    public:
TDecayChannel() TDecayChannel(Int_t Number, Int_t MatrixElementCode, Double_t BranchingRatio, Int_t NDaughters, Int_t* DaughterPdgCode) TDecayChannel(const TDecayChannel&) virtual ~TDecayChannel() Double_t BranchingRatio() static TClass* Class() Int_t DaughterPdgCode(Int_t i) virtual TClass* IsA() const Int_t MatrixElementCode() Int_t NDaughters() Int_t Number() TDecayChannel& operator=(const TDecayChannel&) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
Int_t fNumber channel number Int_t fMatrixElementCode matrix element for this decay mode Double_t fBranchingRatio branching ratio ( < 1) TArrayI fDaughters PDG codes of the daughters

Class Description


TDecayChannel()

TDecayChannel(Int_t Number, Int_t MatrixElementType, Double_t BranchingRatio, Int_t NDaughters, Int_t* DaughterPdgCode)

~TDecayChannel()



Inline Functions


                 Int_t Number()
                 Int_t MatrixElementCode()
                 Int_t NDaughters()
              Double_t BranchingRatio()
                 Int_t DaughterPdgCode(Int_t i)
               TClass* Class()
               TClass* IsA() const
                  void ShowMembers(TMemberInspector& insp, char* parent)
                  void Streamer(TBuffer& b)
                  void StreamerNVirtual(TBuffer& b)
         TDecayChannel TDecayChannel(const TDecayChannel&)
        TDecayChannel& operator=(const TDecayChannel&)


Author: P.Murat 15/02/2001
Last update: root/eg:$Name: $:$Id: TDecayChannel.cxx,v 1.3 2002/02/23 15:45:56 rdm Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.