FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FairRecoTracksDraw.h
Go to the documentation of this file.
1 /********************************************************************************
2  * Copyright (C) 2020 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
3  * *
4  * This software is distributed under the terms of the *
5  * GNU Lesser General Public Licence (LGPL) version 3, *
6  * copied verbatim in the file "LICENSE" *
7  ********************************************************************************/
8 /*
9  * FairRecoTracksDraw.h
10  *
11  * Created on: 27 sie 2020
12  * Author: Daniel Wielanek
13  * E-mail: daniel.wielanek@gmail.com
14  * Warsaw University of Technology, Faculty of Physics
15  */
16 #ifndef FAIRRECOTRACKSDRAW_H_
17 #define FAIRRECOTRACKSDRAW_H_
18 
19 #include "FairTask.h"
20 
21 class FairEventManager;
23 
25 {
26  FairEventManager *fEventManager;
27  FairEveRecoTracksExample *fVisualizer;
28 
29  public:
30  FairRecoTracksDraw(const char *name = "reconstructed tracks");
31  virtual void Exec(Option_t *option);
32  virtual InitStatus Init();
33  virtual ~FairRecoTracksDraw();
34  ClassDef(FairRecoTracksDraw, 1)
35 };
36 #endif /* FAIRRECOTRACKSDRAW_H_ */
virtual void Exec(Option_t *option)
InitStatus
Definition: FairTask.h:33
FairRecoTracksDraw(const char *name="reconstructed tracks")
virtual InitStatus Init()