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

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