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

#include <ParticleMatch.h>

Public Member Functions

 ParticleMatch ()
 

Public Attributes

int G4ID
 
float energy
 

Detailed Description

Definition at line 10 of file ParticleMatch.h.

Constructor & Destructor Documentation

caf::ParticleMatch::ParticleMatch ( )

Definition at line 14 of file ParticleMatch.cxx.

14  :
15  G4ID(INT_MIN),
16  energy(std::numeric_limits<float>::signaling_NaN())
17 {}

Member Data Documentation

float caf::ParticleMatch::energy

Definition at line 14 of file ParticleMatch.h.

int caf::ParticleMatch::G4ID

Definition at line 13 of file ParticleMatch.h.


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