Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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
{
8
public
:
9
EndOfRun
(
const
G4Run * tRun) :
aRun
(tRun) {}
10
const
G4Run *
operator()
()
const
{
return
aRun
; }
11
private
:
12
const
G4Run *
aRun
;
13
};
14
15
#endif
EndOfRun
Definition:
EndOfRun.h:6
EndOfRun::operator()
const G4Run * operator()() const
Definition:
EndOfRun.h:10
EndOfRun::EndOfRun
EndOfRun(const G4Run *tRun)
Definition:
EndOfRun.h:9
EndOfRun::aRun
const G4Run * aRun
Definition:
EndOfRun.h:12
Generated for CMSSW Reference Manual by
1.8.5