VMC Examples
Version 6.6
Loading...
Searching...
No Matches
examples
E03
E03a
geant4
include
Ex03RegionConstruction.h
Go to the documentation of this file.
1
#ifndef EX03_REGION_CONSTRUCTION_H
2
#define EX03_REGION_CONSTRUCTION_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 Ex03RegionConstruction.h
14
/// \brief Definition of the Ex03RegionConstruction class
15
///
16
/// Geant4 ExampleN03 adapted to Virtual Monte Carlo
17
///
18
/// \author I. Hrivnacova; IPN, Orsay
19
20
#include "TG4VUserRegionConstruction.h"
21
22
/// \ingroup E03
23
/// \brief Special class for definition of regions
24
///
25
/// \author I. Hrivnacova; IPN, Orsay
26
27
class
Ex03RegionConstruction
:
public
TG4VUserRegionConstruction
28
{
29
public
:
30
Ex03RegionConstruction
();
31
virtual
~Ex03RegionConstruction
();
32
33
// methods
34
virtual
void
Construct
();
35
};
36
37
#endif
// EX03_REGION_CONSTRUCTION_H
Ex03RegionConstruction
Special class for definition of regions.
Definition
Ex03RegionConstruction.h:28
Ex03RegionConstruction::~Ex03RegionConstruction
virtual ~Ex03RegionConstruction()
Definition
Ex03RegionConstruction.cxx:33
Ex03RegionConstruction::Construct
virtual void Construct()
Definition
Ex03RegionConstruction.cxx:43
Ex03RegionConstruction::Ex03RegionConstruction
Ex03RegionConstruction()
Definition
Ex03RegionConstruction.cxx:27
TG4VUserRegionConstruction
Generated on Thu Oct 17 2024 08:29:51 for VMC Examples by
1.12.0