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 #include "TObject.h"
12 
13 class PndDiscReconResult : public TObject {
14  public:
17 
19 
20  int particle;
22  int sensor;
23  int pixel;
24  double time;
25 
26  ClassDef(PndDiscReconResult, 2)
27 };
28 
29 #endif // DISCDIRC_RECONRESULT_HH