From: hristov Date: Mon, 27 Oct 2008 13:44:01 +0000 (+0000) Subject: Fixed warnings X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=491f873fa6eb9f366dfa9ead86f35c6d03523641 Fixed warnings --- diff --git a/STEER/AliEventTag.cxx b/STEER/AliEventTag.cxx index 514c6b63ce6..506e584f827 100644 --- a/STEER/AliEventTag.cxx +++ b/STEER/AliEventTag.cxx @@ -35,6 +35,7 @@ ClassImp(AliEventTag) fmd5(0), fturl(0), fNumberOfParticipants(-10), + fNumberOfParticipants2(-10), fImpactParameter(-10.0), fPrimaryVertexFlag(-1), fPrimaryVertexX(-100.0), @@ -108,6 +109,7 @@ AliEventTag::AliEventTag(const AliEventTag & evTag) : fmd5(evTag.fmd5), fturl(evTag.fturl), fNumberOfParticipants(evTag.fNumberOfParticipants), + fNumberOfParticipants2(evTag.fNumberOfParticipants2), fImpactParameter(evTag.fImpactParameter), fPrimaryVertexFlag(evTag.fPrimaryVertexFlag), fPrimaryVertexX(evTag.fPrimaryVertexX),