1 #ifndef PerEventIPFitterProcessor_h
2 #define PerEventIPFitterProcessor_h 1
4 #include "marlin/Processor.h"
11 #include "inc/event.h"
12 #include "inc/vertex.h"
13 using namespace lcio ;
14 using namespace marlin ;
57 virtual void processRunHeader( LCRunHeader* run ) ;
58 virtual void processEvent( LCEvent * evt ) ;
59 virtual void check( LCEvent * evt ) ;
63 std::string _InputRPCollectionName ;
64 std::string _VertexCollectionName;
66 FloatVec _DefaultIPPos;
67 FloatVec _DefaultIPErr;
68 double _ProbThreshold;
Determine IP position and error from the tracks in an event by simple fit.