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 #include "TObject.h"
15 
16 class RhoConstraint : public TObject {
17  public:
18  RhoConstraint();
20 
22 };
23 
24 #endif // RHOCONSTRAINT_H
ClassDef(RhoConstraint, 1)