#include <ANtpEventInfoNC.h>
Inheritance diagram for ANtpEventInfoNC:

Public Member Functions | |
| ANtpEventInfoNC () | |
| virtual | ~ANtpEventInfoNC () |
| void | Reset () |
Public Attributes | |
| Float_t | pulseHeightRms |
| Float_t | maxPlanePH |
| Float_t | maxPHIn3Planes |
| Float_t | maxPHIn6Planes |
| Float_t | maxPHIn9Planes |
| Float_t | maxPHIn12Planes |
| Double_t | eventDuration |
| Double_t | modifiedPH |
| Double_t | earlyWeightedADC |
|
|
Definition at line 21 of file ANtpEventInfoNC.cxx. References MSG. 00021 : 00022 pulseHeightRms(ANtpDefVal::kFloat), 00023 maxPlanePH(ANtpDefVal::kFloat), 00024 maxPHIn3Planes(ANtpDefVal::kFloat), 00025 maxPHIn6Planes(ANtpDefVal::kFloat), 00026 maxPHIn9Planes(ANtpDefVal::kFloat), 00027 maxPHIn12Planes(ANtpDefVal::kFloat), 00028 eventDuration(ANtpDefVal::kFloat), 00029 modifiedPH(ANtpDefVal::kFloat), 00030 earlyWeightedADC(ANtpDefVal::kFloat) 00031 { 00032 00033 MSG("ANtpEventInfoNC", Msg::kDebug) << "ANtpEventInfoNC::Constructor" << endl; 00034 00035 }
|
|
|
Definition at line 38 of file ANtpEventInfoNC.cxx. References MSG. 00039 {
00040
00041 MSG("ANtpEventInfoNC", Msg::kDebug) << "ANtpEventInfoNC::Destructor" << endl;
00042
00043 }
|
|
|
Reimplemented from ANtpEventInfo. Definition at line 46 of file ANtpEventInfoNC.cxx. References earlyWeightedADC, eventDuration, maxPHIn12Planes, maxPHIn3Planes, maxPHIn6Planes, maxPHIn9Planes, maxPlanePH, modifiedPH, pulseHeightRms, and ANtpEventInfo::Reset(). 00047 {
00048 ANtpEventInfo::Reset();
00049 pulseHeightRms = ANtpDefVal::kFloat;
00050 maxPlanePH = ANtpDefVal::kFloat;
00051 maxPHIn3Planes = ANtpDefVal::kFloat;
00052 maxPHIn6Planes = ANtpDefVal::kFloat;
00053 maxPHIn9Planes = ANtpDefVal::kFloat;
00054 maxPHIn12Planes = ANtpDefVal::kFloat;
00055 eventDuration = ANtpDefVal::kFloat;
00056 modifiedPH = ANtpDefVal::kFloat;
00057 earlyWeightedADC = ANtpDefVal::kFloat;
00058
00059 return;
00060 }
|
|
|
Definition at line 31 of file ANtpEventInfoNC.h. Referenced by Reset(). |
|
|
Definition at line 29 of file ANtpEventInfoNC.h. Referenced by Reset(). |
|
|
Definition at line 28 of file ANtpEventInfoNC.h. Referenced by Reset(). |
|
|
Definition at line 25 of file ANtpEventInfoNC.h. Referenced by Reset(). |
|
|
Definition at line 26 of file ANtpEventInfoNC.h. Referenced by Reset(). |
|
|
Definition at line 27 of file ANtpEventInfoNC.h. Referenced by Reset(). |
|
|
Definition at line 24 of file ANtpEventInfoNC.h. Referenced by Reset(). |
|
|
Definition at line 30 of file ANtpEventInfoNC.h. Referenced by Reset(). |
|
|
Definition at line 23 of file ANtpEventInfoNC.h. Referenced by Reset(). |
1.3.9.1