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

#include <SRStub.h>

Public Member Functions

 SRStub ()
 
 ~SRStub ()
 

Public Attributes

SRVector3D vtx
 Vertex/start position of stub [cm]. More...
 
SRVector3D end
 End position of stub [cm]. More...
 
std::vector< SRStubPlaneplanes
 
float efield_vtx
 Electric field at the vertex position of the stub [kV/cm]. More...
 
float efield_end
 Electric field at the end position of the stub [kV/cm]. More...
 
int pfpid
 PFP ID of an object that "overlays" the stub. -1 if there is no such object. More...
 
SRTrackTruth truth
 truth information More...
 

Detailed Description

Definition at line 39 of file SRStub.h.

Constructor & Destructor Documentation

caf::SRStub::SRStub ( )

Definition at line 25 of file SRStub.cxx.

25  :
26  efield_vtx(std::numeric_limits<float>::signaling_NaN()),
27  efield_end(std::numeric_limits<float>::signaling_NaN()),
28  pfpid(-1)
29  {}
int pfpid
PFP ID of an object that &quot;overlays&quot; the stub. -1 if there is no such object.
Definition: SRStub.h:51
float efield_end
Electric field at the end position of the stub [kV/cm].
Definition: SRStub.h:49
float efield_vtx
Electric field at the vertex position of the stub [kV/cm].
Definition: SRStub.h:48
caf::SRStub::~SRStub ( )
inline

Definition at line 42 of file SRStub.h.

42 {}

Member Data Documentation

float caf::SRStub::efield_end

Electric field at the end position of the stub [kV/cm].

Definition at line 49 of file SRStub.h.

float caf::SRStub::efield_vtx

Electric field at the vertex position of the stub [kV/cm].

Definition at line 48 of file SRStub.h.

SRVector3D caf::SRStub::end

End position of stub [cm].

Definition at line 45 of file SRStub.h.

int caf::SRStub::pfpid

PFP ID of an object that "overlays" the stub. -1 if there is no such object.

Definition at line 51 of file SRStub.h.

std::vector<SRStubPlane> caf::SRStub::planes

Definition at line 47 of file SRStub.h.

SRTrackTruth caf::SRStub::truth

truth information

Definition at line 52 of file SRStub.h.

SRVector3D caf::SRStub::vtx

Vertex/start position of stub [cm].

Definition at line 44 of file SRStub.h.


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