Main Page
Namespaces
Classes
Package Documentation
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
{
10
public
:
11
BeginOfJob
(
const
edm::EventSetup
* tJob) : anJob(tJob) {}
12
const
edm::EventSetup
*
operator()
()
const
{
return
anJob; }
13
private
:
14
const
edm::EventSetup
*
anJob
;
15
};
16
17
#endif
BeginOfJob
Definition:
BeginOfJob.h:8
EventSetup
BeginOfJob::operator()
const edm::EventSetup * operator()() const
Definition:
BeginOfJob.h:12
edm::EventSetup
Definition:
EventSetup.h:45
BeginOfJob::BeginOfJob
BeginOfJob(const edm::EventSetup *tJob)
Definition:
BeginOfJob.h:11
BeginOfJob::anJob
const edm::EventSetup * anJob
Definition:
BeginOfJob.h:14
edm
HLT enums.
Definition:
AlignableModifier.h:17
Generated for CMSSW Reference Manual by
1.8.11