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

FNHists.cxx

Go to the documentation of this file.
00001 #include "NueAna/Extrapolation/FNHists.h"
00002 
00003 FNHists::FNHists(std::string name) :
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 }
00009 
00010 FNHists::~FNHists()
00011 {
00012 }

Generated on Mon Feb 15 11:06:44 2010 for loon by  doxygen 1.3.9.1