BDSIM
BDSIM is a Geant4 extension toolkit for simulation of particle transport in accelerator beamlines.
Loading...
Searching...
No Matches
bdsim
include
BDSOutputROOTEventRunInfo.hh
1
/*
2
Beam Delivery Simulation (BDSIM) Copyright (C) Royal Holloway,
3
University of London 2001 - 2023.
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 BDSOUTPUTROOTEVENTRUN_H
20
#define BDSOUTPUTROOTEVENTRUN_H
21
22
#include "Rtypes.h"
23
#include "TObject.h"
24
25
#include <ctime>
26
#include <string>
27
28
class
BDSOutputROOTEventInfo
;
29
36
class
BDSOutputROOTEventRunInfo
:
public
TObject
37
{
38
public
:
39
BDSOutputROOTEventRunInfo
();
40
explicit
BDSOutputROOTEventRunInfo
(
const
BDSOutputROOTEventInfo
* info);
41
virtual
~BDSOutputROOTEventRunInfo
();
42
void
Flush();
43
44
time_t startTime;
45
time_t stopTime;
46
double
durationWall;
47
double
durationCPU;
48
std::string
seedStateAtStart
;
49
50
ClassDef(
BDSOutputROOTEventRunInfo
,3);
51
};
52
53
#endif
BDSOutputROOTEventInfo
Information pertaining to an individual event.
Definition:
BDSOutputROOTEventInfo.hh:35
BDSOutputROOTEventRunInfo
Information pertaining to a run.
Definition:
BDSOutputROOTEventRunInfo.hh:37
BDSOutputROOTEventRunInfo::seedStateAtStart
std::string seedStateAtStart
Seed state at the start of the event.
Definition:
BDSOutputROOTEventRunInfo.hh:48
Generated on Mon Aug 14 2023 13:49:30 for BDSIM by
1.9.6