#include <TPSinglesEvent.h>
Inheritance diagram for TPChipEvent:

Public Member Functions | |
| TPChipEvent () | |
| void | LocalReset () |
| ClassDef (TPChipEvent, 2) | |
Public Attributes | |
| Int_t | Rate |
| Bool_t | IsPulsed |
| Bool_t | IsShield |
|
|
Definition at line 27 of file TPSinglesEvent.cxx. References RSMVer.
|
|
||||||||||||
|
|
|
|
Reimplemented from ChipEvent. Definition at line 32 of file TPSinglesEvent.cxx. References IsPulsed, IsShield, Rate, and RSMVer. 00032 {
00033 RSMVer << "TPChipEvent::LocalReset()" << endl;
00034 Rate=0;
00035 IsPulsed=false;
00036 IsShield=false;
00037 }
|
|
|
Definition at line 19 of file TPSinglesEvent.h. Referenced by RateSummary::Ana(), LocalReset(), tp_crate_plot(), and tp_vmm_plot(). |
|
|
Definition at line 20 of file TPSinglesEvent.h. Referenced by RateSummary::Ana(), LocalReset(), and tp_crate_plot(). |
|
|
Definition at line 18 of file TPSinglesEvent.h. Referenced by RateSummary::Ana(), LocalReset(), tp_crate_plot(), and tp_vmm_plot(). |
1.3.9.1