Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

FNHists Class Reference

#include <FNHists.h>

List of all members.

Public Member Functions

 FNHists (std::string)
 ~FNHists ()

Public Attributes

TDirectory * fDirectory
TH1D * fND_RecoEnergy
TH1D * fFD_RecoEnergy
TH1D * fND_TrueEnergy
TH1D * fFD_TrueEnergy


Constructor & Destructor Documentation

FNHists::FNHists std::string   ) 
 

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 }

FNHists::~FNHists  ) 
 

Definition at line 10 of file FNHists.cxx.

00011 {
00012 }


Member Data Documentation

TDirectory* FNHists::fDirectory
 

Definition at line 15 of file FNHists.h.

Referenced by NueFNHelper::AddNueSystematic(), and FNHists().

TH1D* FNHists::fFD_RecoEnergy
 

Definition at line 18 of file FNHists.h.

Referenced by NueFNHelper::AddNueSystematic().

TH1D* FNHists::fFD_TrueEnergy
 

Definition at line 20 of file FNHists.h.

Referenced by NueFNHelper::AddNueSystematic().

TH1D* FNHists::fND_RecoEnergy
 

Definition at line 17 of file FNHists.h.

Referenced by NueFNHelper::AddNueSystematic(), and NueFNHelper::MakeHelpers().

TH1D* FNHists::fND_TrueEnergy
 

Definition at line 19 of file FNHists.h.

Referenced by NueFNHelper::AddNueSystematic(), and NueFNHelper::MakeHelpers().


The documentation for this class was generated from the following files:
Generated on Mon Feb 15 11:09:13 2010 for loon by  doxygen 1.3.9.1