16#ifdef TRKRECO_DEBUG_DETAIL
22#include "TrkReco/TMLink.h"
23#include "TrkReco/TSegment.h"
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;
96#ifdef TMDCTsf_NO_INLINE
100# define TMDCTsf_INLINE_DEFINE_HERE
103#ifdef TMDCTsf_INLINE_DEFINE_HERE
A class to represent a Track Finder Segment(TSF).
TMDCTsf(unsigned sl)
Constructor of fixed shape.
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.