![]() |
LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include <string>#include <vector>#include <fstream>#include <set>#include "fhiclcpp/ParameterSet.h"#include "messagefacility/MessageLogger/MessageLogger.h"#include "art/Framework/Core/ModuleMacros.h"#include "art/Framework/Core/EDProducer.h"#include "art/Framework/Principal/Event.h"#include "art/Framework/Principal/Handle.h"#include "canvas/Persistency/Common/Ptr.h"#include "art/Framework/Services/Registry/ServiceHandle.h"#include "canvas/Utilities/InputTag.h"#include "larcore/Geometry/Geometry.h"#include "larevt/Filters/ChannelFilter.h"#include "lardata/Utilities/LArFFT.h"#include "lardataobj/RawData/RawDigit.h"#include "lardataobj/RawData/raw.h"#include "lardataobj/RecoBase/Hit.h"#include "lardata/ArtDataHelper/HitCreator.h"#include "larevt/CalibrationDBI/Interface/ChannelStatusService.h"#include "larevt/CalibrationDBI/Interface/ChannelStatusProvider.h"#include "larcoreobj/SimpleTypesAndConstants/geo_types.h"#include "larcorealg/Geometry/CryostatGeo.h"#include "larcorealg/Geometry/TPCGeo.h"#include "larcorealg/Geometry/PlaneGeo.h"#include "TComplex.h"#include "TFile.h"#include "TH2D.h"#include "TF1.h"#include "TH1D.h"#include "TDecompSVD.h"#include "TMath.h"Go to the source code of this file.
Classes | |
| class | hit::RawHitFinder |
Namespaces | |
| hit | |
| Detector simulation of raw signals on wires. | |
Macros | |
| #define | RAWHITFINDER_H |
| #define RAWHITFINDER_H |
Definition at line 2 of file RawHitFinder_module.cc.