FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FairVMCConfig.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 // ----- FairVMCConfig header file -----
10 // ----- Created 2019.02.19 by R. Karabowicz -----
11 // -------------------------------------------------------------------------
12 
13 #ifndef FAIRROOT_SIM_CONFIG_H
14 #define FAIRROOT_SIM_CONFIG_H
15 
16 #include "FairYamlVMCConfig.h"
17 
19 {
20  public:
21  FairVMCConfig();
22  virtual ~FairVMCConfig();
23 
24  private:
25  virtual void SetupStack();
26 };
27 
28 #endif
virtual ~FairVMCConfig()