BDSIM
BDSIM is a Geant4 extension toolkit for simulation of particle transport in accelerator beamlines.
Loading...
Searching...
No Matches
__w
bdsim
bdsim
include
BDSOutputLoaderSampler.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 BDSOUTPUTLOADERSAMPLER_H
20
#define BDSOUTPUTLOADERSAMPLER_H
21
22
#include "BDSOutputLoader.hh"
23
#include "BDSOutputROOTEventSampler.hh"
24
25
#include "G4String.hh"
26
33
class
BDSOutputLoaderSampler
:
public
BDSOutputLoader
34
{
35
public
:
36
BDSOutputLoaderSampler
(
const
G4String& filePath,
37
const
G4String& samplerName);
38
virtual
~BDSOutputLoaderSampler
();
39
40
const
BDSOutputROOTEventSampler<float>
* SamplerDataFloat(G4long eventNumber = 0);
41
const
BDSOutputROOTEventSampler<double>
* SamplerDataDouble(G4long eventNumber = 0);
42
43
inline
G4bool DoublePrecision()
const
{
return
doublePrecision;}
44
inline
G4long NEventsInFile()
const
{
return
nEvents;}
45
46
BDSOutputLoaderSampler
() =
delete
;
47
BDSOutputLoaderSampler
(
const
BDSOutputLoaderSampler
&) =
delete
;
48
BDSOutputLoaderSampler
& operator=(
const
BDSOutputLoaderSampler
&) =
delete
;
49
50
private
:
51
void
Common(G4long eventNumber);
52
53
G4bool doublePrecision;
54
G4long nEvents;
55
BDSOutputROOTEventSampler<float>
* localSamplerFloat;
56
BDSOutputROOTEventSampler<double>
* localSamplerDouble;
57
};
58
59
#endif
BDSOutputLoaderSampler
Loader of ROOT Event output for receating events.
Definition
BDSOutputLoaderSampler.hh:34
BDSOutputLoader
Loader of ROOT Event output for recreating events.
Definition
BDSOutputLoader.hh:44
BDSOutputROOTEventSampler
Information stored per sampler per event.
Definition
BDSOutputROOTEventSampler.hh:45
Generated on Sat Oct 18 2025 18:31:04 for BDSIM by
1.9.8