#include "TGenSingle.h"

TGenSingle


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

class TGenSingle : public TNamed

Inheritance Chart:
TObject
<-
TNamed
<-
TGenSingle

    public:
TGenSingle(TGenVertex* vertex = 0, TGenPlab* Plab = 0, TF1* timedistr = 0) TGenSingle(const TGenSingle&) virtual ~TGenSingle() static TClass* Class() virtual TTree* GenXPRandom(long nentries = 5000, Bool_t isdumb = kFALSE) int GetParticleGEANTtype() const virtual TClass* IsA() const Bool_t IsSelected(const TVector3 pgen) const TGenSingle& operator=(const TGenSingle&) virtual void Print(Option_t* option = "") const void Scroll(long nentries) void SetParticleGEANTtype(int parttype = 8) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
int fpartGEANTtype GEANT particle type public:
TGenVertex* fvertex TGenPlab* fPlab TF1* ftimedistr time of track int fNmax Bool_t fcheckacceptance

Class Description

                                                                      
 TGenSingle                                                           
                                                                      
 Generates vertex and laboratory momentum for single particle         
                                                                      


TGenSingle( TGenVertex* vertex, TGenPlab* Plab, TF1 *timedistr ) : TNamed( "TGenSingle", "TGenSingle" )

Bool_t IsSelected( const TVector3 pgen ) const

TTree* GenXPRandom( long int nentries, Bool_t isdumb )

void Print(Option_t *option) const



Inline Functions


               void ~TGenSingle()
               void SetParticleGEANTtype(int parttype = 8)
                int GetParticleGEANTtype() const
               void Scroll(long nentries)
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
         TGenSingle TGenSingle(const TGenSingle&)
        TGenSingle& operator=(const TGenSingle&)


Author: Mikhail Zhabitsky
Last update: Fri Jun 8 21:13:35 2007


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.