FairRoot/PandaRoot
RhoConstraint.h
Go to the documentation of this file.
1 #ifndef RHOCONSTRAINT_H
2 #define RHOCONSTRAINT_H
3 // //
5 // RhoConstraint //
6 // //
7 // Base class for fitting constraints //
8 // //
9 // Author List: //
10 // Ralf Kliemt, HIM/GSI Feb.2013 (Cleanup & Restructuring) //
11 // //
13 
14 
15 #include "TObject.h"
16 
17 class RhoConstraint : public TObject
18 {
19  public:
20  RhoConstraint();
22 
23  ClassDef ( RhoConstraint,1 );
24 };
25 
26 #endif // RHOCONSTRAINT_H
ClassDef(RhoConstraint, 1)