#include <NtpTHEvent.h>
Public Member Functions | |
| NtpTHEvent () | |
| virtual | ~NtpTHEvent () |
| virtual std::ostream & | Print (std::ostream &os) const |
| virtual void | Print (const Option_t *option="") const |
Public Attributes | |
| UShort_t | index |
| Short_t | neumc |
| Int_t | neustdhep |
| Float_t | purity |
| Float_t | completeall |
| Float_t | completeslc |
| Float_t | completeallnopecut |
| Float_t | completeslcnopecut |
|
|
Definition at line 20 of file NtpTHEvent.cxx. 00020 : index(0),neumc(-1),neustdhep(-1),purity(-1), 00021 completeall(-1),completeslc(-1), 00022 completeallnopecut(-1),completeslcnopecut(-1){ 00023 // Default constructor 00024 00025 }
|
|
|
Definition at line 22 of file NtpTHEvent.h. 00022 {}
|
|
|
Definition at line 42 of file NtpTHEvent.cxx. References Print(). 00042 {
00043 //
00044 // Purpose: Print event truth helper data in form supported
00045 // by TObject::Print.
00046 //
00047 // Arguments: option (not used)
00048 //
00049
00050 Print(std::cout);
00051 return;
00052
00053 }
|
|
|
Definition at line 27 of file NtpTHEvent.cxx. References completeall, completeslc, index, neumc, neustdhep, and purity. Referenced by Print(). 00027 {
00028 //
00029 // Purpose: Print event truth helper data on ostream.
00030 //
00031
00032 os << "NtpTHEvent::Print"
00033 << "\nindex " << index << ", best match neu mc id " << neumc
00034 << ", neu stdhep id " << neustdhep
00035 << "\npurity " << purity << ", completeall " << completeall
00036 << ", completeslc " << completeslc << endl;
00037
00038 return os;
00039
00040 }
|
|
|
Definition at line 37 of file NtpTHEvent.h. Referenced by MuonRemovalInfoAna::Analyze(), ANtpTruthInfoBeamAna::Analyze(), MadPIDAnalysis::CreatePAN(), MadAnalysis::CreatePAN(), ANtpInfoObjectFillerNC::FillInformation(), NueDisplayModule::GetBasicInfo(), Print(), and MadQuantities::ShowerValidation(). |
|
|
Definition at line 41 of file NtpTHEvent.h. |
|
|
Definition at line 39 of file NtpTHEvent.h. Referenced by MadPIDAnalysis::CreatePAN(), MadAnalysis::CreatePAN(), NueDisplayModule::GetBasicInfo(), Print(), and MadQuantities::ShowerValidation(). |
|
|
Definition at line 43 of file NtpTHEvent.h. |
|
|
Definition at line 33 of file NtpTHEvent.h. Referenced by Print(), and NuReco::PrintTrueEnergy(). |
|
|
|
Definition at line 35 of file NtpTHEvent.h. Referenced by CondensedNtpModule::Ana(), VtxFinderAna::Analyze(), ANtpTruthInfoBeamAna::Analyze(), MadScanDisplay::Display(), MadEvDisplay::Display(), and Print(). |
|
|
Definition at line 36 of file NtpTHEvent.h. Referenced by MuonRemovalInfoAna::Analyze(), MadPIDAnalysis::CreatePAN(), MadAnalysis::CreatePAN(), NueDisplayModule::GetBasicInfo(), Print(), and MadQuantities::ShowerValidation(). |
1.3.9.1