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

#include <SRStub.h>

Public Member Functions

 SRStubHit ()
 
 ~SRStubHit ()
 

Public Attributes

float charge
 Calibrated and electron-lifetime-corrected charge [#elec]. More...
 
short wire
 Wire number of the hit. More...
 
bool ontrack
 Whether this hit is also on an overlaid track. More...
 

Detailed Description

Definition at line 16 of file SRStub.h.

Constructor & Destructor Documentation

caf::SRStubHit::SRStubHit ( )

Definition at line 12 of file SRStub.cxx.

12  :
13  charge(std::numeric_limits<float>::signaling_NaN()),
14  wire(-1),
15  ontrack(false)
16  {}
short wire
Wire number of the hit.
Definition: SRStub.h:22
bool ontrack
Whether this hit is also on an overlaid track.
Definition: SRStub.h:23
float charge
Calibrated and electron-lifetime-corrected charge [#elec].
Definition: SRStub.h:21
caf::SRStubHit::~SRStubHit ( )
inline

Definition at line 19 of file SRStub.h.

19 {}

Member Data Documentation

float caf::SRStubHit::charge

Calibrated and electron-lifetime-corrected charge [#elec].

Definition at line 21 of file SRStub.h.

bool caf::SRStubHit::ontrack

Whether this hit is also on an overlaid track.

Definition at line 23 of file SRStub.h.

short caf::SRStubHit::wire

Wire number of the hit.

Definition at line 22 of file SRStub.h.


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