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

Match from a reconstructed track to a true particle */. More...

#include <SRParticleMatch.h>

Public Member Functions

 SRParticleMatch ()
 Constructor. More...
 

Public Attributes

int G4ID
 ID of the particle match, taken from G4 */. More...
 
float energy
 Total energy matching between reco track and true particle across all three planes [GeV]. NOTE: this energy is a sum of the depoisted energy as seen individually by each plane */. More...
 
float hit_completeness
 The fraction of the best true particle's hits contained by the reconstructed object. More...
 
float hit_purity
 The fraction of the reconstructed object's hits that originate from the best true particle. More...
 
float energy_completeness
 The fraction of the best true particle's energy contained by the reconstructed object. More...
 
float energy_purity
 The fraction of the reconstructed object's energy that originates from the best true particle. More...
 

Detailed Description

Match from a reconstructed track to a true particle */.

Definition at line 10 of file SRParticleMatch.h.

Constructor & Destructor Documentation

caf::SRParticleMatch::SRParticleMatch ( )

Constructor.

Definition at line 14 of file SRParticleMatch.cxx.

14  :
15  G4ID(INT_MIN),
16  energy(std::numeric_limits<float>::signaling_NaN()),
17  hit_completeness(std::numeric_limits<float>::signaling_NaN()),
18  hit_purity(std::numeric_limits<float>::signaling_NaN()),
19  energy_completeness(std::numeric_limits<float>::signaling_NaN()),
20  energy_purity(std::numeric_limits<float>::signaling_NaN())
21 {}
float hit_completeness
The fraction of the best true particle&#39;s hits contained by the reconstructed object.
float energy
Total energy matching between reco track and true particle across all three planes [GeV]...
float energy_purity
The fraction of the reconstructed object&#39;s energy that originates from the best true particle...
int G4ID
ID of the particle match, taken from G4 */.
float hit_purity
The fraction of the reconstructed object&#39;s hits that originate from the best true particle...
float energy_completeness
The fraction of the best true particle&#39;s energy contained by the reconstructed object.

Member Data Documentation

float caf::SRParticleMatch::energy

Total energy matching between reco track and true particle across all three planes [GeV]. NOTE: this energy is a sum of the depoisted energy as seen individually by each plane */.

Definition at line 14 of file SRParticleMatch.h.

float caf::SRParticleMatch::energy_completeness

The fraction of the best true particle's energy contained by the reconstructed object.

Definition at line 18 of file SRParticleMatch.h.

float caf::SRParticleMatch::energy_purity

The fraction of the reconstructed object's energy that originates from the best true particle.

Definition at line 19 of file SRParticleMatch.h.

int caf::SRParticleMatch::G4ID

ID of the particle match, taken from G4 */.

Definition at line 13 of file SRParticleMatch.h.

float caf::SRParticleMatch::hit_completeness

The fraction of the best true particle's hits contained by the reconstructed object.

Definition at line 16 of file SRParticleMatch.h.

float caf::SRParticleMatch::hit_purity

The fraction of the reconstructed object's hits that originate from the best true particle.

Definition at line 17 of file SRParticleMatch.h.


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