FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FairGeoTracksDraw.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  * FairGeoTracksDraw.h
10  *
11  * Created on: 23 kwi 2020
12  * Author: Daniel Wielanek
13  * E-mail: daniel.wielanek@gmail.com
14  * Warsaw University of Technology, Faculty of Physics
15  */
16 #ifndef FAIRGEOTRACKSDRAW_H_
17 #define FAIRGEOTRACKSDRAW_H_
18 
19 #include <Rtypes.h> // for THashConsistencyHolder, ClassDef
20 #include <RtypesCore.h> // for Option_t
21 #include "FairTask.h" // for FairTask, InitStatus
22 class FairEveGeoTracks; // lines 21-21
23 class FairEventManager; // lines 22-22
24 class TBuffer;
25 class TClass;
26 class TMemberInspector;
27 
33 {
34  FairEventManager *fEventManager;
35  FairEveGeoTracks *fVisualizer;
36 
37  public:
38  FairGeoTracksDraw(const char *name = "MC tracks");
39  virtual void Exec(Option_t *option);
40  virtual InitStatus Init();
41  virtual ~FairGeoTracksDraw();
42  ClassDef(FairGeoTracksDraw, 0)
43 };
44 
45 #endif /* FAIRGEOTRACKSDRAW_H_ */
InitStatus
Definition: FairTask.h:33
FairGeoTracksDraw(const char *name="MC tracks")
virtual void Exec(Option_t *option)
virtual InitStatus Init()