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

Public Member Functions | |
| ANtpShowerInfoNC () | |
| virtual | ~ANtpShowerInfoNC () |
| void | Reset () |
Public Attributes | |
| Float_t | energyGeV |
| Int_t | xTalkStrips |
| Float_t | planeUseFraction |
| Float_t | signalUseFraction |
| Float_t | twoEndStripFraction |
|
|
Definition at line 21 of file ANtpShowerInfoNC.cxx. References MSG. 00021 : 00022 energyGeV(ANtpDefVal::kFloat), 00023 xTalkStrips(ANtpDefVal::kInt), 00024 planeUseFraction(ANtpDefVal::kFloat), 00025 signalUseFraction(ANtpDefVal::kFloat), 00026 twoEndStripFraction(ANtpDefVal::kFloat) 00027 { 00028 00029 MSG("ANtpShowerInfoNC", Msg::kDebug) << "ANtpShowerInfoNC::Constructor" << endl; 00030 00031 }
|
|
|
Definition at line 34 of file ANtpShowerInfoNC.cxx. References MSG. 00035 {
00036
00037 MSG("ANtpShowerInfoNC", Msg::kDebug) << "ANtpShowerInfoNC::Destructor" << endl;
00038
00039 }
|
|
|
Reimplemented from ANtpShowerInfo. Definition at line 42 of file ANtpShowerInfoNC.cxx. References energyGeV, planeUseFraction, ANtpShowerInfo::Reset(), signalUseFraction, twoEndStripFraction, and xTalkStrips. 00043 {
00044
00045 ANtpShowerInfo::Reset();
00046 pulseHeight = ANtpDefVal::kFloat;
00047 energyGeV = ANtpDefVal::kFloat;
00048 xTalkStrips = ANtpDefVal::kInt;
00049 planeUseFraction = ANtpDefVal::kFloat;
00050 signalUseFraction = ANtpDefVal::kFloat;
00051 twoEndStripFraction = ANtpDefVal::kFloat;
00052
00053 return;
00054 }
|
|
|
Definition at line 23 of file ANtpShowerInfoNC.h. Referenced by Reset(). |
|
|
Definition at line 25 of file ANtpShowerInfoNC.h. Referenced by Reset(). |
|
|
Definition at line 26 of file ANtpShowerInfoNC.h. Referenced by Reset(). |
|
|
Definition at line 27 of file ANtpShowerInfoNC.h. Referenced by Reset(). |
|
|
Definition at line 24 of file ANtpShowerInfoNC.h. Referenced by Reset(). |
1.3.9.1