BrDCPlane


class description - source file - inheritance tree

class BrDCPlane : public TNamed


    public:
BrDCPlane BrDCPlane(Char_t* name, Char_t* title) BrDCPlane BrDCPlane(Char_t* name, Char_t* title, Int_t numwire, Float_t wirdis, Float_t wirang) BrDCPlane BrDCPlane(BrDCPlane&) BrDCPlane BrDCPlane() void ~BrDCPlane() TClass* Class() Int_t GetNwire() Float_t GetWirang() Float_t GetWirdis() virtual TClass* IsA() void ListParameters() void SetNwire(Int_t i) void SetWirang(Float_t x) void SetWirdis(Float_t x) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b)

Data Members

private:
Int_t fNwire Float_t fWirdis Float_t fWirang

Class Description

 TBrDCPlane is a PHOBOS data class providing storage and
 access function for event data information. The data
 is stored in TPhObject objects that are kept inside
 a THashList.
 This allows modification of the TBrDCPlane content by the
 user, with the TPhObject providing a standard interface
 for information retrieval, bookkeeping and I/O selection.



BrDCPlane()
 Constructor. Set counter and list data members to zero.
 Don't use this constructor unless you have to and know
 what you are doing
 Use TBrDCPlane(Int_t run, Int_t event) instead

BrDCPlane(Char_t *name, Char_t *title)

BrDCPlane(Char_t *name, Char_t *title, Int_t numwire,Float_t wirdis, Float_t wirang)

~BrDCPlane()

void ListParameters()



Inline Functions


              Int_t GetNwire()
            Float_t GetWirdis()
            Float_t GetWirang()
               void SetNwire(Int_t i)
               void SetWirdis(Float_t x)
               void SetWirang(Float_t x)
            TClass* Class()
            TClass* IsA()
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
          BrDCPlane BrDCPlane(BrDCPlane&)


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.