#include "EFee.hh"

EFee


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

class EFee : public TObject

Inheritance Chart:
TObject
<-
EFee

    public:
EFee() EFee(const EFee&) virtual ~EFee() static TClass* Class() virtual void Copy(TObject&) const Float_t GetChCharge() Int_t GetChUId() Int_t GetFEId() Int_t GetGtu() Int_t GetNumHits() Int_t GetNumSignals() Bool_t HasTriggered() virtual TClass* IsA() const EFee& operator=(const EFee&) void SetChCharge(Float_t c) void SetChUId(Int_t id) void SetFEId(Int_t id) void SetGtu(Int_t gtu) void SetHasTriggered(Bool_t trgrd) void SetNumHits(Int_t n) void SetNumSignals(Int_t n) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
Int_t fGtu gtu identifier Int_t fFEId front end identifier Int_t fChUId channel unique identifier number Int_t fNumHits number of detected hits Int_t fNumSignals number of pure signal hits Bool_t fHasTriggered true if it was above digital counter threshold Float_t fChCharge channel charge

Class Description

  Front End Electronics
  =====================

  Digital Front End electronics infos
  For each GTU, the number of detected photons per each channel is written
  Data is available for both DFEE and full AFEE


EFee()
 ctor

EFee(const EFee& other) : TObject()
 copy ctor

~EFee()
 dtor

void Copy( TObject& other) const
 copy



Inline Functions


              Int_t GetGtu()
              Int_t GetFEId()
              Int_t GetChUId()
              Int_t GetNumSignals()
              Int_t GetNumHits()
             Bool_t HasTriggered()
            Float_t GetChCharge()
               void SetGtu(Int_t gtu)
               void SetFEId(Int_t id)
               void SetChUId(Int_t id)
               void SetNumSignals(Int_t n)
               void SetNumHits(Int_t n)
               void SetHasTriggered(Bool_t trgrd)
               void SetChCharge(Float_t c)
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
              EFee& operator=(const EFee&)


Author: M.Pallavicini May, 23 2004
Last update: Fri Apr 28 19:41:15 2006


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.