FairRoot/PandaRoot
RhoPointingConstraint.cxx
Go to the documentation of this file.
1 // //
3 // RhoPointingConstraint //
4 // //
5 // Definition of a pointing constraint for particle fitters //
6 // //
7 // Author List: //
8 // Ralf Kliemt, HIM/GSI Feb.2013 //
9 // //
11 
12 #include "RhoPointingConstraint.h"
13 
15 
17  : fPointingConstraint ( where )
18 {}
19 
21 {}
22 
ClassImp(RhoPointingConstraint)
RhoPointingConstraint(const RhoVector3Err &where)