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

Representation of Shower MVA PID outputs. More...

#include <SRShowerRazzle.h>

Public Member Functions

 SRShowerRazzle ()
 
 ~SRShowerRazzle ()
 

Public Attributes

int pdg
 
float electronScore
 
float photonScore
 
float otherScore
 
float bestScore
 

Detailed Description

Representation of Shower MVA PID outputs.

Definition at line 9 of file SRShowerRazzle.h.

Constructor & Destructor Documentation

caf::SRShowerRazzle::SRShowerRazzle ( )

Definition at line 8 of file SRShowerRazzle.cxx.

9  : pdg(-5)
10  , electronScore(-5.f)
11  , photonScore(-5.f)
12  , otherScore(-5.f)
13  , bestScore(-5.f)
14 {
15 }
caf::SRShowerRazzle::~SRShowerRazzle ( )
inline

Definition at line 12 of file SRShowerRazzle.h.

12 {}

Member Data Documentation

float caf::SRShowerRazzle::bestScore

Definition at line 20 of file SRShowerRazzle.h.

float caf::SRShowerRazzle::electronScore

Definition at line 16 of file SRShowerRazzle.h.

float caf::SRShowerRazzle::otherScore

Definition at line 18 of file SRShowerRazzle.h.

int caf::SRShowerRazzle::pdg

Definition at line 14 of file SRShowerRazzle.h.

float caf::SRShowerRazzle::photonScore

Definition at line 17 of file SRShowerRazzle.h.


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