LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
Line data Source code 1 : #include "AliVTOFHit.h" 2 : 3 176 : ClassImp(AliVTOFHit) 4 : 5 : //________________________________________ 6 : AliVTOFHit & AliVTOFHit::operator=(const AliVTOFHit& source) 7 : { 8 : // assignment op-r 9 0 : if (this == &source) return *this; 10 0 : TObject::operator=(source); 11 0 : return *this; 12 0 : } 13 : |
![]() |
Generated by: LCOV version 1.11 |