VMC Examples
Version 6.8
Toggle main menu visibility
Loading...
Searching...
No Matches
examples
E06
include
Ex06DetectorConstructionOld.h
Go to the documentation of this file.
1
#ifndef EX06_DETECTOR_CONSTRUCTION_OLD_H
2
#define EX06_DETECTOR_CONSTRUCTION_OLD_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 Ex06DetectorConstructionOld.h
14
/// \brief Definition of the Ex06DetectorConstructionOld class
15
///
16
/// Geant4 ExampleN06 adapted to Virtual Monte Carlo \n
17
/// Id: ExN06DetectorConstruction.hh,v 1.4 2003/01/23 15:34:23 maire Exp
18
/// GEANT4 tag Name: geant4-07-00-cand-01
19
///
20
/// \author I. Hrivnacova; IPN, Orsay
21
22
#include <map>
23
24
#include <Riostream.h>
25
#include <TObject.h>
26
#include <TString.h>
27
28
/// \ingroup E06
29
/// \brief The detector construction (via TGeo )
30
///
31
/// \date 16/05/2005
32
/// \author I. Hrivnacova; IPN, Orsay
33
34
class
Ex06DetectorConstructionOld
:
public
TObject
35
{
36
public
:
37
Ex06DetectorConstructionOld
();
38
virtual
~Ex06DetectorConstructionOld
();
39
40
public
:
41
void
ConstructMaterials
();
42
void
ConstructGeometry
();
43
44
private
:
45
// data members
46
Double_t
fWorldSize
;
///< The world size
47
Double_t
fExpHallSize
;
///< The experimental hall size
48
Double_t
fTankSize
;
///< The tank size
49
Double_t
fBubbleSize
;
///< The bubble size
50
Int_t
fImedAir
;
///< The Air medium Id
51
Int_t
fImedWater
;
///< The Water medium Id
52
53
ClassDef(
Ex06DetectorConstructionOld
, 1)
// Ex06DetectorConstructionOld
54
};
55
56
#endif
// EX06_DETECTOR_CONSTRUCTION_OLD_H
Ex06DetectorConstructionOld::fTankSize
Double_t fTankSize
The tank size.
Definition
Ex06DetectorConstructionOld.h:48
Ex06DetectorConstructionOld::ConstructMaterials
void ConstructMaterials()
Definition
Ex06DetectorConstructionOld.cxx:54
Ex06DetectorConstructionOld::fImedAir
Int_t fImedAir
The Air medium Id.
Definition
Ex06DetectorConstructionOld.h:50
Ex06DetectorConstructionOld::~Ex06DetectorConstructionOld
virtual ~Ex06DetectorConstructionOld()
Definition
Ex06DetectorConstructionOld.cxx:44
Ex06DetectorConstructionOld::ConstructGeometry
void ConstructGeometry()
Definition
Ex06DetectorConstructionOld.cxx:91
Ex06DetectorConstructionOld::fBubbleSize
Double_t fBubbleSize
The bubble size.
Definition
Ex06DetectorConstructionOld.h:49
Ex06DetectorConstructionOld::Ex06DetectorConstructionOld
Ex06DetectorConstructionOld()
Definition
Ex06DetectorConstructionOld.cxx:31
Ex06DetectorConstructionOld::fExpHallSize
Double_t fExpHallSize
The experimental hall size.
Definition
Ex06DetectorConstructionOld.h:47
Ex06DetectorConstructionOld::fImedWater
Int_t fImedWater
The Water medium Id.
Definition
Ex06DetectorConstructionOld.h:51
Ex06DetectorConstructionOld::fWorldSize
Double_t fWorldSize
The world size.
Definition
Ex06DetectorConstructionOld.h:46
TObject
Generated on
for VMC Examples by
1.17.0