X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONRawCluster.cxx;h=fe2281def29d9fdd7fb4f2d453beacbc403218a4;hb=c34553fd97ea5d3073a585f29f37c43b7a717d1e;hp=49feed2f4f7354b56eca1e53d94809e771f7096c;hpb=35be7ed7d6262dc57ca2082102037e1e77c8de35;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONRawCluster.cxx b/MUON/AliMUONRawCluster.cxx index 49feed2f4f7..fe2281def29 100644 --- a/MUON/AliMUONRawCluster.cxx +++ b/MUON/AliMUONRawCluster.cxx @@ -31,6 +31,9 @@ #include "AliMUONRawCluster.h" +using std::endl; +using std::cout; +using std::setw; /// \cond CLASSIMP ClassImp(AliMUONRawCluster) /// \endcond @@ -49,6 +52,7 @@ AliMUONRawCluster::AliMUONRawCluster() fQ[j]=0; fX[j]=0; fY[j]=0; + fZ[j]=0; fMultiplicity[j]=0; fPeakSignal[j]=-1; fChi2[j]=-1;