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

MyShwInfo Class Reference

#include <MyShwInfo.h>

List of all members.

Public Member Functions

 MyShwInfo ()
void Reset ()
void Print ()

Public Attributes

int nPlane
float totalPH
float maxPH3Plane


Constructor & Destructor Documentation

MyShwInfo::MyShwInfo  ) 
 

Definition at line 5 of file MyShwInfo.cxx.

References Reset().

00005                     {
00006   Reset();
00007 }


Member Function Documentation

void MyShwInfo::Print  ) 
 

Definition at line 13 of file MyShwInfo.cxx.

References maxPH3Plane, nPlane, and totalPH.

00013                      {
00014   cout << " Number of planes: " << nPlane << " totalPH " << totalPH <<"  maxPH3Plane " << maxPH3Plane << endl;
00015 }

void MyShwInfo::Reset  ) 
 

Definition at line 8 of file MyShwInfo.cxx.

References maxPH3Plane, nPlane, and totalPH.

Referenced by NtpTools::FillMyShwInfo(), and MyShwInfo().

00008                      {
00009   nPlane = 0;
00010   totalPH = 0;
00011   maxPH3Plane = 0;
00012 }


Member Data Documentation

float MyShwInfo::maxPH3Plane
 

Definition at line 11 of file MyShwInfo.h.

Referenced by NtpTools::FillMyShwInfo(), Print(), and Reset().

int MyShwInfo::nPlane
 

Definition at line 9 of file MyShwInfo.h.

Referenced by Print(), and Reset().

float MyShwInfo::totalPH
 

Definition at line 10 of file MyShwInfo.h.

Referenced by NtpTools::FillMyShwInfo(), Print(), and Reset().


The documentation for this class was generated from the following files:
Generated on Mon Feb 15 11:09:38 2010 for loon by  doxygen 1.3.9.1