// @(#) $Id$ #ifndef ALIL3HOUGHTRANSFORMERROW_H #define ALIL3HOUGHTRANSFORMERROW_H #include "AliL3RootTypes.h" #include "AliL3HoughBaseTransformer.h" #define MAX_N_GAPS 5 #define MAX_GAP_SIZE 4 #define MIN_TRACK_LENGTH 70 #define MAX_MISS_ROWS 2 struct AliL3EtaRow { UChar_t fStartPad; //First pad in the cluster UChar_t fEndPad; //Last pad in the cluster Bool_t fIsFound; //Is the cluster already found Float_t fStartY; //Y position of the first pad in the cluster #ifdef do_mc Int_t fMcLabels[MaxTrack]; //Array to store mc labels inside cluster #endif }; struct AliL3PadHoughParams { Float_t fAlpha; Float_t fDeltaAlpha; Int_t fFirstBin; Int_t fLastBin; }; class AliL3DigitData; class AliL3Histogram; class AliL3HoughTransformerRow : public AliL3HoughBaseTransformer { public: AliL3HoughTransformerRow(); AliL3HoughTransformerRow(Int_t slice,Int_t patch,Int_t netasegments,Bool_t DoMC=kFALSE,Float_t zvertex=0.0); virtual ~AliL3HoughTransformerRow(); //void CreateHistograms(Float_t ptmin,Float_t ptmax,Float_t ptres,Int_t nybin,Float_t psi); void CreateHistograms(Int_t /*nxbin*/,Float_t /*ptmin*/,Int_t /*nybin*/,Float_t /*phimin*/,Float_t /*phimax*/) {STDCERR<<"This method for creation of parameter space histograms is not supported for this Transformer!"<