#include <NtpCluster3DPulseHeight.h>
Public Member Functions | |
| NtpCluster3DPulseHeight () | |
| virtual | ~NtpCluster3DPulseHeight () |
| virtual std::ostream & | Print (std::ostream &os) const |
| virtual void | Print (Option_t *option="") const |
Public Attributes | |
| Float_t | raw |
| Float_t | siglin |
| Float_t | sigcor |
| Float_t | pe |
|
|
Definition at line 23 of file NtpCluster3DPulseHeight.h. References pe, raw, sigcor, and siglin.
|
|
|
Definition at line 24 of file NtpCluster3DPulseHeight.h. 00024 {}
|
|
|
Definition at line 34 of file NtpCluster3DPulseHeight.cxx. References Print(). 00034 {
00035 //
00036 // Purpose: Print pulse height data in form supported by TObject::Print.
00037 //
00038 // Arguments: option (not used)
00039 //
00040
00041 Print(std::cout);
00042 return;
00043
00044 }
|
|
|
Definition at line 19 of file NtpCluster3DPulseHeight.cxx. References pe, raw, sigcor, and siglin. Referenced by Print(). 00019 {
00020 //
00021 // Purpose: Print pulse height data on ostream.
00022 //
00023
00024 os << "NtpCluster3DPulseHeight::Print" << endl;
00025 os << "(Raw,SigLin,SigCor,PE): (" << raw << "," << siglin << "," <<
00026 sigcor << "," << pe << ")" << endl;
00027 //os << "(SigMap,MIP,GeV): (" << sigmap << "," << mip << "," <<
00028 // gev << ")" << endl;
00029
00030 return os;
00031
00032 }
|
|
|
Definition at line 38 of file NtpCluster3DPulseHeight.h. Referenced by NtpCluster3DModule::FillNtpCluster(), NtpCluster3DPulseHeight(), and Print(). |
|
|
Definition at line 35 of file NtpCluster3DPulseHeight.h. Referenced by NtpCluster3DModule::FillNtpCluster(), NtpCluster3DPulseHeight(), and Print(). |
|
|
Definition at line 37 of file NtpCluster3DPulseHeight.h. Referenced by NtpCluster3DModule::FillNtpCluster(), NtpCluster3DPulseHeight(), and Print(). |
|
|
Definition at line 36 of file NtpCluster3DPulseHeight.h. Referenced by NtpCluster3DModule::FillNtpCluster(), NtpCluster3DPulseHeight(), and Print(). |
1.3.9.1