1 #ifndef AliHMPIDPIDResponse_h
2 #define AliHMPIDPIDResponse_h
4 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
5 * See cxx source for full Copyright notice */
7 //////////////////////////////////////////////////////////////////////////
9 // AliHMPIDPIDResponse //
11 // HMPID class to perfom pattern recognition based on Hough transfrom //
13 //////////////////////////////////////////////////////////////////////////
16 #include <TTask.h> //base class
20 class AliHMPIDPIDResponse : public TTask
23 AliHMPIDPIDResponse(); //ctor
24 virtual ~AliHMPIDPIDResponse() {;} //dtor
25 Double_t CosTheta(Float_t *mod, Int_t species);
26 Double_t Resolution(Double_t thetaCerTh, AliESDtrack *pTrk); //Find the sigma for a given ThetaCerTh
32 AliHMPIDPIDResponse(const AliHMPIDPIDResponse& r); //dummy copy constructor
33 AliHMPIDPIDResponse &operator=(const AliHMPIDPIDResponse& r); //dummy assignment operator
35 ClassDef(AliHMPIDPIDResponse,0)
38 #endif // #ifdef AliHMPIDPIDResponse_cxx