VMC Examples
Version 6.6
Loading...
Searching...
No Matches
examples
E03
E03a
geant4
include
Ex03RunConfiguration2.h
Go to the documentation of this file.
1
#ifndef EX03_RUN_CONFIGURATION2_H
2
#define EX03_RUN_CONFIGURATION2_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 Ex03RunConfiguration2.h
14
/// \brief Definition of the Ex03RunConfiguration2 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 physics list
26
/// with the LHEP_BERT hadronics physics list
27
///
28
/// \author I. Hrivnacova; IPN, Orsay
29
30
class
Ex03RunConfiguration2
:
public
TG4RunConfiguration
31
{
32
public
:
33
Ex03RunConfiguration2
(
34
const
TString& userGeometry,
const
TString& specialProcess =
"stepLimiter"
);
35
virtual
~Ex03RunConfiguration2
();
36
37
// methods
38
virtual
G4VUserPhysicsList*
CreatePhysicsList
();
39
40
// virtual G4VUserDetectorConstruction* CreateDetectorConstruction();
41
// virtual G4VUserPrimaryGeneratorAction* CreatePrimaryGenerator();
42
};
43
44
#endif
// EX03_RUN_CONFIGURATION2_H
Ex03RunConfiguration2
User Geant4 VMC run configuration.
Definition
Ex03RunConfiguration2.h:31
Ex03RunConfiguration2::CreatePhysicsList
virtual G4VUserPhysicsList * CreatePhysicsList()
Definition
Ex03RunConfiguration2.cxx:51
Ex03RunConfiguration2::~Ex03RunConfiguration2
virtual ~Ex03RunConfiguration2()
Definition
Ex03RunConfiguration2.cxx:41
Ex03RunConfiguration2::Ex03RunConfiguration2
Ex03RunConfiguration2(const TString &userGeometry, const TString &specialProcess="stepLimiter")
Definition
Ex03RunConfiguration2.cxx:27
TG4RunConfiguration
Generated on Thu Oct 17 2024 08:29:51 for VMC Examples by
1.12.0