All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ParticleMatch.h
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 // \file ParticleMatch.h
3 ////////////////////////////////////////////////////////////////////////
4 #ifndef PARTICLEMATCH_H
5 #define PARTICLEMATCH_H
6 
7 namespace caf
8 {
9  /* Deprecated Class */
10  class ParticleMatch {
11  public:
12  ParticleMatch();
13  int G4ID;
14  float energy;
15  };
16 } // end namespace
17 
18 #endif // PARTICLEMATCH_H
19 //////////////////////////////////////////////////////////////////////////////