X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TPC%2FAliTPCtrackerMI.h;h=2350e0f1505d57ad1f23ece5ddb7d954e57cdf51;hb=09cd3cd002cc0594e742971fab6f95c6a69dac0e;hp=02c3719fcf0a54fc19b05eda1d0fc0cab5fcd11d;hpb=e945feee5d91a177662453b7b6966cf362fe1b66;p=u%2Fmrichter%2FAliRoot.git diff --git a/TPC/AliTPCtrackerMI.h b/TPC/AliTPCtrackerMI.h index 02c3719fcf0..2350e0f1505 100644 --- a/TPC/AliTPCtrackerMI.h +++ b/TPC/AliTPCtrackerMI.h @@ -30,6 +30,8 @@ class TTree; class AliESDkink; class TTreeSRedirector; class AliTrackPoint; +class AliDCSSensorArray; +class AliDCSSensor; @@ -45,6 +47,7 @@ public: virtual Int_t LoadClusters (TTree * const tree); virtual Int_t LoadClusters (const TObjArray * arr); // another input virtual Int_t LoadClusters (const TClonesArray * arr); // another input + virtual Int_t PostProcess(AliESDEvent *esd); Int_t LoadClusters(); void UnloadClusters(); Int_t LoadInnerSectors(); @@ -120,6 +123,8 @@ public: Int_t AcceptCluster(AliTPCseed * seed, AliTPCclusterMI * cluster); + Bool_t IsTPCHVDipEvent(AliESDEvent const *esdEvent); + private: Bool_t IsFindable(AliTPCseed & t); AliTPCtrackerMI(const AliTPCtrackerMI& r); //dummy copy constructor