EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CbmRichRingFitterTAU.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file CbmRichRingFitterTAU.h
1 
10 #ifndef CBMRICHRINGFITTERTAU
11 #define CBMRICHRINGFITTERTAU 1
12 
13 #include "CbmRichRingFitterBase.h"
14 
15 
25 {
26 public:
27 
32 
36  virtual ~CbmRichRingFitterTAU();
37 
41  virtual void DoFit(
42  CbmRichRingLight* ring);
43 
44 private:
45  int fRobust;
46 };
47 
48 #endif