LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "GFPlanarHitPolicy.h"
Public Member Functions | |
GFPlanarHitPolicy () | |
const GFDetPlane & | detPlane (GFAbsRecoHit *, const GFAbsTrackRep *) |
Returns the physical detector plane. More... | |
void | setDetPlane (const GFDetPlane &p) |
Set physical detector plane. Needs to be called before hit can be used. More... | |
TMatrixT< Double_t > | hitCoord (GFAbsRecoHit *, const GFDetPlane &) |
Hit coordinates in detector plane. More... | |
TMatrixT< Double_t > | hitCov (GFAbsRecoHit *, const GFDetPlane &) |
Hit covariances in detector plane. More... | |
virtual | ~GFPlanarHitPolicy () |
const std::string & | getName () |
Protected Attributes | |
GFDetPlane | fPhysicalDetPlane |
Physical detector plane. Given by detector hardware. More... | |
Static Private Attributes | |
static const std::string | fPolicyName = "GFPlanarHitPolicy" |
Definition at line 53 of file GFPlanarHitPolicy.h.
|
inline |
|
inlinevirtual |
Definition at line 87 of file GFPlanarHitPolicy.h.
const genf::GFDetPlane & genf::GFPlanarHitPolicy::detPlane | ( | GFAbsRecoHit * | , |
const GFAbsTrackRep * | |||
) |
Returns the physical detector plane.
Definition at line 38 of file GFPlanarHitPolicy.cxx.
References fPhysicalDetPlane.
Referenced by GFPlanarHitPolicy().
|
inline |
Definition at line 89 of file GFPlanarHitPolicy.h.
References fPolicyName.
TMatrixT< Double_t > genf::GFPlanarHitPolicy::hitCoord | ( | GFAbsRecoHit * | hit, |
const GFDetPlane & | |||
) |
Hit coordinates in detector plane.
Definition at line 26 of file GFPlanarHitPolicy.cxx.
References genf::GFAbsRecoHit::getRawHitCoord().
Referenced by setDetPlane().
TMatrixT< Double_t > genf::GFPlanarHitPolicy::hitCov | ( | GFAbsRecoHit * | hit, |
const GFDetPlane & | |||
) |
Hit covariances in detector plane.
Definition at line 32 of file GFPlanarHitPolicy.cxx.
References genf::GFAbsRecoHit::getRawHitCov().
Referenced by setDetPlane().
|
inline |
Set physical detector plane. Needs to be called before hit can be used.
For the planar detector the detector plane is fixed by the geometry of the detector hardware. This method should be called in the constructor of any derived RecoHit in order to setup the geometry of this hit.
Definition at line 76 of file GFPlanarHitPolicy.h.
References fPhysicalDetPlane, hitCoord(), and hitCov().
|
protected |
Physical detector plane. Given by detector hardware.
Definition at line 100 of file GFPlanarHitPolicy.h.
Referenced by detPlane(), and setDetPlane().
|
staticprivate |
Definition at line 92 of file GFPlanarHitPolicy.h.
Referenced by getName().