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 }
1.3.9.1