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

ANtpShowerInfoNC Class Reference

#include <ANtpShowerInfoNC.h>

Inheritance diagram for ANtpShowerInfoNC:

ANtpShowerInfo List of all members.

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

Constructor & Destructor Documentation

ANtpShowerInfoNC::ANtpShowerInfoNC  ) 
 

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 }

ANtpShowerInfoNC::~ANtpShowerInfoNC  )  [virtual]
 

Definition at line 34 of file ANtpShowerInfoNC.cxx.

References MSG.

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


Member Function Documentation

void ANtpShowerInfoNC::Reset  ) 
 

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 }


Member Data Documentation

Float_t ANtpShowerInfoNC::energyGeV
 

Definition at line 23 of file ANtpShowerInfoNC.h.

Referenced by Reset().

Float_t ANtpShowerInfoNC::planeUseFraction
 

Definition at line 25 of file ANtpShowerInfoNC.h.

Referenced by Reset().

Float_t ANtpShowerInfoNC::signalUseFraction
 

Definition at line 26 of file ANtpShowerInfoNC.h.

Referenced by Reset().

Float_t ANtpShowerInfoNC::twoEndStripFraction
 

Definition at line 27 of file ANtpShowerInfoNC.h.

Referenced by Reset().

Int_t ANtpShowerInfoNC::xTalkStrips
 

Definition at line 24 of file ANtpShowerInfoNC.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