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