]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSClusterFinderSSD.cxx
SSD calibration with float precision instead of double (M.masera, E.Fragiacomo)
[u/mrichter/AliRoot.git] / ITS / AliITSClusterFinderSSD.cxx
index 0de787a4214767dcfc5bf39d5c44efee2a2ff516..e69458293194a5acc00d8b70987e4eb450a8efc6 100644 (file)
 //  * period of March - June 2001                                            *
 // **************************************************************************/
 //
-
-/////////////////////////////////////////////////////////////////////////////
-//                                                                         //
-// Cluster finder class for SSD                                            // 
-//                                                                         //
-/////////////////////////////////////////////////////////////////////////////
 //#include <Riostream.h>
 #include <TArrayI.h>
 
@@ -40,7 +34,7 @@
 #include "AliITSsegmentationSSD.h"
 //#include "AliITSgeom.h"
 #include "AliITSCalibrationSSD.h"
-//#include "AliLog.h"
+#include "AliLog.h"
 
 const Bool_t AliITSClusterFinderSSD::fgkSIDEP=kTRUE;
 const Bool_t AliITSClusterFinderSSD::fgkSIDEN=kFALSE;
@@ -146,21 +140,6 @@ fSFB(0){
     fPitch        = GetSeg()->Dpx(0);
     fPNsignalRatio= 7./8.;    // warning: hard-wired number
 }
-//______________________________________________________________________
-AliITSClusterFinderSSD::AliITSClusterFinderSSD(const AliITSClusterFinderSSD &source):AliITSClusterFinder(source){
-    // Copy constructor to satify Coding roules only.
-
-    Error("AliITSsimulationSSD","Not allowed to make a copy of "
-          "AliITSsimulationSSD");
-}
-//______________________________________________________________________
-AliITSClusterFinderSSD& AliITSClusterFinderSSD::operator=(const AliITSClusterFinderSSD &/*source*/){
-    // Assignment operator to satify Coding roules only.
-
-    Error("AliITSClusterFinderSSD","Not allowed to make a = with "
-          "AliITSClusterFinderSSD");
-    return *this;
-}
 
 //______________________________________________________________________
 AliITSClusterFinderSSD::~AliITSClusterFinderSSD(){
@@ -278,7 +257,7 @@ void AliITSClusterFinderSSD::FindNeighbouringDigits(Int_t module){
        for(j=0;j<dnumber;j++) {
          
          if( (((AliITSdigitSSD*)lDigits[dbuffer[j]])->GetSignal())
-             > fgkNoiseThreshold*((AliITSCalibrationSSD*)GetResp(module))->
+             > fgkNoiseThreshold* ((AliITSCalibrationSSD*)GetResp(module))->
              GetNoiseP( ((AliITSdigitSSD*)lDigits[dbuffer[j]])->GetStripNumber()) ) 
            flag+=1;