--- DarthVader/TrackerLevel2/inc/TrkLevel2.h 2008/04/11 13:44:36 1.36 +++ DarthVader/TrackerLevel2/inc/TrkLevel2.h 2008/10/22 15:17:32 1.37 @@ -243,6 +243,9 @@ Float_t GetResidual_max(int ip, int iv); Float_t GetResidual_max(int iv){ return GetResidual_max(-1,iv); }; Float_t GetResidual_max(){ return GetResidual_max(-1,-1); }; + Float_t GetResidual_av(int ip, int iv); + Float_t GetResidual_av(int iv){ return GetResidual_av(-1,iv); }; + Float_t GetResidual_av(){ return GetResidual_av(-1,-1); }; Int_t GetClusterX_Multiplicity_max(); Int_t GetClusterX_Multiplicity_min(); @@ -376,6 +379,7 @@ void Clear(Option_t *option){Clear();}; void Delete(); void Set(); + int UnpackError(){ for(int i=0; i<12; i++)if(StatusCheck(i,0x12))return 1; return 0;}; int ntrk() {return Track->GetEntries();} ///< number of stored track int nclsx(){return SingletX->GetEntries();} ///< number of x singlets