#include <GFPlanarHitPolicy.h>
Definition at line 53 of file GFPlanarHitPolicy.h.
genf::GFPlanarHitPolicy::GFPlanarHitPolicy |
( |
| ) |
|
|
inline |
virtual genf::GFPlanarHitPolicy::~GFPlanarHitPolicy |
( |
| ) |
|
|
inlinevirtual |
Returns the physical detector plane.
Definition at line 38 of file GFPlanarHitPolicy.cxx.
GFDetPlane fPhysicalDetPlane
Physical detector plane. Given by detector hardware.
const std::string& genf::GFPlanarHitPolicy::getName |
( |
| ) |
|
|
inline |
Hit coordinates in detector plane.
Definition at line 26 of file GFPlanarHitPolicy.cxx.
28 return hit->getRawHitCoord();
Detector simulation of raw signals on wires.
Hit covariances in detector plane.
Definition at line 32 of file GFPlanarHitPolicy.cxx.
34 return hit->getRawHitCov();
Detector simulation of raw signals on wires.
void genf::GFPlanarHitPolicy::setDetPlane |
( |
const GFDetPlane & |
p | ) |
|
|
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.
GFDetPlane fPhysicalDetPlane
Physical detector plane. Given by detector hardware.
GFDetPlane genf::GFPlanarHitPolicy::fPhysicalDetPlane |
|
protected |
const std::string genf::GFPlanarHitPolicy::fPolicyName = "GFPlanarHitPolicy" |
|
staticprivate |
The documentation for this class was generated from the following files: