library: libEG
#include "TDecayChannel.h"

TDecayChannel


class description - header file - 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()
default constructor
TDecayChannel(Int_t Number, Int_t MatrixElementType, Double_t BranchingRatio, Int_t NDaughters, Int_t* DaughterPdgCode)
constructor
~TDecayChannel()
TDecayChannel()
 ****** constructors and destructor
Int_t DaughterPdgCode(Int_t i)

Author: P.Murat 15/02/2001
Last update: root/eg:$Name: $:$Id: TDecayChannel.cxx,v 1.5 2006/05/15 07:27:03 brun 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.