SimG4Core
Notification
interface
EndOfRun.h
Go to the documentation of this file.
1
#ifndef SimG4Core_EndOfRun_H
2
#define SimG4Core_EndOfRun_H
3
4
#include "G4Run.hh"
5
6
class
EndOfRun
{
7
public
:
8
EndOfRun
(
const
G4Run* tRun) :
aRun
(tRun) {}
9
const
G4Run*
operator()
()
const
{
return
aRun
; }
10
11
private
:
12
const
G4Run*
aRun
;
13
};
14
15
#endif
EndOfRun::EndOfRun
EndOfRun(const G4Run *tRun)
Definition:
EndOfRun.h:8
EndOfRun::aRun
const G4Run * aRun
Definition:
EndOfRun.h:12
EndOfRun::operator()
const G4Run * operator()() const
Definition:
EndOfRun.h:9
EndOfRun
Definition:
EndOfRun.h:6
Generated for CMSSW Reference Manual by
1.8.16