]> git.uio.no Git - u/mrichter/AliRoot.git/blame - STEER/STEERBase/AliVTOFMatch.cxx
Fix for IsTriggerInputFired,GetFiredTriggerInputs
[u/mrichter/AliRoot.git] / STEER / STEERBase / AliVTOFMatch.cxx
CommitLineData
2874a2f5 1#include "AliVTOFMatch.h"
2
3ClassImp(AliVTOFMatch)
4
5//___________________________________________________
6AliVTOFMatch & AliVTOFMatch::operator=(const AliVTOFMatch& source)
7{
8 // assignment op-r
9 if (this == &source) return *this;
10 TObject::operator=(source);
11 return *this;
12}