DDisc


class description - source file - inheritance tree

class DDisc : public DModule


    public:
DDisc DDisc() DDisc DDisc(Char_t* mdesc, UInt_t addr) DDisc DDisc(DDisc&) virtual void ~DDisc() TClass* Class() void DisableManSwitch() void EnableManSwitch() Int_t GetThreshold(UInt_t chan) virtual TClass* IsA() const Int_t IsManSwitchEnabled() virtual void ReadVME() virtual void ResetModule() virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void WriteThreshold(Int_t, Int_t)

Data Members

private:
UInt_t fSwitch manual switch enabled UChar_t fThreshold[4] discrimination thresholds

Class Description

 DDisc handles the 4-channel VME disriminator DISC 8151 (CES).


DDisc(Char_t *mdesc, UInt_t addr) : DModule("discriminator","CES DISC 8151",mdesc,addr)

~DDisc()

void WriteThreshold(Int_t chan, Int_t thre)

void ReadVME()

void ResetModule()



Inline Functions


              DDisc DDisc(Char_t* mdesc, UInt_t addr)
               void EnableManSwitch()
               void DisableManSwitch()
              Int_t IsManSwitchEnabled()
              Int_t GetThreshold(UInt_t chan)
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
              DDisc DDisc(DDisc&)


Author: Dariusz Miskowiec
Last update: 1999


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.