BDSIM
BDSIM is a Geant4 extension toolkit for simulation of particle transport in accelerator beamlines.
Loading...
Searching...
No Matches
__w
bdsim
bdsim
include
BDSScoringMeshCylinder.hh
1
/*
2
Beam Delivery Simulation (BDSIM) Copyright (C) Royal Holloway,
3
University of London 2001 - 2024.
4
5
This file is part of BDSIM.
6
7
BDSIM is free software: you can redistribute it and/or modify
8
it under the terms of the GNU General Public License as published
9
by the Free Software Foundation version 3 of the License.
10
11
BDSIM is distributed in the hope that it will be useful, but
12
WITHOUT ANY WARRANTY; without even the implied warranty of
13
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
GNU General Public License for more details.
15
16
You should have received a copy of the GNU General Public License
17
along with BDSIM. If not, see <http://www.gnu.org/licenses/>.
18
*/
19
#ifndef BDSSCORINGMESHCYLINDER_H
20
#define BDSSCORINGMESHCYLINDER_H
21
22
#include "G4ScoringCylinder.hh"
23
#include "G4String.hh"
24
#include "G4ThreeVector.hh"
25
#include "G4Transform3D.hh"
26
27
class
BDSHistBinMapper
;
28
class
BDSScorerMeshInfo
;
29
43
class
BDSScoringMeshCylinder
:
public
G4ScoringCylinder
44
{
45
public
:
48
BDSScoringMeshCylinder
(
const
G4String& name,
49
const
BDSScorerMeshInfo
& recipe,
50
const
G4Transform3D& placementTransform);
51
54
BDSScoringMeshCylinder
(
const
G4String& name,
55
const
G4ThreeVector& translation,
56
const
G4RotationMatrix& rotation);
57
58
const
BDSHistBinMapper
* Mapper()
const
;
59
60
virtual
~BDSScoringMeshCylinder
();
61
62
protected
:
63
mutable
BDSHistBinMapper
* mapper;
64
65
G4double scorerSize[3];
66
G4int nSegment[3];
67
G4int nEnergySegments;
68
};
69
70
#endif
BDSHistBinMapper
Mapping from axis indices to 1D index.
Definition
BDSHistBinMapper.hh:32
BDSScorerMeshInfo
Recipe class for a scoring mesh.
Definition
BDSScorerMeshInfo.hh:43
BDSScoringMeshCylinder
Wrapper for G4ScoringCylinder to allow full access to placement.
Definition
BDSScoringMeshCylinder.hh:44
Generated on Sat Oct 18 2025 18:31:04 for BDSIM by
1.9.8