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

Calorimetry information. More...

#include <SRTrackCalo.h>

Public Member Functions

 SRTrackCalo ()
 
virtual ~SRTrackCalo ()
 
void setDefault ()
 

Public Attributes

int nhit
 Number of hits on this plane counted in the calorimetry. More...
 
float ke
 Kinetic energy deposited on this plane [GeV]. More...
 
float charge
 Deposited charge as seen by wireplane (pre recombination and electric lifetime corrections) [ADC]. More...
 
std::vector< SRCaloPointpoints
 Information saved per-point. More...
 

Detailed Description

Calorimetry information.

Definition at line 32 of file SRTrackCalo.h.

Constructor & Destructor Documentation

caf::SRTrackCalo::SRTrackCalo ( )

Definition at line 25 of file SRTrackCalo.cxx.

25  :
26  nhit(-999),
27  ke(std::numeric_limits<float>::signaling_NaN()),
28  charge(std::numeric_limits<float>::signaling_NaN())
29  { }
float charge
Deposited charge as seen by wireplane (pre recombination and electric lifetime corrections) [ADC]...
Definition: SRTrackCalo.h:41
float ke
Kinetic energy deposited on this plane [GeV].
Definition: SRTrackCalo.h:40
int nhit
Number of hits on this plane counted in the calorimetry.
Definition: SRTrackCalo.h:39
caf::SRTrackCalo::~SRTrackCalo ( )
virtual

Definition at line 31 of file SRTrackCalo.cxx.

31 { }

Member Function Documentation

void caf::SRTrackCalo::setDefault ( )

Definition at line 33 of file SRTrackCalo.cxx.

34  {
35  nhit = -1;
36  ke = -1.;
37  charge = -1.;
38  }
float charge
Deposited charge as seen by wireplane (pre recombination and electric lifetime corrections) [ADC]...
Definition: SRTrackCalo.h:41
float ke
Kinetic energy deposited on this plane [GeV].
Definition: SRTrackCalo.h:40
int nhit
Number of hits on this plane counted in the calorimetry.
Definition: SRTrackCalo.h:39

Member Data Documentation

float caf::SRTrackCalo::charge

Deposited charge as seen by wireplane (pre recombination and electric lifetime corrections) [ADC].

Definition at line 41 of file SRTrackCalo.h.

float caf::SRTrackCalo::ke

Kinetic energy deposited on this plane [GeV].

Definition at line 40 of file SRTrackCalo.h.

int caf::SRTrackCalo::nhit

Number of hits on this plane counted in the calorimetry.

Definition at line 39 of file SRTrackCalo.h.

std::vector<SRCaloPoint> caf::SRTrackCalo::points

Information saved per-point.

Definition at line 42 of file SRTrackCalo.h.


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