![]() |
LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include <sys/types.h>#include <sys/stat.h>#include <algorithm>#include <sstream>#include <fstream>#include <bitset>#include <string>#include "art/Framework/Core/EDAnalyzer.h"#include "art/Framework/Core/ModuleMacros.h"#include "art/Framework/Principal/Event.h"#include "fhiclcpp/ParameterSet.h"#include "art/Framework/Principal/Handle.h"#include "art/Framework/Services/Registry/ServiceHandle.h"#include "art/Framework/Services/Optional/TFileService.h"#include "art/Framework/Services/Optional/TFileDirectory.h"#include "messagefacility/MessageLogger/MessageLogger.h"#include "larcore/Geometry/Geometry.h"#include "lardataobj/Simulation/sim.h"#include "lardataobj/RawData/raw.h"#include "lardataobj/RawData/RawDigit.h"#include "lardataobj/RecoBase/Wire.h"#include "lardata/Utilities/LArFFT.h"#include "larcorealg/Geometry/PlaneGeo.h"#include "lardata/DetectorInfoServices/DetectorPropertiesService.h"#include <TMath.h>#include <TH1.h>#include <TH2.h>#include <TGraph.h>#include <TFile.h>Go to the source code of this file.
Classes | |
| class | detsim::WienerFilterAna |
| Base class for creation of raw signals on wires. More... | |
Namespaces | |
| geo | |
| Namespace collecting geometry-related classes utilities. | |
| detsim | |
| Detector simulation of raw signals on wires. | |
Macros | |
| #define | WIENERFILTERANA_H |
| #define WIENERFILTERANA_H |
Definition at line 10 of file WienerFilterAna_module.cc.