#include <DaqSnarlEvent.h>
Inheritance diagram for DSChipEvent:

Public Member Functions | |
| DSChipEvent () | |
| void | LocalReset () |
| ClassDef (DSChipEvent, 2) | |
Public Attributes | |
| Int_t | ADC |
| Bool_t | IsPulsed |
| Bool_t | IsShield |
|
|
Definition at line 30 of file DaqSnarlEvent.cxx. References RSMVer.
|
|
||||||||||||
|
|
|
|
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 }
|
|
|
Definition at line 18 of file DaqSnarlEvent.h. Referenced by RateSummary::Ana(), ds_vmm_plot(), and LocalReset(). |
|
|
Definition at line 19 of file DaqSnarlEvent.h. Referenced by LocalReset(). |
|
|
Definition at line 20 of file DaqSnarlEvent.h. Referenced by RateSummary::Ana(), and LocalReset(). |
1.3.9.1