]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/TPCLib/tracking-ca/AliHLTTPCCATrackConvertor.h
fix of segm. violation in the GPU tracker (by D.Rohr)
[u/mrichter/AliRoot.git] / HLT / TPCLib / tracking-ca / AliHLTTPCCATrackConvertor.h
CommitLineData
eb30eb49 1//-*- Mode: C++ -*-
ce565086 2// ************************************************************************
fbb9b71b 3// This file is property of and copyright by the ALICE HLT Project *
ce565086 4// ALICE Experiment at CERN, All rights reserved. *
5// See cxx source for full Copyright notice *
6// *
7//*************************************************************************
eb30eb49 8
9#ifndef ALIHLTTPCCATRACKCONVERTOR_H
10#define ALIHLTTPCCATRACKCONVERTOR_H
00d07bcd 11
12#include "AliHLTTPCCADef.h"
eb30eb49 13
14class AliExternalTrackParam;
15class AliHLTTPCCATrackParam;
16
17/**
18 * @class AliHLTTPCCATrackConvertor
19 *
20 * AliHLTTPCCATrackConvertor class converts tracks to different parameterisations
21 * it is used by the AliHLTTPCCATrackerComponent
22 *
23 */
24class AliHLTTPCCATrackConvertor
25{
fbb9b71b 26 public:
eb30eb49 27
fbb9b71b 28 AliHLTTPCCATrackConvertor() {}
eb30eb49 29
4acc2401 30 static bool GetExtParam( const AliHLTTPCCATrackParam &T1, AliExternalTrackParam &T2, double alpha );
fbb9b71b 31 static void SetExtParam( AliHLTTPCCATrackParam &T1, const AliExternalTrackParam &T2 );
eb30eb49 32
33};
34
35
31649d4b 36#endif //ALIHLTTPCCATRACKCONVERTOR_H