VMC Examples Version 6.6
Loading...
Searching...
No Matches
Ex03RunConfiguration1.h
Go to the documentation of this file.
1#ifndef EX03_RUN_CONFIGURATION1_H
2#define EX03_RUN_CONFIGURATION1_H
3
4//------------------------------------------------
5// The Virtual Monte Carlo examples
6// Copyright (C) 2007 - 2014 Ivana Hrivnacova
7// All rights reserved.
8//
9// For the licensing terms see geant4_vmc/LICENSE.
10// Contact: root-vmc@cern.ch
11//-------------------------------------------------
12
13/// \file Ex03RunConfiguration1.h
14/// \brief Definition of the Ex03RunConfiguration1 class
15///
16/// Geant4 ExampleN03 adapted to Virtual Monte Carlo
17///
18/// \author I. Hrivnacova; IPN, Orsay
19
20#include "TG4RunConfiguration.h"
21
22/// \ingroup E03
23/// \brief User Geant4 VMC run configuration
24///
25/// This class overrides setting of the default Geant4 VMC geometry
26/// construction with Geant4 detector construction
27///
28/// \author I. Hrivnacova; IPN, Orsay
29
31{
32 public:
33 Ex03RunConfiguration1(const TString& physicsList = "FTFP_BERT",
34 const TString& specialProcess = "stepLimiter");
36
37 // methods
39};
40
41#endif // EX03_RUN_CONFIGURATION1_H
User Geant4 VMC run configuration.
virtual ~Ex03RunConfiguration1()
Ex03RunConfiguration1(const TString &physicsList="FTFP_BERT", const TString &specialProcess="stepLimiter")
virtual G4VUserDetectorConstruction * CreateDetectorConstruction()