Implementation file for the neutrino energy reconstruction algorithm. A heavily refactored version of Nick Grant's module. More...
#include <limits>#include <algorithm>#include "canvas/Utilities/Exception.h"#include "messagefacility/MessageLogger/MessageLogger.h"#include "larcore/Geometry/Geometry.h"#include "lardata/DetectorInfoServices/DetectorPropertiesService.h"#include "lardata/DetectorInfoServices/DetectorClocksService.h"#include "lardataobj/RecoBase/Hit.h"#include "lardataobj/RecoBase/Wire.h"#include "larreco/RecoAlg/TrackMomentumCalculator.h"#include "dunereco/AnaUtils/DUNEAnaEventUtils.h"#include "dunereco/AnaUtils/DUNEAnaHitUtils.h"#include "dunereco/AnaUtils/DUNEAnaShowerUtils.h"#include "dunereco/AnaUtils/DUNEAnaTrackUtils.h"#include "dunereco/FDSensOpt/NeutrinoEnergyRecoAlg/NeutrinoEnergyRecoAlg.h"Go to the source code of this file.
Namespaces | |
| dune | |
Implementation file for the neutrino energy reconstruction algorithm. A heavily refactored version of Nick Grant's module.
Definition in file NeutrinoEnergyRecoAlg.cc.
1.8.11