LCOV - code coverage report
Current view: top level - HLT/TPCLib/tracking-ca - AliHLTTPCCATrackConvertor.h (source / functions) Hit Total Coverage
Test: coverage.info Lines: 0 1 0.0 %
Date: 2016-06-14 17:26:59 Functions: 0 2 0.0 %

          Line data    Source code
       1             : //-*- Mode: C++ -*-
       2             : // ************************************************************************
       3             : // This file is property of and copyright by the ALICE HLT Project        *
       4             : // ALICE Experiment at CERN, All rights reserved.                         *
       5             : // See cxx source for full Copyright notice                               *
       6             : //                                                                        *
       7             : //*************************************************************************
       8             : 
       9             : #ifndef ALIHLTTPCCATRACKCONVERTOR_H
      10             : #define ALIHLTTPCCATRACKCONVERTOR_H
      11             : 
      12             : #include "AliHLTTPCCADef.h"
      13             : 
      14             : class AliExternalTrackParam;
      15             : class AliHLTTPCCATrackParam;
      16             : 
      17             : /**
      18             :  * @class AliHLTTPCCATrackConvertor
      19             :  *
      20             :  * AliHLTTPCCATrackConvertor class converts tracks to different parameterisations
      21             :  * it is used by the AliHLTTPCCATrackerComponent
      22             :  *
      23             :  */
      24             : class AliHLTTPCCATrackConvertor
      25             : {
      26             :   public:
      27             : 
      28           0 :     AliHLTTPCCATrackConvertor() {}
      29             :     
      30             :   static bool GetExtParam( const AliHLTTPCCATrackParam &T1, AliExternalTrackParam &T2, double alpha );    
      31             :   static void SetExtParam( AliHLTTPCCATrackParam &T1, const AliExternalTrackParam &T2 );
      32             : 
      33             : };
      34             : 
      35             : 
      36             : #endif //ALIHLTTPCCATRACKCONVERTOR_H

Generated by: LCOV version 1.11