]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
eff C++ and compilation warnings
authormasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 25 Jan 2008 16:07:43 +0000 (16:07 +0000)
committermasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 25 Jan 2008 16:07:43 +0000 (16:07 +0000)
ITS/AliITSClusterFinderV2SDD.cxx
ITS/AliITSVertexer.cxx
ITS/AliITSVertexerFast.cxx

index 539c2830a840d0463552dd35ef0fca1491191df9..630c3bb6d4cad98774ef12a315a32d6b7400df2f 100644 (file)
@@ -253,8 +253,8 @@ void AliITSClusterFinderV2SDD::RawdataToClusters(AliRawReader* rawReader,TClones
   //------------------------------------------------------------
   rawReader->Reset();
   AliITSRawStreamSDD inputSDD(rawReader);
-  AliITSCalibrationSDD* cal = (AliITSCalibrationSDD*)GetResp(240);
   /*
+  AliITSCalibrationSDD* cal = (AliITSCalibrationSDD*)GetResp(240);
   printf("gain anode 10=%f\n",cal->GetDriftSpeedAtAnode(10));
   printf("drift speed anode 10=%f\n",cal->GetChannelGain(10));
   */
index ef72408ffb11c86e6c203fa4083f2102753e4cb4..724e1a45432aeb916e457e6367924d39473d6feb 100644 (file)
@@ -59,7 +59,10 @@ fLadOnLay2(0)
 }
 
 //______________________________________________________________________
-AliITSVertexer::AliITSVertexer(const AliITSVertexer &vtxr) : AliVertexer(vtxr) {
+AliITSVertexer::AliITSVertexer(const AliITSVertexer &vtxr) : AliVertexer(vtxr),
+fLadders(), 
+fLadOnLay2(0) 
+{
   // Copy constructor
   // Copies are not allowed. The method is protected to avoid misuse.
   Error("AliITSVertexer","Copy constructor not allowed\n");
index 7cd4d8da73c790dc0415c0a2fa78dcd88a1efe42..e54e6142cde19545edb0f4df7071999df3a881fa 100644 (file)
@@ -127,7 +127,8 @@ void AliITSVertexerFast::PrintStatus() const {
 
 //______________________________________________________________________
 AliITSVertexerFast::AliITSVertexerFast(const AliITSVertexerFast &vtxr) : 
-                    AliITSVertexer(vtxr) {
+  AliITSVertexer(vtxr),
+fSmear(0)  {
   // Copy constructor
   // Copies are not allowed. The method is protected to avoid misuse.
   Error("AliITSVertexerFast","Copy constructor not allowed\n");