FairRoot/PandaRoot
RhoPointingConstraint.h
Go to the documentation of this file.
1 #ifndef RHOPOINTINGCONSTRAINT_H
2 #define RHOPOINTINGCONSTRAINT_H
3 // //
5 // RhoPointingConstraint //
6 // //
7 // Definition of a pointing constraint for particle fitters //
8 // //
9 // Author List: //
10 // Ralf Kliemt, HIM/GSI Feb.2013 //
11 // //
13 
14 
15 #include "RhoConstraint.h"
16 #include "RhoVector3Err.h"
17 
19 {
20  public:
21  RhoPointingConstraint ( const RhoVector3Err& where );
23 
24  void SetPointingConstraint ( const RhoVector3Err& where ) {
25  fPointingConstraint=where;
26  };
28  return fPointingConstraint;
29  };
30 
31  private:
33 
35 };
36 
37 #endif // RHOPOINTINGCONSTRAINT_H
RhoVector3Err GetPointingConstraint() const
ClassDef(RhoPointingConstraint, 1)
RhoPointingConstraint(const RhoVector3Err &where)
void SetPointingConstraint(const RhoVector3Err &where)