Class Reference for E1039 Core & Analysis Software
PHG4HitEval.cc
Go to the documentation of this file.
1 // $Id: $
2 
11 #include "PHG4HitEval.h"
12 
14  eion(NAN), scint_id(-9999), light_yield(NAN), path_length(NAN)
15 
16 {
17  // TODO Auto-generated constructor stub
18 
19 }
20 
22 {
23  // TODO Auto-generated destructor stub
24 }
25 
27 {
28  Copy(g4hit);
29 }
30 
31 void
33 {
34  PHG4Hitv1::Copy(g4hit);
35 
36  // fill the branched variables from the property arrays
41 
42 }
virtual void Copy(PHG4Hit const &g4hit)
Definition: PHG4HitEval.cc:32
float eion
Definition: PHG4HitEval.h:80
float light_yield
a number proportional to the scintillation light yield.
Definition: PHG4HitEval.h:85
float path_length
path length of the track to the hit
Definition: PHG4HitEval.h:88
virtual ~PHG4HitEval()
Definition: PHG4HitEval.cc:21
virtual void Copy(PHG4Hit const &g4hit)
virtual float get_path_length() const
Definition: PHG4Hitv1.h:62
virtual float get_light_yield() const
Definition: PHG4Hitv1.h:61
virtual float get_eion() const
Definition: PHG4Hitv1.h:60
virtual int get_scint_id() const
Definition: PHG4Hitv1.h:64