13#include "framework/core/Module.h"
14#include "framework/datastore/StoreArray.h"
15#include "trg/cdc/dataobjects/CDCTrigger3DHTrack.h"
16#include "trg/cdc/dataobjects/CDCTriggerSegmentHit.h"
17#include "trg/cdc/NDFinder.h"
26 class CDCTriggerNDFinderModule :
public Module {
29 CDCTriggerNDFinderModule();
31 virtual ~CDCTriggerNDFinderModule();
36 virtual void event()
override;
37 virtual void endRun()
override;
46 std::string m_trackSegmentHitsName;
48 std::string m_ndFinderTracksName;
50 std::string m_ndFinderTrackToHitArrayName;
60 unsigned short m_minSuperAxial;
62 unsigned short m_minSuperStereo;
64 unsigned short m_iterations;
66 unsigned short m_omegaTrim;
68 unsigned short m_phiTrim;
70 bool m_storeHoughSpace;
72 std::string m_axialFile;
74 std::string m_stereoFile;
virtual void initialize() override
Initialize the Module.
virtual void event() override
This method is the core of the module.
virtual void endRun() override
This method is called if the current run ends.
virtual void terminate() override
This method is called at the end of the event processing.
virtual void beginRun() override
Called when entering a new run.
Accessor to arrays stored in the data store.
Abstract base class for different kinds of events.