1 #include "marlin/Processor.h"
2 #include "EVENT/Track.h"
6 #include "IMPL/LCCollectionVec.h"
7 #include "IMPL/ParticleIDImpl.h"
8 #include "IMPL/TrackImpl.h"
36 virtual void processRunHeader( LCRunHeader* run ) ;
40 virtual void processEvent( LCEvent * evt ) ;
47 bool FindTracks(LCEvent* evt);
49 double safeAcos(
double x);
54 std::vector<Track*> _trackvec{};
57 double _D0ErrorScaleFactor{};
58 double _Z0ErrorScaleFactor{};
59 double _OmegaErrorScaleFactor{};
60 double _PhiErrorScaleFactor{};
61 double _TanLambdaErrorScaleFactor{};
64 std::string _outputTrackCollectionName{};
65 std::string _inputTrackCollectionName{};
TrackResponseAdjuster:
Definition: TrackResponseAdjuster.h:19