src
SimG4Core
Notification
interface
BeginOfJob.h
Go to the documentation of this file.
1
#ifndef SimG4Core_BeginOfJob_H
2
#define SimG4Core_BeginOfJob_H
3
4
namespace
edm
{
5
class
EventSetup
;
6
}
7
8
class
BeginOfJob
{
9
public
:
10
BeginOfJob
(
const
edm::EventSetup
* tJob) :
anJob
(tJob) {}
11
const
edm::EventSetup
*
operator()
()
const
{
return
anJob
; }
12
13
private
:
14
const
edm::EventSetup
*
anJob
;
15
};
16
17
#endif
BeginOfJob
Definition:
BeginOfJob.h:8
EventSetup
edm::EventSetup
Definition:
EventSetup.h:56
BeginOfJob::BeginOfJob
BeginOfJob(const edm::EventSetup *tJob)
Definition:
BeginOfJob.h:10
BeginOfJob::anJob
const edm::EventSetup * anJob
Definition:
BeginOfJob.h:14
edm
HLT enums.
Definition:
AlignableModifier.h:19
BeginOfJob::operator()
const edm::EventSetup * operator()() const
Definition:
BeginOfJob.h:11
Generated for CMSSW Reference Manual by
1.8.14