#include <NtpSRTrackPlane.h>
Inheritance diagram for NtpSRTrackPlane:

Public Member Functions | |
| NtpSRTrackPlane () | |
| virtual | ~NtpSRTrackPlane () |
| virtual std::ostream & | Print (std::ostream &os) const |
| virtual void | Print (Option_t *option="") const |
Public Attributes | |
| UShort_t | ntrklike |
|
|
Definition at line 21 of file NtpSRTrackPlane.h. References ntrklike. 00021 : ntrklike(0) {}
|
|
|
Definition at line 22 of file NtpSRTrackPlane.h. 00022 {}
|
|
|
Reimplemented from NtpSRPlane. Definition at line 28 of file NtpSRTrackPlane.cxx. References Print(). 00028 {
00029 //
00030 // Purpose: Print plane group data in form supported by TObject::Print.
00031 //
00032 // Arguments: option (not used)
00033 //
00034
00035 Print(std::cout);
00036 return;
00037
00038 }
|
|
|
Reimplemented from NtpSRPlane. Definition at line 17 of file NtpSRTrackPlane.cxx. References NtpSRPlane::Print(). Referenced by Print(). 00017 {
00018 //
00019 // Purpose: Print plane group data on ostream.
00020 //
00021 os << "NtpSRTrackPlane: ntrklike " << ntrklike << " ";
00022 NtpSRPlane::Print(os); // base class
00023
00024 return os;
00025
00026 }
|
|
1.3.9.1