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

ANtpEventInfoNC Class Reference

#include <ANtpEventInfoNC.h>

Inheritance diagram for ANtpEventInfoNC:

ANtpEventInfo List of all members.

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

Constructor & Destructor Documentation

ANtpEventInfoNC::ANtpEventInfoNC  ) 
 

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 }

ANtpEventInfoNC::~ANtpEventInfoNC  )  [virtual]
 

Definition at line 38 of file ANtpEventInfoNC.cxx.

References MSG.

00039 {
00040   
00041   MSG("ANtpEventInfoNC", Msg::kDebug) << "ANtpEventInfoNC::Destructor" << endl;
00042   
00043 }


Member Function Documentation

void ANtpEventInfoNC::Reset  ) 
 

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 }


Member Data Documentation

Double_t ANtpEventInfoNC::earlyWeightedADC
 

Definition at line 31 of file ANtpEventInfoNC.h.

Referenced by Reset().

Double_t ANtpEventInfoNC::eventDuration
 

Definition at line 29 of file ANtpEventInfoNC.h.

Referenced by Reset().

Float_t ANtpEventInfoNC::maxPHIn12Planes
 

Definition at line 28 of file ANtpEventInfoNC.h.

Referenced by Reset().

Float_t ANtpEventInfoNC::maxPHIn3Planes
 

Definition at line 25 of file ANtpEventInfoNC.h.

Referenced by Reset().

Float_t ANtpEventInfoNC::maxPHIn6Planes
 

Definition at line 26 of file ANtpEventInfoNC.h.

Referenced by Reset().

Float_t ANtpEventInfoNC::maxPHIn9Planes
 

Definition at line 27 of file ANtpEventInfoNC.h.

Referenced by Reset().

Float_t ANtpEventInfoNC::maxPlanePH
 

Definition at line 24 of file ANtpEventInfoNC.h.

Referenced by Reset().

Double_t ANtpEventInfoNC::modifiedPH
 

Definition at line 30 of file ANtpEventInfoNC.h.

Referenced by Reset().

Float_t ANtpEventInfoNC::pulseHeightRms
 

Definition at line 23 of file ANtpEventInfoNC.h.

Referenced by Reset().


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