]> git.uio.no Git - u/mrichter/AliRoot.git/blob - STEER/STEERBase/AliVTOFMatch.cxx
Reading friends in analysis framework inside HLT
[u/mrichter/AliRoot.git] / STEER / STEERBase / AliVTOFMatch.cxx
1 #include "AliVTOFMatch.h"
2
3 ClassImp(AliVTOFMatch)
4
5 //___________________________________________________
6 AliVTOFMatch & AliVTOFMatch::operator=(const AliVTOFMatch& source) 
7 {
8   // assignment op-r
9   if (this == &source) return *this;
10   TObject::operator=(source);
11   return *this;
12 }