//-*- Mode: C++ -*- // ************************************************************************ // This file is property of and copyright by the ALICE HLT Project * // ALICE Experiment at CERN, All rights reserved. * // See cxx source for full Copyright notice * // * //************************************************************************* #ifndef ALIHLTTPCGMBORDERTRACK_H #define ALIHLTTPCGMBORDERTRACK_H #include "AliHLTTPCCAMath.h" /** * @class AliHLTTPCGMBorderTrack * * The class describes TPC slice tracks at sector borders. * Used in AliHLTTPCGMMerger * */ class AliHLTTPCGMBorderTrack { public: struct Range{ int fId; float fMin, fMax; static bool CompMin(const Range &a, const Range &b) { return a.fMin