SmearTrack


class description - source file - inheritance tree

class SmearTrack : public TObject


    public:
SmearTrack SmearTrack(GetParameters* gp) SmearTrack SmearTrack(SmearTrack&) void ~SmearTrack() TClass* Class() LookUp2d* getBarrelTable(int i) LookUp2d* getEndcapTable(int i) GetParameters* getParameters() virtual TClass* IsA() Track* makeTrack(McPart* p, Int_t index) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b)

Data Members

private:
TRandom* m_random random numbers for smearing GetParameters* m_parameters parameters class LookUp2d* barrel_parNum[5] lookup tables for barrel LookUp2d* endcap_parNum[5] lookup tables for endcap public:
static int ptI static int phiI static int zI static int rI static int lambdaI

Class Description

 SmearTrack

 Smears tracks via lookup tables on resolution

Track* makeTrack(McPart* p, Int_t index)

SmearTrack(GetParameters* gp)



Inline Functions


        GetParameters* getParameters()
             LookUp2d* getBarrelTable(int i)
             LookUp2d* getEndcapTable(int i)
               TClass* Class()
               TClass* IsA()
                  void ShowMembers(TMemberInspector& insp, char* parent)
                  void Streamer(TBuffer& b)
            SmearTrack SmearTrack(SmearTrack&)
                  void ~SmearTrack()


ROOT page - Class index - 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.