EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
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
28
class
CbmRichRingFitterCOP
:
public
CbmRichRingFitterBase
29
{
30
public
:
34
CbmRichRingFitterCOP
();
35
39
~CbmRichRingFitterCOP
();
40
44
virtual
void
DoFit
(
45
CbmRichRingLight
* ring);
46
47
private
:
52
void
FitRing
(
53
CbmRichRingLight
* ring);
54
};
55
56
#endif
EicRoot
blob
master
rich
fitter
CbmRichRingFitterCOP.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:37
using
1.8.2 with
EIC GitHub integration