16#ifdef TRKRECO_DEBUG_DETAIL
22#include "TrkReco/TMLink.h"
23#include "TrkReco/TSegment.h"
27#define HEP_SHORT_NAMES
28#include "CLHEP/Alist/AList.h"
32#define TMDCTSF_MIN_LAYERS 3
53 void dump(
const std::string & message = std::string(
""),
54 const std::string & prefix = std::string(
""))
const;
97#ifdef TMDCTsf_NO_INLINE
101#define TMDCTsf_INLINE_DEFINE_HERE
104#ifdef TMDCTsf_INLINE_DEFINE_HERE
A class to represent a Track Finder Segment(TSF).
AList< TSegment > createTsf(unsigned) const
AList< TSegment > segments(const AList< TMLink > &links)
finds segments.
void dump(const std::string &message=std::string(""), const std::string &prefix=std::string("")) const
dumps debug information.
void solveLeftRight(void)
solves left-right ambiguityies.
virtual ~TMDCTsf()
Destructor.
A class to represent a wire in MDC.
A class to relate TMDCWireHit and TTrack objects.