FairRoot/PandaRoot
PndDiscReconResult.h
Go to the documentation of this file.
1 //-------------------------------------------------------------------------
2 // Author: Mustafa Schmidt (Mustafa.A.Schmidt@physik.uni-giessen.de)
3 // Changes:
4 // Date: 30.11.2015
5 // Description: Reconstruction
6 //-------------------------------------------------------------------------
7 
8 #ifndef DISCDIRC_RECONRESULT_HH
9 #define DISCDIRC_RECONRESULT_HH
10 
11 
12 #include "TObject.h"
13 
14 
15 class PndDiscReconResult : public TObject
16 {
17  public:
20 
22 
23  int particle;
25  int sensor;
26  int pixel;
27  double time;
28 
29  ClassDef(PndDiscReconResult,2)
30 };
31 
32 
33 #endif // DISCDIRC_RECONRESULT_HH