VMC Examples
Version 6.7
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
1
2
3
6
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
~
Functions
1
2
3
6
a
b
c
d
e
f
g
h
i
m
o
p
r
s
t
u
~
Variables
c
f
n
Enumerations
Enumerator
Files
File List
File Members
All
3
b
c
e
f
g
h
i
l
m
n
o
r
s
t
u
v
Functions
b
c
g
h
i
l
m
n
o
r
s
t
u
v
Variables
Typedefs
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Modules
Pages
Loading...
Searching...
No Matches
examples
TR
include
DetectorConstruction.h
Go to the documentation of this file.
1
#ifndef DETECTOR_CONSTRUCTION_H
2
#define DETECTOR_CONSTRUCTION_H
3
4
//------------------------------------------------
5
// The Virtual Monte Carlo examples
6
// Copyright (C) 2007 - 2015 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 TR/include/DetectorConstruction.h
14
/// \brief Definition of the DetectorConstruction class
15
///
16
/// Geant4 TestEm10 adapted to Virtual Monte Carlo.
17
/// Only DetectorSimpleALICE is defined.
18
///
19
/// \author I. Hrivnacova; IPN, Orsay
20
21
#include <TObject.h>
22
23
namespace
VMC
24
{
25
namespace
TR
26
{
27
28
// struct RadiatorDescription;
29
30
/// \ingroup TR
31
/// \brief The detector construction (via TGeo )
32
///
33
/// \date 18/12/2015
34
/// \author I. Hrivnacova; IPN, Orsay
35
36
class
DetectorConstruction
:
public
TObject
37
{
38
public
:
39
DetectorConstruction
();
40
virtual
~DetectorConstruction
();
41
42
// methods
43
void
ConstructGeometry
();
44
45
ClassDef(
DetectorConstruction
, 1)
// DetectorConstruction
46
};
36
class
DetectorConstruction
:
public
TObject
{
…
};
47
48
}
// namespace TR
25
namespace
TR
{
…
}
49
}
// namespace VMC
50
51
#endif
// DETECTOR_CONSTRUCTION_H
TObject
VMC::TR::DetectorConstruction::~DetectorConstruction
virtual ~DetectorConstruction()
Definition
DetectorConstruction.cxx:44
VMC::TR::DetectorConstruction::DetectorConstruction
DetectorConstruction()
Definition
DetectorConstruction.cxx:38
VMC::TR::DetectorConstruction::ConstructGeometry
void ConstructGeometry()
Definition
DetectorConstruction.cxx:54
VMC::TR
Definition
DetectorConstruction.h:26
VMC
Definition
FastSimulation.h:26
Generated on Tue Apr 1 2025 13:04:57 for VMC Examples by
1.13.2