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

#include <PndDiscPID.h>

Inheritance diagram for PndDiscPID:

Public Member Functions

 PndDiscPID ()
 
 ~PndDiscPID ()
 

Public Attributes

double loglikepion
 
double loglikekaon
 
double loglikeproton
 
double pion
 
double kaon
 
double proton
 

Detailed Description

Definition at line 15 of file PndDiscPID.h.

Constructor & Destructor Documentation

PndDiscPID::PndDiscPID ( )

Definition at line 21 of file PndDiscPID.cxx.

21  : TObject(),
22 loglikepion(0.),
23 loglikekaon(0.),
24 loglikeproton(0.),
25 pion(0.),
26 kaon(0.),
27 proton(0.)
28 {
29 }
double loglikepion
Definition: PndDiscPID.h:21
double pion
Definition: PndDiscPID.h:25
double proton
Definition: PndDiscPID.h:27
double loglikekaon
Definition: PndDiscPID.h:22
double loglikeproton
Definition: PndDiscPID.h:23
double kaon
Definition: PndDiscPID.h:26
PndDiscPID::~PndDiscPID ( )

Definition at line 31 of file PndDiscPID.cxx.

32 {
33 }

Member Data Documentation

double PndDiscPID::kaon

Definition at line 26 of file PndDiscPID.h.

Referenced by PndDiscTaskPID::Exec().

double PndDiscPID::loglikekaon

Definition at line 22 of file PndDiscPID.h.

Referenced by PndDiscTaskPID::Exec().

double PndDiscPID::loglikepion

Definition at line 21 of file PndDiscPID.h.

Referenced by PndDiscTaskPID::Exec().

double PndDiscPID::loglikeproton

Definition at line 23 of file PndDiscPID.h.

Referenced by PndDiscTaskPID::Exec().

double PndDiscPID::pion

Definition at line 25 of file PndDiscPID.h.

Referenced by PndDiscTaskPID::Exec().

double PndDiscPID::proton

Definition at line 27 of file PndDiscPID.h.

Referenced by PndDiscTaskPID::Exec().


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