FairRoot/PandaRoot
Public Member Functions | Public Attributes | List of all members
PndDiscReconResult Class Reference

#include <PndDiscReconResult.h>

Inheritance diagram for PndDiscReconResult:

Public Member Functions

 PndDiscReconResult ()
 
 ~PndDiscReconResult ()
 

Public Attributes

double cherenkov_angle
 
int particle
 
int hypothesis
 
int sensor
 
int pixel
 
double time
 

Detailed Description

Definition at line 15 of file PndDiscReconResult.h.

Constructor & Destructor Documentation

PndDiscReconResult::PndDiscReconResult ( )

Definition at line 21 of file PndDiscReconResult.cxx.

21  : TObject(),
22 cherenkov_angle(0.),
23 particle(0),
24 hypothesis(0),
25 sensor(0),
26 pixel(0),
27 time(0.)
28 {
29 }
PndDiscReconResult::~PndDiscReconResult ( )

Definition at line 31 of file PndDiscReconResult.cxx.

32 {
33 }

Member Data Documentation

double PndDiscReconResult::cherenkov_angle

Definition at line 21 of file PndDiscReconResult.h.

int PndDiscReconResult::hypothesis

Definition at line 24 of file PndDiscReconResult.h.

Referenced by PndDiscTaskReconstruction::Exec(), and PndDiscTaskPID::Exec().

int PndDiscReconResult::particle

Definition at line 23 of file PndDiscReconResult.h.

Referenced by PndDiscTaskReconstruction::Exec(), and PndDiscTaskPID::Exec().

int PndDiscReconResult::pixel

Definition at line 26 of file PndDiscReconResult.h.

Referenced by PndDiscTaskReconstruction::Exec(), and PndDiscTaskPID::Exec().

int PndDiscReconResult::sensor

Definition at line 25 of file PndDiscReconResult.h.

Referenced by PndDiscTaskReconstruction::Exec().

double PndDiscReconResult::time

Definition at line 27 of file PndDiscReconResult.h.

Referenced by PndDiscTaskReconstruction::Exec(), and PndDiscTaskPID::Exec().


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