![]() |
LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include <algorithm>#include <vector>#include <string>#include <memory>#include <utility>#include "art/Framework/Core/ModuleMacros.h"#include "art/Framework/Core/EDProducer.h"#include "canvas/Persistency/Common/FindOneP.h"#include "art/Framework/Principal/Event.h"#include "art/Framework/Services/Optional/TFileService.h"#include "fhiclcpp/ParameterSet.h"#include "art/Utilities/ToolMacros.h"#include "art/Utilities/make_tool.h"#include "larcoreobj/SimpleTypesAndConstants/RawTypes.h"#include "larcore/Geometry/Geometry.h"#include "larcorealg/Geometry/CryostatGeo.h"#include "larcorealg/Geometry/TPCGeo.h"#include "larcorealg/Geometry/PlaneGeo.h"#include "lardataobj/RecoBase/Wire.h"#include "lardataobj/RecoBase/Hit.h"#include "lardata/ArtDataHelper/HitCreator.h"#include "HitFilterAlg.h"#include "larreco/HitFinder/HitFinderTools/ICandidateHitFinder.h"#include "larreco/HitFinder/HitFinderTools/IPeakFitter.h"#include "TGraphErrors.h"#include "TH1D.h"#include "TDecompSVD.h"#include "TMath.h"#include "TF1.h"#include "TTree.h"#include "TStopwatch.h"Go to the source code of this file.
Classes | |
| class | hit::GausHitFinder |
Namespaces | |
| hit | |
| Detector simulation of raw signals on wires. | |
Macros | |
| #define | GAUSHITFINDER_H |
| #define GAUSHITFINDER_H |
Definition at line 2 of file GausHitFinder_module.cc.