33 MdcTrkRecon(
const std::string& name, ISvcLocator* pSvcLocator);
54 std::string m_configFile;
55 std::string m_paramFile;
56 std::string m_pdtFile;
59 std::auto_ptr<MdcSegData> m_hitData;
60 std::auto_ptr<MdcSegList> m_segs;
61 std::auto_ptr<MdcTrackListBase> m_tracks;
62 std::auto_ptr<MdcSegFinder> m_segFinder;
68 std::vector<int> m_selEvtNo;
69 bool m_onlyUnusedHits;
74 std::vector<float> m_helixHitsSigma;
76 uint32_t m_getDigiFlag;
92 bool m_combineTracking;
94 double mcDrift[43][288];
95 double mcLayer[43][288];
96 double mcWire[43][288];
102 double hitOnMcTk[43];
103 int hitPoisoned[43][288];
104 int hitInSegList[43][288];
114 int isPrimaryOfMcTk[100];
117#ifdef MDCPATREC_TIMETEST
The Monte Carlo particle kinematics information.