X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=ITS%2FAliITSClusterFinder.h;h=21b5df0b756f65caaf7f497d416f2a649d14a022;hp=509fcd82a5c397f20d18ed38020b2606d166af47;hb=e81897071a6c895e2796d84a2531f1385a0a1017;hpb=452a64c6f9f0f9fb52b11f9d589f96670d9d3adc diff --git a/ITS/AliITSClusterFinder.h b/ITS/AliITSClusterFinder.h index 509fcd82a5c..21b5df0b756 100644 --- a/ITS/AliITSClusterFinder.h +++ b/ITS/AliITSClusterFinder.h @@ -3,17 +3,22 @@ //////////////////////////////////////////////// -// ITS Cluster Finder Class // +// ITS Cluster Finder Class // //////////////////////////////////////////////// -#include "AliITSMap.h" +#include +#include + +class AliITSMap; +class AliITSresponse; +class AliITSsegmentation; +class AliITSRawCluster; +class AliITS; //--------------------------------------------------------------- class AliITSClusterFinder :public TObject { public: - TClonesArray *fDigits; // digits - Int_t fNdigits; // num of digits AliITSClusterFinder(AliITSsegmentation *seg, AliITSresponse *resp, TClonesArray *digits); AliITSClusterFinder(); @@ -97,6 +102,11 @@ public: } // set the fitting methods in the derived classes + + // data members + + TClonesArray *fDigits; // digits + Int_t fNdigits; // num of digits protected: AliITSresponse *fResponse; // response