FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FairFastSimulation.h
Go to the documentation of this file.
1 /********************************************************************************
2  * Copyright (C) 2014 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 // ----- FairFastSimulation header file -----
10 // ----- Created 2019/01/30 by R. Karabowicz -----
11 // -------------------------------------------------------------------------
12 #ifndef FAIR_FAST_SIMULATION_H
13 #define FAIR_FAST_SIMULATION_H
14 
15 #include <TG4VUserFastSimulation.h>
16 
17 class FairFastSimulation : public TG4VUserFastSimulation
18 {
19  public:
21  virtual ~FairFastSimulation();
22 
23  // methods
24  virtual void Construct();
25 };
26 
27 #endif // FAIR_FAST_SIMULATION_H
virtual void Construct()