#include <NtpTHSlice.h>
Public Member Functions | |
| NtpTHSlice () | |
| virtual | ~NtpTHSlice () |
| 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 |
| Short_t | nneu |
| Float_t | purity |
| Float_t | secondpurity |
| Float_t | complete |
|
|
Definition at line 20 of file NtpTHSlice.cxx. 00020 : index(0),neumc(-1),neustdhep(-1),nneu(-1),purity(-1), 00021 secondpurity(-1),complete(-1) { 00022 // Default constructor 00023 00024 }
|
|
|
Definition at line 22 of file NtpTHSlice.h. 00022 {}
|
|
|
Definition at line 41 of file NtpTHSlice.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 NtpTHSlice.cxx. References complete, index, neumc, neustdhep, nneu, purity, and secondpurity. Referenced by Print(). 00026 {
00027 //
00028 // Purpose: Print slice truth helper data on ostream.
00029 //
00030
00031 os << "NtpTHSlice::Print"
00032 << "\nindex " << index << ", best match neu mc id " << neumc
00033 << ", stdhep id " << neustdhep << ", nneus contributing " << nneu
00034 << "\npurity " << purity << ", second purity " << secondpurity
00035 << ", complete " << complete << endl;
00036
00037 return os;
00038
00039 }
|
|
|
Definition at line 43 of file NtpTHSlice.h. Referenced by MadScanDisplay::DrawTextBox(), MadEvDisplay::DrawTextBox(), and Print(). |
|
|
Definition at line 33 of file NtpTHSlice.h. Referenced by Print(). |
|
|
Definition at line 35 of file NtpTHSlice.h. Referenced by MoqBase::LoadSliceForRecoTH(), and Print(). |
|
|
Definition at line 36 of file NtpTHSlice.h. Referenced by Print(). |
|
|
Definition at line 37 of file NtpTHSlice.h. Referenced by Print(). |
|
|
Definition at line 39 of file NtpTHSlice.h. Referenced by MadScanDisplay::DrawTextBox(), MadEvDisplay::DrawTextBox(), and Print(). |
|
|
Definition at line 40 of file NtpTHSlice.h. Referenced by Print(). |
1.3.9.1