Geant4
10.03
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
B02PVolumeStore.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: B02PVolumeStore.hh 98774 2016-08-09 14:28:06Z gcosmo $
31
// GEANT4 tag
32
//
33
// ----------------------------------------------------------------------
34
// Class B02PVolumeStore
35
//
36
// Class description:
37
//
38
// ...
39
40
// Author: Michael Dressel (Michael.Dressel@cern.ch)
41
// ----------------------------------------------------------------------
42
43
#ifndef B02PVolumeStore_hh
44
#define B02PVolumeStore_hh B02PVolumeStore_hh
45
46
#include "
globals.hh
"
47
#include <set>
48
#include "
G4GeometryCell.hh
"
49
#include "
G4GeometryCellComp.hh
"
50
51
typedef
std::set< G4GeometryCell, G4GeometryCellComp >
B02SetGeometryCell
;
52
53
class
B02PVolumeStore
{
54
public
:
55
B02PVolumeStore
();
56
~B02PVolumeStore
();
57
58
void
AddPVolume
(
const
G4GeometryCell
&cell);
59
const
G4VPhysicalVolume
*
GetPVolume
(
const
G4String
&
name
)
const
;
60
G4int
Size
();
61
G4String
GetPNames
()
const
;
62
63
private
:
64
B02SetGeometryCell
fSetGeometryCell
;
65
};
66
67
#endif
G4VPhysicalVolume
Definition:
G4VPhysicalVolume.hh:82
G4GeometryCell.hh
G4InuclParticleNames::name
const char * name(G4int ptype)
Definition:
G4InuclParticleNames.hh:77
B02SetGeometryCell
std::set< G4GeometryCell, G4GeometryCellComp > B02SetGeometryCell
Definition:
B02PVolumeStore.hh:51
G4int
int G4int
Definition:
G4Types.hh:78
B02PVolumeStore::~B02PVolumeStore
~B02PVolumeStore()
Definition:
B02PVolumeStore.cc:51
B02PVolumeStore::B02PVolumeStore
B02PVolumeStore()
Definition:
B02PVolumeStore.cc:47
G4GeometryCellComp.hh
B02PVolumeStore::GetPVolume
const G4VPhysicalVolume * GetPVolume(const G4String &name) const
Definition:
B02PVolumeStore.cc:72
globals.hh
B02PVolumeStore::GetPNames
G4String GetPNames() const
Definition:
B02PVolumeStore.cc:90
B02PVolumeStore
Definition:
B02PVolumeStore.hh:53
G4GeometryCell
Definition:
G4GeometryCell.hh:49
B02PVolumeStore::Size
G4int Size()
Definition:
B02PVolumeStore.cc:111
B02PVolumeStore::fSetGeometryCell
B02SetGeometryCell fSetGeometryCell
Definition:
B02PVolumeStore.hh:64
G4String
Definition:
G4String.hh:45
B02PVolumeStore::AddPVolume
void AddPVolume(const G4GeometryCell &cell)
Definition:
B02PVolumeStore.cc:55
geant4.10.03
examples
extended
biasing
B02
include
B02PVolumeStore.hh
Generated on Thu Feb 14 2002 02:27:43 for Geant4 by
1.8.8