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
CbmRichMatchRings.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file CbmRichMatchRings.h
1
13
#ifndef CBM_RICH_MATCH_RINGS
14
#define CBM_RICH_MATCH_RINGS
15
16
#include "
FairTask.h
"
17
18
#include <map>
19
20
class
TClonesArray;
21
22
34
class
CbmRichMatchRings
:
public
FairTask
35
{
36
37
public
:
38
42
CbmRichMatchRings
();
43
47
virtual
~CbmRichMatchRings
();
48
52
virtual
InitStatus
Init
();
53
57
virtual
void
Exec
(
58
Option_t* opt);
59
63
virtual
void
Finish
();
64
65
66
private
:
67
68
TClonesArray*
fRings
;
// Array of CbmRichRings
69
TClonesArray*
fPoints
;
// Array of FairMCPoints
70
TClonesArray*
fTracks
;
// Array of CbmMCTracks
71
TClonesArray*
fHits
;
// Array of CbmRichHits
72
TClonesArray*
fMatches
;
// Array of CbmRichRingMatch
73
74
std::map<Int_t, Int_t>
fMatchMap
;
// Map from MCTrackID to number of common hits
75
// std::map<Int_t, Int_t> fMatchMCMap; // Map from MCTrackID to number of common hits for MC rings
76
80
CbmRichMatchRings
(
const
CbmRichMatchRings
&);
81
85
CbmRichMatchRings
&
operator=
(
const
CbmRichMatchRings
&);
86
87
ClassDef
(
CbmRichMatchRings
,1);
88
};
89
90
#endif
EicRoot
blob
master
rich
CbmRichMatchRings.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:37
using
1.8.2 with
EIC GitHub integration