EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CbmRichRingFitterCOP.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file CbmRichRingFitterCOP.h
1 
9 #ifndef CBM_RICH_RING_FITTER_COP
10 #define CBM_RICH_RING_FITTER_COP
11 
12 #include "CbmRichRingFitterBase.h"
13 
14 #include <iostream>
15 #include <cmath>
16 
17 using std::cout;
18 using std::endl;
19 
29 {
30 public:
35 
40 
44  virtual void DoFit(
45  CbmRichRingLight* ring);
46 
47 private:
52  void FitRing(
53  CbmRichRingLight* ring);
54 };
55 
56 #endif