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
CbmMCMatchLoaderTask.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file CbmMCMatchLoaderTask.h
1
// -------------------------------------------------------------------------
2
// ----- PNDMCMATCHCREATORTASK header file -----
3
// ----- Created 20/03/07 by R.Kliemt -----
4
// -------------------------------------------------------------------------
5
6
14
#ifndef CBMMCMATCHLOADERTASK_H
15
#define CBMMCMATCHLOADERTASK_H
16
17
18
// framework includes
19
#include "
FairTask.h
"
20
21
//#include <vector>
22
//#include <map>
23
24
class
CbmMCMatch
;
25
class
TClonesArray;
26
27
class
CbmMCMatchLoaderTask
:
public
FairTask
28
{
29
public
:
30
32
CbmMCMatchLoaderTask
();
33
35
virtual
~CbmMCMatchLoaderTask
();
36
37
39
virtual
void
SetParContainers
();
40
virtual
InitStatus
Init
();
41
42
44
virtual
void
Exec
(Option_t* opt);
45
46
virtual
void
Finish
();
47
48
49
50
private
:
51
52
TClonesArray*
fMCLink
;
53
54
int
fEventNr
;
55
CbmMCMatch
*
fMCMatch
;
56
57
void
Register
();
58
59
void
Reset
();
60
61
void
ProduceHits
();
62
63
CbmMCMatchLoaderTask
(
const
CbmMCMatchLoaderTask
&);
64
CbmMCMatchLoaderTask
&
operator=
(
const
CbmMCMatchLoaderTask
&);
65
66
ClassDef
(
CbmMCMatchLoaderTask
,1);
67
68
};
69
70
#endif
EicRoot
blob
master
cbmbase
CbmMCMatchLoaderTask.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:33
using
1.8.2 with
EIC GitHub integration