#include "art/Framework/Core/EDProducer.h"#include "art/Framework/Core/ModuleMacros.h"#include "art/Framework/Principal/Event.h"#include "art/Framework/Principal/Handle.h"#include "art/Framework/Principal/Run.h"#include "art/Framework/Principal/SubRun.h"#include "canvas/Utilities/InputTag.h"#include "fhiclcpp/ParameterSet.h"#include "messagefacility/MessageLogger/MessageLogger.h"#include "lardata/Utilities/AssociationUtil.h"#include <memory>#include "lardataobj/RecoBase/Wire.h"#include "lardataobj/RecoBase/Vertex.h"#include "lardataobj/RecoBase/Hit.h"#include "lardataobj/RecoBase/SpacePoint.h"#include "lardataobj/RecoBase/Cluster.h"#include "larcore/Geometry/Geometry.h"#include "larcore/CoreUtils/ServiceUtil.h"#include "larcorealg/Geometry/GeometryCore.h"#include "lardataalg/DetectorInfo/DetectorPropertiesStandard.h"#include "lardata/DetectorInfoServices/DetectorPropertiesService.h"#include "lardataobj/RecoBase/Slice.h"#include "lardataobj/RecoBase/Track.h"#include "lardataobj/RecoBase/PFParticle.h"#include "larreco/Calorimetry/CalorimetryAlg.h"#include "larreco/Calorimetry/INormalizeCharge.h"#include "larevt/SpaceCharge/SpaceCharge.h"#include "larevt/SpaceChargeServices/SpaceChargeService.h"#include "art/Utilities/make_tool.h"#include "sbnobj/Common/Reco/VertexHit.h"#include "sbncode/TPCReco/VertexStub/StubMergeAlgorithms.h"Go to the source code of this file.
Classes | |
| class | sbn::VertexChargeVacuum | 
Namespaces | |
| sbn | |
| This module creates Common Analysis Files.  | |
| std::array<float, 2> HitDirection | ( | const std::vector< art::Ptr< recob::Hit >> & | hits, | 
| const recob::Vertex & | vert, | ||
| const geo::GeometryCore * | geo, | ||
| const detinfo::DetectorPropertiesData & | dprop | ||
| ) | 
Definition at line 139 of file VertexChargeVacuum_module.cc.
| std::array<float, 2> HitVector | ( | const recob::Hit & | hit, | 
| const geo::GeometryCore * | geo, | ||
| const detinfo::DetectorPropertiesData & | dprop | ||
| ) | 
Definition at line 115 of file VertexChargeVacuum_module.cc.
| geo::Point_t PlaceHitAlongTrack | ( | const recob::Track & | trk, | 
| const recob::Vertex & | vert, | ||
| const recob::Hit & | hit, | ||
| const geo::GeometryCore * | geo, | ||
| const detinfo::DetectorPropertiesData & | dprop | ||
| ) | 
Definition at line 170 of file VertexChargeVacuum_module.cc.
| produces< art::Assns< recob::Hit, sbn::VertexHit > > | ( | ) | 
| produces< art::Assns< recob::Slice, sbn::VertexHit > > | ( | ) | 
| produces< art::Assns< recob::Vertex, sbn::VertexHit > > | ( | ) | 
| float TrackDirectionParallel | ( | const recob::Track & | trk, | 
| const geo::PlaneID & | plane, | ||
| const geo::GeometryCore * | geo, | ||
| const detinfo::DetectorPropertiesData & | dprop | ||
| ) | 
Definition at line 159 of file VertexChargeVacuum_module.cc.
| float Vert2HitDistance | ( | const recob::Hit & | hit, | 
| const recob::Vertex & | vert, | ||
| const geo::GeometryCore * | geo, | ||
| const detinfo::DetectorPropertiesData & | dprop | ||
| ) | 
Definition at line 131 of file VertexChargeVacuum_module.cc.
| std::array<float, 2> VertexVector | ( | const recob::Vertex & | vert, | 
| const geo::PlaneID & | plane, | ||
| const geo::GeometryCore * | geo, | ||
| const detinfo::DetectorPropertiesData & | dprop | ||
| ) | 
Definition at line 127 of file VertexChargeVacuum_module.cc.
 1.8.5