Geant4
10.03
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
B03PVolumeStore.hh
Go to the documentation of this file.
1
//
2
// ********************************************************************
3
// * License and Disclaimer *
4
// * *
5
// * The Geant4 software is copyright of the Copyright Holders of *
6
// * the Geant4 Collaboration. It is provided under the terms and *
7
// * conditions of the Geant4 Software License, included in the file *
8
// * LICENSE and available at http://cern.ch/geant4/license . These *
9
// * include a list of copyright holders. *
10
// * *
11
// * Neither the authors of this software system, nor their employing *
12
// * institutes,nor the agencies providing financial support for this *
13
// * work make any representation or warranty, express or implied, *
14
// * regarding this software system or assume any liability for its *
15
// * use. Please see the license in the file LICENSE and URL above *
16
// * for the full disclaimer and the limitation of liability. *
17
// * *
18
// * This code implementation is the result of the scientific and *
19
// * technical work of the GEANT4 collaboration. *
20
// * By using, copying, modifying or distributing the software (or *
21
// * any work based on the software) you agree to acknowledge its *
22
// * use in resulting scientific publications, and indicate your *
23
// * acceptance of all terms of the Geant4 Software license. *
24
// ********************************************************************
25
//
28
//
29
//
30
// $Id: B03PVolumeStore.hh 66359 2012-12-18 09:08:26Z gcosmo $
31
// GEANT4 tag
32
//
33
// ----------------------------------------------------------------------
34
// Class B03PVolumeStore
35
//
36
// Class description:
37
//
38
// ...
39
40
// Author: Michael Dressel (Michael.Dressel@cern.ch)
41
// ----------------------------------------------------------------------
42
43
#ifndef B03PVolumeStore_hh
44
#define B03PVolumeStore_hh B03PVolumeStore_hh
45
46
#include "
globals.hh
"
47
#include <set>
48
#include "
G4GeometryCell.hh
"
49
#include "
G4GeometryCellComp.hh
"
50
51
typedef
std::set< G4GeometryCell, G4GeometryCellComp >
B03SetGeometryCell
;
52
53
class
B03PVolumeStore
{
54
public
:
55
B03PVolumeStore
();
56
~B03PVolumeStore
();
57
58
void
AddPVolume
(
const
G4GeometryCell
&cell);
59
const
G4VPhysicalVolume
*
GetPVolume
(
const
G4String
&
name
)
const
;
60
G4String
GetPNames
()
const
;
61
62
private
:
63
B03SetGeometryCell
fSetGeometryCell
;
64
};
65
66
#endif
G4VPhysicalVolume
Definition:
G4VPhysicalVolume.hh:82
G4GeometryCell.hh
B03PVolumeStore::fSetGeometryCell
B03SetGeometryCell fSetGeometryCell
Definition:
B03PVolumeStore.hh:63
B03SetGeometryCell
std::set< G4GeometryCell, G4GeometryCellComp > B03SetGeometryCell
Definition:
B03PVolumeStore.hh:51
G4InuclParticleNames::name
const char * name(G4int ptype)
Definition:
G4InuclParticleNames.hh:77
B03PVolumeStore
Definition:
B03PVolumeStore.hh:53
G4GeometryCellComp.hh
globals.hh
G4GeometryCell
Definition:
G4GeometryCell.hh:49
B03PVolumeStore::~B03PVolumeStore
~B03PVolumeStore()
Definition:
B03PVolumeStore.cc:51
B03PVolumeStore::GetPNames
G4String GetPNames() const
Definition:
B03PVolumeStore.cc:91
B03PVolumeStore::GetPVolume
const G4VPhysicalVolume * GetPVolume(const G4String &name) const
Definition:
B03PVolumeStore.cc:73
B03PVolumeStore::B03PVolumeStore
B03PVolumeStore()
Definition:
B03PVolumeStore.cc:47
B03PVolumeStore::AddPVolume
void AddPVolume(const G4GeometryCell &cell)
Definition:
B03PVolumeStore.cc:55
G4String
Definition:
G4String.hh:45
geant4.10.03
examples
extended
biasing
B03
include
B03PVolumeStore.hh
Generated on Thu Feb 14 2002 02:27:43 for Geant4 by
1.8.8