X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=TTherminator%2FTherminator%2FDecayChannel.h;h=c39c40e7a2517fc7108745aee3491783b44d1b34;hp=0ca744eec3b6bae55a93f47b35a4defdc8f37c15;hb=93996950b650584b2aa5fccf932da83252349dc7;hpb=65d1e3cc790d6b5160e909827e80c1e8ba7540a9 diff --git a/TTherminator/Therminator/DecayChannel.h b/TTherminator/Therminator/DecayChannel.h index 0ca744eec3b..c39c40e7a25 100644 --- a/TTherminator/Therminator/DecayChannel.h +++ b/TTherminator/Therminator/DecayChannel.h @@ -36,6 +36,7 @@ class DecayChannel DecayChannel(double aBranchRatio, int aPartType1, int aPartType2, int aPartType3 = -1); DecayChannel(const DecayChannel& aChannel); ~DecayChannel(); + DecayChannel& operator=(const DecayChannel& aChannel); int GetParticle1() const; int GetParticle2() const;