CbmRoot
Loading...
Searching...
No Matches
CbmRichRingFitterTAU.h
Go to the documentation of this file.
1/* Copyright (C) 2006-2012 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Alexander Ayriyan, Gennadi Ososkov, Claudia Hoehne, Semen Lebedev, Denis Bertini [committer] */
4
14#ifndef CBMRICHRINGFITTERTAU
15#define CBMRICHRINGFITTERTAU 1
16
18
19
29 public:
34
38 virtual ~CbmRichRingFitterTAU();
39
43 virtual void DoFit(CbmRichRingLight* ring);
44
45 private:
47};
48
49#endif
Abstract base class for concrete Rich Ring fitting algorithms. Each derived class must implement the ...
Abstract base class for concrete Rich Ring fitting algorithms. Each derived class must implement the ...
Here the ring is fitted with the TAU algorithm from A. Ayriyan/ G. Ososkov.
CbmRichRingFitterTAU()
Default constructor.
virtual void DoFit(CbmRichRingLight *ring)
Inherited from CbmRichRingFitterBase.
virtual ~CbmRichRingFitterTAU()
Destructor.