#include <ANtpAnalysisInfo.h>
Inheritance diagram for ANtpAnalysisInfo:

Public Member Functions | |
| ANtpAnalysisInfo () | |
| virtual | ~ANtpAnalysisInfo () |
| void | Reset () |
Public Attributes | |
| Int_t | inFiducialVolume |
| Int_t | isFullyContained |
| Int_t | passesCuts |
| Int_t | pass |
| Int_t | isNC |
| Int_t | isCC |
| Float_t | separationParameterCut |
| Float_t | separationParameter |
| Float_t | recoNuEnergy |
| Float_t | recoMuEnergy |
| Float_t | recoShowerEnergy |
| Float_t | recoQENuEnergy |
| Float_t | recoQEQ2 |
| Float_t | recoHadronicY |
| Float_t | recoNuDCos |
| Float_t | recoMuDCosZVtx |
| Float_t | recoVtxX |
| Float_t | recoVtxY |
| Float_t | recoVtxZ |
| Float_t | recoEventLength |
| Float_t | recoTrackLength |
| Float_t | recoTrackMomentum |
| Float_t | recoTrackRange |
| Float_t | recoSigmaQoverP |
|
|
Definition at line 21 of file ANtpAnalysisInfo.cxx. References MSG. 00021 : 00022 inFiducialVolume(0), 00023 isFullyContained(0), 00024 passesCuts(0), 00025 pass(0), 00026 isNC(0), 00027 isCC(0), 00028 separationParameterCut(ANtpDefVal::kFloat), 00029 separationParameter(ANtpDefVal::kFloat), 00030 recoNuEnergy(ANtpDefVal::kFloat), 00031 recoMuEnergy(ANtpDefVal::kFloat), 00032 recoShowerEnergy(ANtpDefVal::kFloat), 00033 recoQENuEnergy(ANtpDefVal::kFloat), 00034 recoQEQ2(ANtpDefVal::kFloat), 00035 recoHadronicY(ANtpDefVal::kFloat), 00036 recoNuDCos(ANtpDefVal::kFloat), 00037 recoMuDCosZVtx(ANtpDefVal::kFloat), 00038 recoVtxX(ANtpDefVal::kFloat), 00039 recoVtxY(ANtpDefVal::kFloat), 00040 recoVtxZ(ANtpDefVal::kFloat), 00041 recoEventLength(ANtpDefVal::kFloat), 00042 recoTrackLength(ANtpDefVal::kFloat), 00043 recoTrackMomentum(ANtpDefVal::kFloat), 00044 recoTrackRange(ANtpDefVal::kFloat), 00045 recoSigmaQoverP(ANtpDefVal::kFloat) 00046 { 00047 00048 MSG("ANtpAnalysisInfo", Msg::kDebug) << "ANtpAnalysisInfo::Constructor" << endl; 00049 00050 }
|
|
|
Definition at line 53 of file ANtpAnalysisInfo.cxx. References MSG. 00054 {
00055
00056 MSG("ANtpAnalysisInfo", Msg::kDebug) << "ANtpAnalysisInfo::Destructor" << endl;
00057
00058 }
|
|
|
Reimplemented in ANtpAnalysisInfoNue. Definition at line 61 of file ANtpAnalysisInfo.cxx. References inFiducialVolume, isCC, isFullyContained, isNC, pass, passesCuts, recoEventLength, recoHadronicY, recoMuDCosZVtx, recoMuEnergy, recoNuDCos, recoNuEnergy, recoQENuEnergy, recoQEQ2, recoShowerEnergy, recoSigmaQoverP, recoTrackLength, recoTrackMomentum, recoTrackRange, recoVtxX, recoVtxY, recoVtxZ, separationParameter, and separationParameterCut. Referenced by MadAnalysis::CreateANtpPAN(), and ANtpAnalysisInfoNue::Reset(). 00062 {
00063 inFiducialVolume = 0;
00064 isFullyContained = 0;
00065 passesCuts = 0;
00066 pass = 0;
00067 isNC = 0;
00068 isCC = 0;
00069 separationParameterCut = ANtpDefVal::kFloat;
00070 separationParameter = ANtpDefVal::kFloat;
00071 recoNuEnergy = ANtpDefVal::kFloat;
00072 recoMuEnergy = ANtpDefVal::kFloat;
00073 recoShowerEnergy = ANtpDefVal::kFloat;
00074 recoQENuEnergy = ANtpDefVal::kFloat;
00075 recoQEQ2 = ANtpDefVal::kFloat;
00076 recoHadronicY = ANtpDefVal::kFloat;
00077 recoNuDCos = ANtpDefVal::kFloat;
00078 recoMuDCosZVtx = ANtpDefVal::kFloat;
00079 recoVtxX = ANtpDefVal::kFloat;
00080 recoVtxY = ANtpDefVal::kFloat;
00081 recoVtxZ = ANtpDefVal::kFloat;
00082 recoEventLength = ANtpDefVal::kFloat;
00083 recoTrackLength = ANtpDefVal::kFloat;
00084 recoTrackMomentum = ANtpDefVal::kFloat;
00085 recoTrackRange = ANtpDefVal::kFloat;
00086 recoSigmaQoverP = ANtpDefVal::kFloat;
00087
00088 return;
00089 }
|
|
|
Definition at line 24 of file ANtpAnalysisInfo.h. Referenced by NuePrint::Ana(), MadAnalysis::CreateANtpPAN(), CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpAnalysisInfoAna::FillNueAnalysisInformation(), CompareAll::PassesCuts(), and Reset(). |
|
|
Definition at line 29 of file ANtpAnalysisInfo.h. Referenced by CompareMD::FillFromList(), CompareAll::FillFromList(), and Reset(). |
|
|
Definition at line 25 of file ANtpAnalysisInfo.h. Referenced by NuePrint::Ana(), MadAnalysis::CreateANtpPAN(), CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpAnalysisInfoAna::FillNueAnalysisInformation(), CompareMD::PassesCuts(), and Reset(). |
|
|
Definition at line 28 of file ANtpAnalysisInfo.h. Referenced by CompareMD::FillFromList(), CompareAll::FillFromList(), and Reset(). |
|
|
Definition at line 27 of file ANtpAnalysisInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), CompareMD::FillFromList(), CompareAll::FillFromList(), and Reset(). |
|
|
Definition at line 26 of file ANtpAnalysisInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpAnalysisInfoAna::FillNueAnalysisInformation(), and Reset(). |
|
|
Definition at line 43 of file ANtpAnalysisInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpAnalysisInfoAna::FillNueAnalysisInformation(), and Reset(). |
|
|
Definition at line 37 of file ANtpAnalysisInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpAnalysisInfoAna::FillNueAnalysisInformation(), and Reset(). |
|
|
Definition at line 39 of file ANtpAnalysisInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpAnalysisInfoAna::FillNueAnalysisInformation(), and Reset(). |
|
|
Definition at line 33 of file ANtpAnalysisInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpAnalysisInfoAna::FillNueAnalysisInformation(), and Reset(). |
|
|
Definition at line 38 of file ANtpAnalysisInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpAnalysisInfoAna::FillNueAnalysisInformation(), and Reset(). |
|
|
Definition at line 32 of file ANtpAnalysisInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpAnalysisInfoAna::FillNueAnalysisInformation(), and Reset(). |
|
|
Definition at line 35 of file ANtpAnalysisInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpAnalysisInfoAna::FillNueAnalysisInformation(), and Reset(). |
|
|
Definition at line 36 of file ANtpAnalysisInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpAnalysisInfoAna::FillNueAnalysisInformation(), and Reset(). |
|
|
Definition at line 34 of file ANtpAnalysisInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpAnalysisInfoAna::FillNueAnalysisInformation(), and Reset(). |
|
|
Definition at line 47 of file ANtpAnalysisInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpAnalysisInfoAna::FillNueAnalysisInformation(), and Reset(). |
|
|
Definition at line 44 of file ANtpAnalysisInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpAnalysisInfoAna::FillNueAnalysisInformation(), and Reset(). |
|
|
Definition at line 45 of file ANtpAnalysisInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpAnalysisInfoAna::FillNueAnalysisInformation(), and Reset(). |
|
|
Definition at line 46 of file ANtpAnalysisInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpAnalysisInfoAna::FillNueAnalysisInformation(), and Reset(). |
|
|
Definition at line 40 of file ANtpAnalysisInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpAnalysisInfoAna::FillNueAnalysisInformation(), and Reset(). |
|
|
Definition at line 41 of file ANtpAnalysisInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpAnalysisInfoAna::FillNueAnalysisInformation(), and Reset(). |
|
|
Definition at line 42 of file ANtpAnalysisInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpAnalysisInfoAna::FillNueAnalysisInformation(), and Reset(). |
|
|
Definition at line 31 of file ANtpAnalysisInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), CompareMD::FillFromList(), CompareAll::FillFromList(), and Reset(). |
|
|
Definition at line 30 of file ANtpAnalysisInfo.h. Referenced by CompareMD::FillFromList(), CompareAll::FillFromList(), and Reset(). |
1.3.9.1