LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "larcore/Geometry/Geometry.h"
#include "larcorealg/Geometry/PlaneGeo.h"
#include "lardata/DetectorInfoServices/DetectorClocksService.h"
#include "lardata/DetectorInfoServices/DetectorPropertiesService.h"
#include "lardataobj/RecoBase/Hit.h"
#include "lardataobj/RecoBase/Wire.h"
#include "larsim/MCCheater/BackTrackerService.h"
#include "TH1.h"
#include "TH2.h"
#include "TTree.h"
#include <string>
#include "art/Framework/Core/EDAnalyzer.h"
#include "art/Framework/Core/ModuleMacros.h"
#include "art/Framework/Principal/Event.h"
#include "art/Framework/Principal/Handle.h"
#include "art/Framework/Services/Registry/ServiceHandle.h"
#include "art_root_io/TFileService.h"
#include "canvas/Persistency/Common/Ptr.h"
#include "fhiclcpp/ParameterSet.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
Go to the source code of this file.
Classes | |
class | hit::GausHitFinderAna |
Base class for creation of raw signals on wires. More... | |
Namespaces | |
hit | |
Detector simulation of raw signals on wires. | |
Variables | |
constexpr int | kMaxHits = 20000 |
constexpr int kMaxHits = 20000 |
Definition at line 41 of file GausHitFinderAna_module.cc.