X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=HLT%2FTPCLib%2Ftracking-ca%2FAliHLTTPCCADisplay.cxx;h=5c4250afd84b2fa8e8d182ad3eb0e110d30cafc3;hb=351a983151ee1c376912caf0fb95c1b254f82ed4;hp=4c2fcb7b55f6c332056d9ef28299b558c0794cf2;hpb=b22af1bf862f20470b035855e5861933a18996d4;p=u%2Fmrichter%2FAliRoot.git diff --git a/HLT/TPCLib/tracking-ca/AliHLTTPCCADisplay.cxx b/HLT/TPCLib/tracking-ca/AliHLTTPCCADisplay.cxx index 4c2fcb7b55f..5c4250afd84 100644 --- a/HLT/TPCLib/tracking-ca/AliHLTTPCCADisplay.cxx +++ b/HLT/TPCLib/tracking-ca/AliHLTTPCCADisplay.cxx @@ -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;