Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

DSChipEvent Class Reference

#include <DaqSnarlEvent.h>

Inheritance diagram for DSChipEvent:

ChipEvent List of all members.

Public Member Functions

 DSChipEvent ()
void LocalReset ()
 ClassDef (DSChipEvent, 2)

Public Attributes

Int_t ADC
Bool_t IsPulsed
Bool_t IsShield

Constructor & Destructor Documentation

DSChipEvent::DSChipEvent  ) 
 

Definition at line 30 of file DaqSnarlEvent.cxx.

References RSMVer.

00030                          {
00031   RSMVer << "DSChipEvent::DSChipEvent()" << endl;
00032   this->Reset();
00033 }


Member Function Documentation

DSChipEvent::ClassDef DSChipEvent  ,
 

void DSChipEvent::LocalReset  )  [virtual]
 

Reimplemented from ChipEvent.

Definition at line 35 of file DaqSnarlEvent.cxx.

References ADC, IsPulsed, IsShield, and RSMVer.

00035                              {
00036   RSMVer << "DSChipEvent::LocalReset()" << endl;
00037   ADC=0;
00038   IsPulsed=false;
00039   IsShield=false;
00040 }


Member Data Documentation

Int_t DSChipEvent::ADC
 

Definition at line 18 of file DaqSnarlEvent.h.

Referenced by RateSummary::Ana(), ds_vmm_plot(), and LocalReset().

Bool_t DSChipEvent::IsPulsed
 

Definition at line 19 of file DaqSnarlEvent.h.

Referenced by LocalReset().

Bool_t DSChipEvent::IsShield
 

Definition at line 20 of file DaqSnarlEvent.h.

Referenced by RateSummary::Ana(), and LocalReset().


The documentation for this class was generated from the following files:
Generated on Mon Feb 15 11:09:09 2010 for loon by  doxygen 1.3.9.1