Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

ANtpTrackInfoNC Class Reference

#include <ANtpTrackInfoNC.h>

Inheritance diagram for ANtpTrackInfoNC:

ANtpTrackInfo List of all members.

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

Constructor & Destructor Documentation

ANtpTrackInfoNC::ANtpTrackInfoNC  ) 
 

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 }

ANtpTrackInfoNC::~ANtpTrackInfoNC  )  [virtual]
 

Definition at line 35 of file ANtpTrackInfoNC.cxx.

References MSG.

00036 {
00037 
00038   MSG("ANtpTrackInfoNC", Msg::kDebug) << "ANtpTrackInfoNC::Destructor" << endl;
00039   
00040 }


Member Function Documentation

void ANtpTrackInfoNC::Reset  ) 
 

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 }


Member Data Documentation

Float_t ANtpTrackInfoNC::planeUseFraction
 

Definition at line 26 of file ANtpTrackInfoNC.h.

Referenced by Reset().

Float_t ANtpTrackInfoNC::signalUseFraction
 

Definition at line 27 of file ANtpTrackInfoNC.h.

Referenced by Reset().

Int_t ANtpTrackInfoNC::stripsInShower
 

Definition at line 23 of file ANtpTrackInfoNC.h.

Referenced by Reset().

Int_t ANtpTrackInfoNC::trackLikePlanes
 

Definition at line 29 of file ANtpTrackInfoNC.h.

Float_t ANtpTrackInfoNC::twoEndStripFraction
 

Definition at line 28 of file ANtpTrackInfoNC.h.

Referenced by Reset().

Float_t ANtpTrackInfoNC::uvAsymmetry
 

Definition at line 25 of file ANtpTrackInfoNC.h.

Referenced by Reset().

Int_t ANtpTrackInfoNC::xTalkStrips
 

Definition at line 24 of file ANtpTrackInfoNC.h.

Referenced by Reset().


The documentation for this class was generated from the following files:
Generated on Thu Nov 1 15:55:36 2007 for loon by  doxygen 1.3.9.1