LCOV - code coverage report
Current view: top level - STEER/STEERBase - AliVTPCseed.h (source / functions) Hit Total Coverage
Test: coverage.info Lines: 2 4 50.0 %
Date: 2016-06-14 17:26:59 Functions: 2 6 33.3 %

          Line data    Source code
       1             : #ifndef ALIVTPCSEED_H
       2             : #define ALIVTPCSEED_H
       3             : 
       4             : /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
       5             :  * See cxx source for full Copyright notice                               *
       6             :  * Primary Author: Mikolaj Krzewicki, mkrzewic@cern.ch
       7             :  */
       8             : class AliTPCseed;
       9             : 
      10           0 : class AliVTPCseed {
      11             :   public:
      12       31948 :   AliVTPCseed() {}
      13       31264 :   virtual ~AliVTPCseed() {}
      14             :   virtual void CopyToTPCseed( AliTPCseed &) const = 0;
      15             :   virtual void SetFromTPCseed( const AliTPCseed*) = 0;
      16             :   //
      17             :   // special method for eventual suppression of shared clusters before deletion
      18           0 :   virtual void TagSuppressSharedClusters() {}
      19             : };
      20             : 
      21             : #endif

Generated by: LCOV version 1.11