X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=TRD%2FAliTRDReconstructor.h;h=81f8630abbc7b3c3836e8ab972a57ea2eaa36f24;hp=927dcf0408f8516a55c392bb299660311c167e9f;hb=d39401ad801cdf146701098fe82701b30764bf76;hpb=4a23804510b0bde307f024a263f79de634e333d7 diff --git a/TRD/AliTRDReconstructor.h b/TRD/AliTRDReconstructor.h index 927dcf0408f..81f8630abbc 100644 --- a/TRD/AliTRDReconstructor.h +++ b/TRD/AliTRDReconstructor.h @@ -13,8 +13,8 @@ #include "AliReconstructor.h" #include "AliDetectorRecoParam.h" -#include "AliTRDrecoParam.h" #include "AliTRDpidUtil.h" +#include "AliTRDrecoParam.h" class TClonesArray; class TTreeSRedirector; @@ -94,7 +94,7 @@ public: virtual void Reconstruct(AliRawReader *rawReader, TTree *clusterTree) const; virtual void Reconstruct(TTree *digitsTree, TTree *clusterTree) const; - static void SetClusters(TClonesArray *clusters) {fgClusters = clusters;} + static void SetClusters(TClonesArray *clusters) {fgClusters = clusters;} static void SetTracklets(TClonesArray *tracklets) {fgTracklets = tracklets;} void SetOption(Option_t *opt); inline void SetTCParams(Double_t *par);