LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
TssHit2D.cxx
Go to the documentation of this file.
1 
9 #include "TssHit2D.h"
11 
13  : fHit(src)
14 {
15  fPlane = src->WireID().Plane;
16  fWire = src->WireID().Wire;
17 
19  detProp, fWire, src->PeakTime(), fPlane, src->WireID().TPC, src->WireID().Cryostat);
20 }
CryostatID_t Cryostat
Index of cryostat.
Definition: geo_types.h:211
TVector2 WireDriftToCm(detinfo::DetectorPropertiesData const &detProp, unsigned int wire, float drift, unsigned int plane, unsigned int tpc, unsigned int cryo)
Definition: Utilities.cxx:286
WireID_t Wire
Index of the wire within its plane.
Definition: geo_types.h:563
geo::WireID const & WireID() const
Initial tdc tick for hit.
Definition: Hit.h:280
Hit2D(detinfo::DetectorPropertiesData const &detProp, const art::Ptr< recob::Hit > &src)
Definition: TssHit2D.cxx:12
Hit pos in cm and original recob hit ptr.
PlaneID_t Plane
Index of the plane within its TPC.
Definition: geo_types.h:481
Implementation of the Projection Matching Algorithm.
float PeakTime() const
Time of the signal peak, in tick units.
Definition: Hit.h:220
TVector2 fPoint2D
Definition: TssHit2D.h:49
unsigned int fPlane
Definition: TssHit2D.h:47
TPCID_t TPC
Index of the TPC within its cryostat.
Definition: geo_types.h:399
unsigned int fWire
Definition: TssHit2D.h:47