LCDEventDisplay


class description - source file - inheritance tree

class LCDEventDisplay

    private:
public:
LCDEventDisplay LCDEventDisplay(LCDGetParameters* gp) LCDEventDisplay LCDEventDisplay(LCDEventDisplay&) void ~LCDEventDisplay() static TClass* Class() void Draw(LCDEvent* event) virtual TClass* IsA() const void SetBlackWhite() void SetClusterParam() void SetNoCOIL() void SetNoHADCAL() void SetNoMUCAL() void SetPhi(Double_t phi) void SetTheta(Double_t theta) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

private:
LCDGetParameters* m_gp TObjArray* m_TrackList list of Tracks TObjArray* m_ClusterList list of Clusters TObjArray* m_CalHitList list of Cal hits TPolyMarker3D* m_TrackerHits Tracker hit points TPolyMarker3D* m_VXDHits VXD hit points TCanvas* m_canvas TPad* m_viewpad Int_t m_MUCAL Int_t m_HADCAL Int_t m_COIL Int_t m_BW Double_t m_Theta Double_t m_Phi LCDSmearTraj traj LCDDetectorVolume* pVolumes Array of detector volumes LCDDetectorVolume* pInnerVolume Innermost volume about IP Int_t nVolumes Number of detector volumes in array protected:
public:

Class Description

 LCDEventDisplay


LCDEventDisplay(LCDGetParameters* gp): m_MUCAL(1), m_HADCAL(1), m_COIL(1), m_BW(0), m_Theta(-90.), m_Phi(0.)

void Draw(LCDEvent* event)

void SetClusterParam()



Inline Functions


                   void SetNoMUCAL()
                   void SetNoHADCAL()
                   void SetNoCOIL()
                   void SetBlackWhite()
                   void SetTheta(Double_t theta)
                   void SetPhi(Double_t phi)
                TClass* Class()
                TClass* IsA() const
                   void ShowMembers(TMemberInspector& insp, char* parent)
                   void Streamer(TBuffer& b)
                   void StreamerNVirtual(TBuffer& b)
        LCDEventDisplay LCDEventDisplay(LCDEventDisplay&)
                   void ~LCDEventDisplay()


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.