![]() |
LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "art/Framework/Core/EDAnalyzer.h"#include <algorithm>#include <string>#include <vector>#include "art/Framework/Core/ModuleMacros.h"#include "canvas/Persistency/Common/FindOneP.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 "messagefacility/MessageLogger/MessageLogger.h"#include "larcore/Geometry/Geometry.h"#include "larcorealg/Geometry/PlaneGeo.h"#include "lardataobj/RawData/RawDigit.h"#include "lardataobj/RecoBase/Wire.h"#include "larevt/CalibrationDBI/Interface/ChannelStatusService.h"#include "larevt/CalibrationDBI/Interface/ChannelStatusProvider.h"#include "lardata/Utilities/LArFFT.h"#include <TMath.h>#include <TH1.h>#include <TH2.h>#include <TGraph.h>Go to the source code of this file.
Classes | |
| class | caldata::CalWireAna |
| Base class for creation of raw signals on wires. More... | |
Namespaces | |
| geo | |
| Namespace collecting geometry-related classes utilities. | |
| caldata | |
| creation of calibrated signals on wires | |