#include <RecoE.h>
Public Member Functions | |
| RecoE () | |
| void | Reset () |
| ~RecoE () | |
| void | Print () |
Public Attributes | |
| float | trkERange |
| float | trkECurve |
| int | trkEMethod |
| float | trkE |
| float | shwE |
| float | totalE |
| int | EOkay |
|
|
Definition at line 5 of file RecoE.cxx. References Reset(). 00005 {
00006 Reset();
00007 }
|
|
|
Definition at line 8 of file RecoE.cxx. 00008 {
00009
00010 }
|
|
|
Definition at line 21 of file RecoE.cxx. References shwE, totalE, trkE, and trkEMethod. 00021 {
00022 cout << " trk E " << trkE << " method " << trkEMethod << " shw " << shwE << " total " << totalE<< endl;
00023 }
|
|
|
Definition at line 11 of file RecoE.cxx. References EOkay, shwE, totalE, trkECurve, trkEMethod, and trkERange. Referenced by NtpTools::FillRecoEInfo(), RecoE(), and MCNNRunner::WriteResults(). 00011 {
00012 trkERange = -999;
00013 trkECurve = -999;
00014 trkEMethod = 0;
00015 shwE = -999;
00016 totalE = -999;
00017 EOkay = 0;
00018 }
|
|
|
Definition at line 16 of file RecoE.h. Referenced by NtpTools::FillRecoEInfo(), and Reset(). |
|
|
Definition at line 14 of file RecoE.h. Referenced by NtpTools::FillRecoEInfo(), Print(), and Reset(). |
|
|
Definition at line 15 of file RecoE.h. Referenced by NtpTools::FillRecoEInfo(), Print(), Reset(), and MCNNRunner::WriteResults(). |
|
|
Definition at line 13 of file RecoE.h. Referenced by NtpTools::FillRecoEInfo(), and Print(). |
|
|
Definition at line 11 of file RecoE.h. Referenced by NtpTools::FillRecoEInfo(), and Reset(). |
|
|
Definition at line 12 of file RecoE.h. Referenced by NtpTools::FillRecoEInfo(), Print(), and Reset(). |
|
|
Definition at line 10 of file RecoE.h. Referenced by NtpTools::FillRecoEInfo(), and Reset(). |
1.3.9.1