X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ITS%2FAliITSPlaneEffSSD.h;h=03971e7a2c7325eb92d37ad524e24afcb344179b;hb=21342833e8442b28566675c66c5102dec026383a;hp=37d7433212234efc09d1ab22f2cc96dd110b8b16;hpb=41d18cd25a1025d8ce1783729228cf80e719616a;p=u%2Fmrichter%2FAliRoot.git diff --git a/ITS/AliITSPlaneEffSSD.h b/ITS/AliITSPlaneEffSSD.h index 37d74332122..03971e7a2c7 100644 --- a/ITS/AliITSPlaneEffSSD.h +++ b/ITS/AliITSPlaneEffSSD.h @@ -6,7 +6,8 @@ #include #include #include "AliITSPlaneEff.h" -#include "AliCDBId.h" + +class AliCDBId; /////////////////////////////////////////// // // @@ -15,7 +16,7 @@ // Origin: Giuseppe.Bruno@ba.infn.it // /////////////////////////////////////////// -/* $Id:$ */ +/* $Id$ */ class AliITSPlaneEffSSD : public AliITSPlaneEff { public: @@ -65,8 +66,7 @@ class AliITSPlaneEffSSD : public AliITSPlaneEff { // method to set on/off the creation/updates of histograms (Histos are created/destroyed) virtual void SetCreateHistos(Bool_t his=kFALSE) {fHis=his; if(fHis) {DeleteHistos(); InitHistos();} else DeleteHistos(); return; } - //Bool_t FillHistos(UInt_t key, Bool_t found, Float_t trackXZ[2], Float_t clusterXZ[2], Int_t ctXZ[2]); - virtual Bool_t FillHistos(UInt_t key, Bool_t found, Float_t *track, Float_t *cluster, Int_t *ctype); + virtual Bool_t FillHistos(UInt_t key, Bool_t found, Float_t *track, Float_t *cluster, Int_t *ctype,Float_t*); virtual Bool_t WriteHistosToFile(TString filename="PlaneEffSSDHistos.root",Option_t* option = "RECREATE"); virtual Bool_t ReadHistosFromFile(TString filename="PlaneEffSSDHistos.root"); // histos must exist already ! // This method increases the @@ -97,8 +97,12 @@ class AliITSPlaneEffSSD : public AliITSPlaneEff { TH1F **fHisResZ; //! histos with residual distribution (track-cluster) along local Z TH2F **fHisResXZ; //! 2-d histos with residual distribution (track-cluster) along local X and Z TH2I **fHisClusterSize; //! histos with cluster-size distribution + TH1F **fHisTrackErrX; //! histos with track prediction error on Local X + TH1F **fHisTrackErrZ; //! histos with track prediction error on Local Z + TH1F **fHisClusErrX; //! histos with Local_X cluster error + TH1F **fHisClusErrZ; //! histos with Local_Z cluster error // - ClassDef(AliITSPlaneEffSSD,2) // SSD Plane Efficiency class + ClassDef(AliITSPlaneEffSSD,3) // SSD Plane Efficiency class }; // inline UInt_t AliITSPlaneEffSSD::Nblock() const {return kNModule;} @@ -127,4 +131,3 @@ inline Int_t AliITSPlaneEffSSD::GetTried(const UInt_t key) const { } // #endif -