LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include <string>
#include <vector>
#include <iostream>
#include "fhiclcpp/ParameterSet.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 "art/Framework/Services/Optional/TFileService.h"
#include "art/Framework/Services/Registry/ServiceHandle.h"
#include "canvas/Persistency/Common/Ptr.h"
#include "larcoreobj/SimpleTypesAndConstants/RawTypes.h"
#include "larcore/Geometry/Geometry.h"
#include "lardata/DetectorInfoServices/DetectorPropertiesService.h"
#include "lardata/Utilities/AssociationUtil.h"
#include "lardata/ArtDataHelper/ChargedSpacePointCreator.h"
#include "lardataobj/RecoBase/Wire.h"
#include "lardataobj/RecoBase/Hit.h"
#include "lardataobj/Simulation/SimChannel.h"
#include "lardataobj/RecoBase/PointCharge.h"
#include "lardataobj/RecoBase/SpacePoint.h"
#include "larevt/CalibrationDBI/Interface/ChannelStatusService.h"
#include "larevt/CalibrationDBI/Interface/ChannelStatusProvider.h"
#include "larsim/MCCheater/BackTracker.h"
#include "TGraph.h"
#include "TH1.h"
#include "TPad.h"
#include "Solver.h"
#include "TripletFinder.h"
Go to the source code of this file.
Classes | |
struct | reco3d::InductionWireWithXPos |
class | reco3d::SpacePointSolver |
Namespaces | |
reco3d | |
Functions | |
template<class T > | |
T | sqr (T x) |
T sqr | ( | T | x | ) |
Definition at line 46 of file SpacePointSolver_module.cc.
References x.
Referenced by reco3d::SpacePointSolver::AddNeighbours().