Main Page
Namespaces
Classes
Package Documentation
CVS Directory
WorkBook
Offline Guide
Release schedule
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
Alignment
LaserAlignmentSimulation
plugins
LaserAlignmentSource.h
Go to the documentation of this file.
1
#ifndef LaserAlignmentSimulation_LaserAlignmentSource_H
2
#define LaserAlignmentSimulation_LaserAlignmentSource_H
3
14
// system include files
15
#include <memory>
16
17
// user include files
18
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
19
#include "
FWCore/Framework/interface/GeneratedInputSource.h
"
20
21
#include "HepMC/GenEvent.h"
22
23
//
24
// class decleration
25
//
26
class
LaserAlignmentSource
:
public
edm::GeneratedInputSource
{
27
public
:
29
explicit
LaserAlignmentSource
(
const
edm::ParameterSet
&,
const
edm::InputSourceDescription
&);
31
~LaserAlignmentSource
();
32
33
34
private
:
36
virtual
bool
produce
(
edm::Event
&);
37
38
// the event format itself
39
HepMC::GenEvent*
theEvent
;
40
};
41
#endif
LaserAlignmentSource::theEvent
HepMC::GenEvent * theEvent
Definition:
LaserAlignmentSource.h:39
LaserAlignmentSource::LaserAlignmentSource
LaserAlignmentSource(const edm::ParameterSet &, const edm::InputSourceDescription &)
constructor
Definition:
LaserAlignmentSource.cc:22
LaserAlignmentSource
Definition:
LaserAlignmentSource.h:26
Frameworkfwd.h
edm::InputSourceDescription
Definition:
InputSourceDescription.h:17
LaserAlignmentSource::produce
virtual bool produce(edm::Event &)
produce the HepMCProduct
Definition:
LaserAlignmentSource.cc:39
edm::GeneratedInputSource
Definition:
GeneratedInputSource.h:13
LaserAlignmentSource::~LaserAlignmentSource
~LaserAlignmentSource()
destructor
Definition:
LaserAlignmentSource.cc:33
GeneratedInputSource.h
edm::ParameterSet
Definition:
ParameterSet.h:31
edm::Event
Definition:
Event.h:49
Generated for CMSSW Reference Manual by
1.8.5