ROOT logo
#include "AliVTOFMatch.h"

ClassImp(AliVTOFMatch)

//___________________________________________________
AliVTOFMatch & AliVTOFMatch::operator=(const AliVTOFMatch& source) 
{
  // assignment op-r
  if (this == &source) return *this;
  TObject::operator=(source);
  return *this;
}
 AliVTOFMatch.cxx:1
 AliVTOFMatch.cxx:2
 AliVTOFMatch.cxx:3
 AliVTOFMatch.cxx:4
 AliVTOFMatch.cxx:5
 AliVTOFMatch.cxx:6
 AliVTOFMatch.cxx:7
 AliVTOFMatch.cxx:8
 AliVTOFMatch.cxx:9
 AliVTOFMatch.cxx:10
 AliVTOFMatch.cxx:11
 AliVTOFMatch.cxx:12