#include <MyShwInfo.h>
Public Member Functions | |
| MyShwInfo () | |
| void | Reset () |
| void | Print () |
Public Attributes | |
| int | nPlane |
| float | totalPH |
| float | maxPH3Plane |
|
|
Definition at line 5 of file MyShwInfo.cxx. References Reset(). 00005 {
00006 Reset();
00007 }
|
|
|
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 }
|
|
|
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 }
|
|
|
Definition at line 11 of file MyShwInfo.h. Referenced by NtpTools::FillMyShwInfo(), Print(), and Reset(). |
|
|
Definition at line 9 of file MyShwInfo.h. |
|
|
Definition at line 10 of file MyShwInfo.h. Referenced by NtpTools::FillMyShwInfo(), Print(), and Reset(). |
1.3.9.1