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

          Line data    Source code
       1             : #include "AliVTrdTrack.h"
       2             : 
       3             : AliVTrdTrack::AliVTrdTrack() :
       4        5225 :   TObject()
       5       15675 : {
       6             :   // default constructor
       7             : 
       8        5225 : }
       9             : 
      10             : AliVTrdTrack::AliVTrdTrack(const AliVTrdTrack& rhs) :
      11        4653 :   TObject(rhs)
      12       13959 : {
      13             :   // copy constructor
      14             : 
      15        4653 : }
      16             : 
      17             : AliVTrdTrack& AliVTrdTrack::operator=(const AliVTrdTrack& rhs)
      18             : {
      19             :   // assignment operator
      20             : 
      21           0 :   if (&rhs != this)
      22           0 :     TObject::operator=(rhs);
      23             : 
      24           0 :   return *this;
      25             : }
      26             : 
      27             : void AliVTrdTrack::Copy(TObject &rhs) const
      28             : {
      29             :   // copy
      30             : 
      31           0 :   TObject::Copy(rhs);
      32           0 : }

Generated by: LCOV version 1.11