EIC Software
 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 
28 {
29  public:
30 
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;
56 
57  void Register();
58 
59  void Reset();
60 
61  void ProduceHits();
62 
65 
67 
68 };
69 
70 #endif