All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
caf::SRStubPlane Class Reference

#include <SRStub.h>

Public Member Functions

 SRStubPlane ()
 
 ~SRStubPlane ()
 

Public Attributes

caf::Plane_t p
 Plane number. More...
 
float pitch
 Pitch of the stub on each wire [cm]. More...
 
float trkpitch
 Pitch of the overlaid track on each wire [cm]. More...
 
float vtx_w
 Wire coordinate of vertex on this plane (not space charge corrected). More...
 
short hit_w
 Wire of the end-point-hit. More...
 
std::vector< SRStubHithits
 List of all the hits on this plane. More...
 

Detailed Description

Definition at line 26 of file SRStub.h.

Constructor & Destructor Documentation

caf::SRStubPlane::SRStubPlane ( )

Definition at line 18 of file SRStub.cxx.

18  :
19  pitch(std::numeric_limits<float>::signaling_NaN()),
20  trkpitch(std::numeric_limits<float>::signaling_NaN()),
21  vtx_w(std::numeric_limits<float>::signaling_NaN()),
22  hit_w(-1)
23  {}
float pitch
Pitch of the stub on each wire [cm].
Definition: SRStub.h:32
short hit_w
Wire of the end-point-hit.
Definition: SRStub.h:35
float vtx_w
Wire coordinate of vertex on this plane (not space charge corrected).
Definition: SRStub.h:34
float trkpitch
Pitch of the overlaid track on each wire [cm].
Definition: SRStub.h:33
caf::SRStubPlane::~SRStubPlane ( )
inline

Definition at line 29 of file SRStub.h.

29 {}

Member Data Documentation

short caf::SRStubPlane::hit_w

Wire of the end-point-hit.

Definition at line 35 of file SRStub.h.

std::vector<SRStubHit> caf::SRStubPlane::hits

List of all the hits on this plane.

Definition at line 36 of file SRStub.h.

caf::Plane_t caf::SRStubPlane::p

Plane number.

Definition at line 31 of file SRStub.h.

float caf::SRStubPlane::pitch

Pitch of the stub on each wire [cm].

Definition at line 32 of file SRStub.h.

float caf::SRStubPlane::trkpitch

Pitch of the overlaid track on each wire [cm].

Definition at line 33 of file SRStub.h.

float caf::SRStubPlane::vtx_w

Wire coordinate of vertex on this plane (not space charge corrected).

Definition at line 34 of file SRStub.h.


The documentation for this class was generated from the following files: