#include <NtpSRMomentum.h>
Public Member Functions | |
| NtpSRMomentum () | |
| virtual | ~NtpSRMomentum () |
| virtual std::ostream & | Print (std::ostream &os) const |
| virtual void | Print (Option_t *option="") const |
Public Attributes | |
| Float_t | range |
| Float_t | qp |
| Float_t | eqp |
| Float_t | best |
| Float_t | qp_rangebiased |
| Float_t | eqp_rangebiased |
|
|
Definition at line 21 of file NtpSRMomentum.h. References best, eqp, eqp_rangebiased, qp, qp_rangebiased, and range. 00021 : range(0),qp(0),eqp(0), best(0), qp_rangebiased(0), eqp_rangebiased(0) {}
|
|
|
Definition at line 22 of file NtpSRMomentum.h. 00022 {}
|
|
|
Definition at line 30 of file NtpSRMomentum.cxx. References Print(). 00030 {
00031 //
00032 // Purpose: Print momentum data in form supported by TObject::Print.
00033 //
00034 // Arguments: option (not used)
00035 //
00036
00037 Print(std::cout);
00038 return;
00039
00040 }
|
|
|
Definition at line 19 of file NtpSRMomentum.cxx. References eqp, qp, and range. Referenced by NuAnalysis::CreateTSpline3(), and Print(). 00019 {
00020 //
00021 // Purpose: Print momentum data on ostream.
00022 //
00023
00024 os << "NtpSRMomentum: p(GeV/c) from range " << range
00025 << " q/p(GeV/c)^-1 " << qp << " eq/p " << eqp << endl;
00026 return os;
00027
00028 }
|
|
|
Definition at line 39 of file NtpSRMomentum.h. Referenced by MadPIDAnalysis::CreatePAN(), MadDpAnalysis::CreatePAN(), NtpSRModule::FillNtpTrackMomentum(), NuReco::GetCosBetweenPr_Theta(), and NtpSRMomentum(). |
|
|
|
Definition at line 41 of file NtpSRMomentum.h. Referenced by NtpSRModule::FillNtpTrackMomentum(), and NtpSRMomentum(). |
|
|
|
Definition at line 40 of file NtpSRMomentum.h. Referenced by NuExtraction::ExtractPrimaryTrkInfo(), NuExtraction::ExtractSecondTrkInfo(), NuExtraction::ExtractThirdTrkInfo(), NtpSRModule::FillNtpTrackMomentum(), and NtpSRMomentum(). |
|
1.3.9.1