#include <NtpCluster3DSummary.h>
Public Member Functions | |
| NtpCluster3DSummary () | |
| virtual | ~NtpCluster3DSummary () |
| virtual std::ostream & | Print (std::ostream &os) const |
| virtual void | Print (Option_t *option="") const |
Public Attributes | |
| UShort_t | ncluster |
|
|
Definition at line 23 of file NtpCluster3DSummary.h. References ncluster. 00023 : ncluster(0) {}
|
|
|
Definition at line 24 of file NtpCluster3DSummary.h. 00024 {}
|
|
|
Definition at line 29 of file NtpCluster3DSummary.cxx. References Print(). 00029 {
00030 //
00031 // Purpose: Print event summary data in form supported by TObject::Print.
00032 //
00033 // Arguments: option (not used)
00034 //
00035
00036 Print(std::cout);
00037 return;
00038
00039 }
|
|
|
Definition at line 19 of file NtpCluster3DSummary.cxx. Referenced by Print(). 00019 {
00020 //
00021 // Purpose: Print event summary data on ostream.
00022 //
00023
00024 os << "NtpCluster3DSummary::Print" << endl;
00025 return os;
00026
00027 }
|
|
|
Definition at line 35 of file NtpCluster3DSummary.h. Referenced by NtpCluster3DModule::FillNtpClusterSummary(), and NtpCluster3DSummary(). |
1.3.9.1