LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "larcore/Geometry/Geometry.h"
#include "larcorealg/Geometry/PlaneGeo.h"
#include "larsim/MCCheater/BackTrackerService.h"
#include "lardataobj/RecoBase/Wire.h"
#include "lardataobj/RecoBase/Hit.h"
#include "lardata/DetectorInfoServices/DetectorPropertiesService.h"
#include <TMath.h>
#include <TH1F.h>
#include <TGraph.h>
#include <TFile.h>
#include "TComplex.h"
#include "TString.h"
#include "TH1.h"
#include "TH2.h"
#include "TProfile.h"
#include "TTree.h"
#include <algorithm>
#include <sstream>
#include <fstream>
#include <iostream>
#include <bitset>
#include <vector>
#include <string>
#include "art/Framework/Principal/Event.h"
#include "fhiclcpp/ParameterSet.h"
#include "art/Framework/Principal/Handle.h"
#include "canvas/Persistency/Common/Ptr.h"
#include "canvas/Persistency/Common/PtrVector.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 "art/Framework/Core/ModuleMacros.h"
#include "art/Framework/Core/EDAnalyzer.h"
Go to the source code of this file.
Classes | |
class | hit::GausHitFinderAna |
Base class for creation of raw signals on wires. More... | |
Namespaces | |
geo | |
Namespace collecting geometry-related classes utilities. | |
sim | |
Monte Carlo Simulation. | |
hit | |
Detector simulation of raw signals on wires. | |
Macros | |
#define | GAUSHITFINDERANA_H |
Variables | |
constexpr int | kMaxHits = 20000 |
#define GAUSHITFINDERANA_H |
Definition at line 2 of file GausHitFinderAna_module.cc.
constexpr int kMaxHits = 20000 |
Definition at line 58 of file GausHitFinderAna_module.cc.