LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "DirOfGamma.h"
Public Member Functions | |
Hit2D (art::Ptr< recob::Hit > src) | |
TVector2 const & | GetPointCm (void) const |
double | GetCharge (void) const |
art::Ptr< recob::Hit > const & | GetHitPtr (void) const |
Private Attributes | |
double | fCharge |
TVector2 | fPoint |
art::Ptr< recob::Hit > | fHit |
Definition at line 28 of file DirOfGamma.h.
ems::Hit2D::Hit2D | ( | art::Ptr< recob::Hit > | src | ) |
Definition at line 19 of file DirOfGamma.cxx.
References geo::CryostatID::Cryostat, fCharge, fPoint, recob::Hit::PeakTime(), geo::PlaneID::Plane, recob::Hit::SummedADC(), geo::TPCID::TPC, geo::GeometryCore::WireCoordinate(), recob::Hit::WireID(), geo::GeometryCore::WireIDToWireGeo(), and x.
|
inline |
|
inline |
Definition at line 36 of file DirOfGamma.h.
References fHit.
Referenced by ems::EndPoint::EndPoint(), and ems::EndPoint::FillBins().
|
inline |
Definition at line 33 of file DirOfGamma.h.
References fPoint.
Referenced by ems::DirOfGamma::ComputeMaxDist(), ems::EndPoint::EndPoint(), ems::EndPoint::FillBins(), ems::DirOfGamma::FindCandidates(), ems::bDistCentMore2D::operator()(), and ems::bDistCentLess2D::operator()().
|
private |
Definition at line 39 of file DirOfGamma.h.
Referenced by GetCharge(), and Hit2D().
|
private |
Definition at line 43 of file DirOfGamma.h.
Referenced by GetHitPtr().
|
private |
Definition at line 41 of file DirOfGamma.h.
Referenced by GetPointCm(), and Hit2D().