// @(#) $Id$ #ifndef ALIL3HOUGHTRANSFORMERROW_H #define ALIL3HOUGHTRANSFORMERROW_H #include "AliL3RootTypes.h" #include "AliL3HoughBaseTransformer.h" #define MAX_N_GAPS 4 #define MAX_GAP_SIZE 4 #define MIN_TRACK_LENGTH 70 #define MAX_MISS_ROWS 2 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!"<