#include <FNHists.h>
Public Member Functions | |
| FNHists (std::string) | |
| ~FNHists () | |
Public Attributes | |
| TDirectory * | fDirectory |
| TH1D * | fND_RecoEnergy |
| TH1D * | fFD_RecoEnergy |
| TH1D * | fND_TrueEnergy |
| TH1D * | fFD_TrueEnergy |
|
|
Definition at line 3 of file FNHists.cxx. References fDirectory. 00003 : 00004 fND_RecoEnergy(0),fFD_RecoEnergy(0), 00005 fND_TrueEnergy(0),fFD_TrueEnergy(0) 00006 { 00007 fDirectory = new TDirectory(name.c_str(),name.c_str()); 00008 }
|
|
|
Definition at line 10 of file FNHists.cxx. 00011 {
00012 }
|
|
|
Definition at line 15 of file FNHists.h. Referenced by NueFNHelper::AddNueSystematic(), and FNHists(). |
|
|
Definition at line 18 of file FNHists.h. Referenced by NueFNHelper::AddNueSystematic(). |
|
|
Definition at line 20 of file FNHists.h. Referenced by NueFNHelper::AddNueSystematic(). |
|
|
Definition at line 17 of file FNHists.h. Referenced by NueFNHelper::AddNueSystematic(), and NueFNHelper::MakeHelpers(). |
|
|
Definition at line 19 of file FNHists.h. Referenced by NueFNHelper::AddNueSystematic(), and NueFNHelper::MakeHelpers(). |
1.3.9.1