#include <NtpTHTrack.h>
Public Member Functions | |
| NtpTHTrack () | |
| virtual | ~NtpTHTrack () |
| 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 |
| Int_t | trkstdhep |
| Float_t | purity |
| Float_t | completeall |
| Float_t | completeslc |
|
|
Definition at line 20 of file NtpTHTrack.cxx. 00020 : index(0),neumc(-1),neustdhep(-1), 00021 trkstdhep(-1),purity(-1),completeall(-1),completeslc(-1) { 00022 // Default constructor 00023 00024 }
|
|
|
Definition at line 22 of file NtpTHTrack.h. 00022 {}
|
|
|
Definition at line 41 of file NtpTHTrack.cxx. References Print(). 00041 {
00042 //
00043 // Purpose: Print slice truth helper data in form supported
00044 // by TObject::Print.
00045 //
00046 // Arguments: option (not used)
00047 //
00048
00049 Print(std::cout);
00050 return;
00051
00052 }
|
|
|
Definition at line 26 of file NtpTHTrack.cxx. References completeall, completeslc, index, neumc, neustdhep, purity, and trkstdhep. Referenced by Print(). 00026 {
00027 //
00028 // Purpose: Print slice truth helper data on ostream.
00029 //
00030
00031 os << "NtpTHTrack::Print"
00032 << "\nindex " << index << ", best match neu mc id " << neumc
00033 << ", neu stdhep id " << neustdhep << ", trk stdhep id " << trkstdhep
00034 << "\npurity " << purity << ", completeall " << completeall
00035 << ", completeslc " << completeslc << endl;
00036
00037 return os;
00038
00039 }
|
|
|
Definition at line 38 of file NtpTHTrack.h. Referenced by NuCounter::CountTrkStdhepId(), MadAnalysis::CreatePAN(), MadScanDisplay::DrawTextBox(), MadEvDisplay::DrawTextBox(), Print(), and MadQuantities::ShowerValidation(). |
|
|
Definition at line 39 of file NtpTHTrack.h. Referenced by NuCounter::CountTrkStdhepId(), MadTVAnalysis::CreatePAN(), MadMKAnalysis::CreatePAN(), MadAnalysis::CreatePAN(), Print(), and MadQuantities::ShowerValidation(). |
|
|
Definition at line 33 of file NtpTHTrack.h. Referenced by NuCounter::CountTrkStdhepId(), and Print(). |
|
|
|
Definition at line 35 of file NtpTHTrack.h. Referenced by NuCounter::CountTrkStdhepId(), and Print(). |
|
|
Definition at line 37 of file NtpTHTrack.h. Referenced by NuCounter::CountTrkStdhepId(), MadAnalysis::CreatePAN(), MadScanDisplay::DrawTextBox(), MadEvDisplay::DrawTextBox(), Print(), and MadQuantities::ShowerValidation(). |
|
|
Definition at line 36 of file NtpTHTrack.h. Referenced by MNtpModule::Ana(), NuCounter::CountTrkStdhepId(), MCMonitorCosmicHistograms::FillHistsReTrTrk(), NuReco::GetTrueTrackId(), and Print(). |
1.3.9.1