FairRoot/PandaRoot
RhoConstraint.cxx
Go to the documentation of this file.
1 #include "RhoConstraint.h"
3 // //
4 // RhoConstraint //
5 // //
6 // Base class for fitting constraints //
7 // //
8 // Author List: //
9 // Ralf Kliemt, HIM/GSI Feb.2013 (Cleanup & Restructuring) //
10 // //
12 
14 
16  : TObject()
17 {
18 };
19 
21 {
22 };
23 
24 
ClassImp(PndAnaContFact)