--- DarthVader/TrackerLevel2/inc/ExtTrack.h 2014/07/24 12:39:49 1.4 +++ DarthVader/TrackerLevel2/inc/ExtTrack.h 2014/08/07 16:04:13 1.5 @@ -165,12 +165,12 @@ /* Int_t GetLeverArmXY(); */ /* Int_t GetLeverArmX(); */ /* Int_t GetLeverArmY(); */ -/* Float_t GetChi2X(); */ -/* Float_t GetChi2Y(); */ + Float_t GetChi2X(); //EM + Float_t GetChi2Y(); //EM /* Bool_t IsInsideCavity(float); */ /* Bool_t IsInsideCavity(){ return IsInsideCavity(0.); } */ -/* Bool_t IsInsideAcceptance(float); */ -/* Bool_t IsInsideAcceptance(){ return IsInsideAcceptance(0.); } */ + Bool_t IsInsideAcceptance(float); // EM + Bool_t IsInsideAcceptance(){ return IsInsideAcceptance(0.); } //EM /* Bool_t IsInsideGFSurface(const char*,float); */ /* Bool_t IsInsideGFSurface(const char* surf){ return IsInsideGFSurface(surf,0.); } */ /* Bool_t BadClusterX(int ip){ return IsBad(ip,0); } */