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
CbmRichRingTrackAssignClosestD.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file CbmRichRingTrackAssignClosestD.h
1
10
#ifndef CBM_RICH_RING_TRACK_ASSIGN_CLOSEST_D
11
#define CBM_RICH_RING_TRACK_ASSIGN_CLOSEST_D
12
13
#include "
CbmRichRingTrackAssignBase.h
"
14
15
class
TClonesArray;
16
25
class
CbmRichRingTrackAssignClosestD
:
public
CbmRichRingTrackAssignBase
26
{
27
public
:
28
32
CbmRichRingTrackAssignClosestD
();
33
37
virtual
~CbmRichRingTrackAssignClosestD
();
38
42
void
Init
();
43
47
void
DoAssign
(
48
TClonesArray* rings,
49
TClonesArray* richProj);
50
51
private
:
52
//TClonesArray* fGlobalTracks;
53
TClonesArray*
fTrdTracks
;
54
55
double
fTrdAnnCut
;
// ANN cut for electron identification in TRD
56
bool
fUseTrd
;
// if true electron identification in TRD will be performed
57
63
bool
IsTrdElectron
(
64
int
iTrack);
65
69
CbmRichRingTrackAssignClosestD
(
const
CbmRichRingTrackAssignClosestD
&);
70
74
CbmRichRingTrackAssignClosestD
&
operator=
(
const
CbmRichRingTrackAssignClosestD
&);
75
};
76
77
#endif
EicRoot
blob
master
rich
tracks
CbmRichRingTrackAssignClosestD.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:37
using
1.8.2 with
EIC GitHub integration