]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/tracking-ca/AliHLTTPCCADisplay.cxx
Merge branch 'master' of https://git.cern.ch/reps/AliRoot
[u/mrichter/AliRoot.git] / HLT / TPCLib / tracking-ca / AliHLTTPCCADisplay.cxx
index 4c2fcb7b55f6c332056d9ef28299b558c0794cf2..5c4250afd84b2fa8e8d182ad3eb0e110d30cafc3 100644 (file)
@@ -27,7 +27,6 @@
 #include "AliHLTTPCCATrack.h"
 #include "AliHLTTPCCAPerformance.h"
 #include "AliHLTTPCCAMCTrack.h"
-#include "AliHLTTPCCAOutTrack.h"
 
 #include "TString.h"
 #include "Riostream.h"
@@ -92,22 +91,6 @@ AliHLTTPCCADisplay::AliHLTTPCCADisplay() : fYX( 0 ), fZX( 0 ), fAsk( 1 ), fSlice
   // constructor
 }
 
-
-AliHLTTPCCADisplay::AliHLTTPCCADisplay( const AliHLTTPCCADisplay& )
-    : fYX( 0 ), fZX( 0 ), fAsk( 1 ), fSliceView( 1 ), fSlice( 0 ), fPerf( 0 ),
-    fCos( 1 ), fSin( 0 ), fZMin( -250 ), fZMax( 250 ), fYMin( -250 ), fYMax( 250 ), fSliceCos( 1 ), fSliceSin( 0 ),
-    fRInnerMin( 83.65 ), fRInnerMax( 133.3 ), fROuterMin( 133.5 ), fROuterMax( 247.7 ),
-    fTPCZMin( -250. ), fTPCZMax( 250 ), fArc(), fLine(), fPLine(), fMarker(), fBox(), fCrown(), fLatex(), fDrawOnlyRef( 0 )
-{
-  // dummy
-}
-
-const AliHLTTPCCADisplay& AliHLTTPCCADisplay::operator=( const AliHLTTPCCADisplay& ) const
-{
-  // dummy
-  return *this;
-}
-
 AliHLTTPCCADisplay::~AliHLTTPCCADisplay()
 {
   // destructor
@@ -444,7 +427,7 @@ void AliHLTTPCCADisplay::DrawSliceHit( int iRow, int iHit, int color, Size_t wid
   SetSliceTransform( fSlice );
 
   if ( color < 0 ) {
-    if ( 0 && fPerf ) {
+    //if ( 0 && fPerf ) {
       //AliHLTTPCCAPerformance::AliHLTTPCCAHitLabel lab
       //= fPerf->GetClusterLabel( fSlice->Param().ISlice(), fSlice->HitInputID( row, iHit ) );
       //color = GetColor( lab[0] + 1 );
@@ -453,7 +436,8 @@ void AliHLTTPCCADisplay::DrawSliceHit( int iRow, int iHit, int color, Size_t wid
       //if ( mc.P() >= 1. ) color = kRed;
       //else if ( fDrawOnlyRef ) return;
       //}
-    } else color = GetColorZ( z );
+    //}  else
+    color = GetColorZ( z );
   }
   if ( width > 0 )fMarker.SetMarkerSize( width );
   else fMarker.SetMarkerSize( .3 );
@@ -486,7 +470,7 @@ void AliHLTTPCCADisplay::DrawSliceLink( int iRow, int iHit, int colorUp, int col
 
   //if ( !fPerf ) return;
   //AliHLTTPCCAGBTracker &tracker = *fGB;
-  if ( width < 0 ) width = 1.;
+  if ( width < 0 ) width = 1;
   fLine.SetLineWidth( width );
   int colUp = colorUp >= 0 ? colorUp : kMagenta;
   int colDn = colorDn >= 0 ? colorDn : kBlack;