#include <NtpSRShowerPulseHeight.h>
Public Member Functions | |
| NtpSRShowerPulseHeight () | |
| virtual | ~NtpSRShowerPulseHeight () |
| virtual std::ostream & | Print (std::ostream &os) const |
| virtual void | Print (Option_t *option="") const |
Public Attributes | |
| Float_t | linCCgev |
| Float_t | wtCCgev |
| Float_t | linNCgev |
| Float_t | wtNCgev |
| Float_t | EMgev |
|
|
Definition at line 21 of file NtpSRShowerPulseHeight.h. References EMgev, linCCgev, linNCgev, wtCCgev, and wtNCgev.
|
|
|
Definition at line 22 of file NtpSRShowerPulseHeight.h. 00022 {}
|
|
|
Definition at line 32 of file NtpSRShowerPulseHeight.cxx. References Print(). 00032 {
00033 //
00034 // Purpose: Print pulse height data in form supported by TObject::Print.
00035 //
00036 // Arguments: option (not used)
00037 //
00038
00039 Print(std::cout);
00040 return;
00041
00042 }
|
|
|
Definition at line 20 of file NtpSRShowerPulseHeight.cxx. References EMgev, linCCgev, linNCgev, wtCCgev, and wtNCgev. Referenced by Print(). 00020 {
00021 //
00022 // Purpose: Print pulse height data on ostream.
00023 //
00024
00025 os << "NtpSRShowerPulseHeight:";
00026 os << " (CC GeV[lin] CC GeV[wt] NC GeV[lin] NC Gev[wt] EM GeV): (" << wtCCgev << "," << linCCgev << "," << wtNCgev << "," << linNCgev << "," << EMgev << ")" << endl;
00027
00028 return os;
00029
00030 }
|
|
|
|
|
|
1.3.9.1