25 #include "HepMC/GenVertex.h"
26 #include "HepMC/GenEvent.h"
35 produces<edm::SimTrackContainer>();
36 produces<edm::SimVertexContainer>();
37 produces<FSimVertexTypeCollection>(
"VertexTypes");
38 produces<edm::PSimHitContainer>(
"TrackerHits");
39 produces<edm::PCaloHitContainer>(
"EcalHitsEB");
40 produces<edm::PCaloHitContainer>(
"EcalHitsEE");
41 produces<edm::PCaloHitContainer>(
"EcalHitsES");
42 produces<edm::PCaloHitContainer>(
"HcalHits");
45 if ( simulateMuons ) produces<edm::SimTrackContainer>(
"MuonSimTracks");
58 puToken = consumes<edm::HepMCProduct>(_label);
61 mixSourceToken = consumes<CrossingFrame<edm::HepMCProduct> >(_label);
95 const HepMC::GenEvent* myGenEvent = 0;
109 const HepMC::GenEvent* thePUEvents = 0;
117 if(genPartXF) myGenParticlesXF = &(*genEvtXF);
125 myGenEvent = theHepMCProduct->GetEvent();
128 fevt->setBeamSpot(BSPosition_);
131 bool genPart =
false;
137 if ( genPart ) myGenParticles = &(*genEvt);
140 if ( !myGenEvent && !genPart )
141 std::cout <<
"There is no generator input for this event, under "
142 <<
"any form (HepMCProduct, genParticles)" << std::endl
143 <<
"Please check SourceLabel or GenParticleLabel" << std::endl;
150 thePUEvents = isPileUp ? thePileUpEvents->GetEvent() : 0;
156 if (myGenParticlesXF) {
185 calo->loadFromEcalBarrel(*p4);
186 calo->loadFromEcalEndcap(*p5);
187 calo->loadFromPreshower(*p6);
188 calo->loadFromHcal(*p7);
190 calo->loadMuonSimTracks(*m1);
197 iEvent.
put(p3,
"TrackerHits");
198 iEvent.
put(v1,
"VertexTypes");
199 iEvent.
put(p4,
"EcalHitsEB");
200 iEvent.
put(p5,
"EcalHitsEE");
201 iEvent.
put(p6,
"EcalHitsES");
202 iEvent.
put(p7,
"HcalHits");
std::vector< GenParticle > GenParticleCollection
collection of GenParticles
T getParameter(std::string const &) const
edm::EDGetTokenT< reco::BeamSpot > beamSpotToken
std::vector< PCaloHit > PCaloHitContainer
bool getByToken(EDGetToken token, Handle< PROD > &result) const
#define DEFINE_FWK_MODULE(type)
const HepPDT::ParticleDataTable * theTable() const
Get the pointer to the particle data table.
edm::InputTag sourceLabel
edm::EDGetTokenT< reco::GenParticleCollection > genParticleToken
FamosManager * famosManager_
edm::InputTag genParticleLabel
virtual void beginRun(edm::Run const &run, const edm::EventSetup &es) override
FamosProducer(edm::ParameterSet const &p)
OrphanHandle< PROD > put(std::auto_ptr< PROD > product)
Put a new product.
std::vector< FSimVertexType > FSimVertexTypeCollection
collection of FSimVertexType objects
edm::EDGetTokenT< edm::HepMCProduct > puToken
void reconstruct(const HepMC::GenEvent *evt, const reco::GenParticleCollection *particles, const HepMC::GenEvent *pu, const TrackerTopology *tTopo, RandomEngineAndDistribution const *)
The real thing is done here.
CalorimetryManager * calorimetryManager() const
The calorimeter.
edm::EDGetTokenT< edm::HepMCProduct > sourceToken
edm::EDGetTokenT< reco::GenParticleCollection > mixGenParticleToken
edm::InputTag beamSpotLabel
XYZPointD XYZPoint
point in space with cartesian internal representation
std::vector< SimVertex > SimVertexContainer
edm::EDGetTokenT< CrossingFrame< edm::HepMCProduct > > mixSourceToken
virtual void produce(edm::Event &e, const edm::EventSetup &c) override
StreamID streamID() const
std::vector< PSimHit > PSimHitContainer
TrajectoryManager * trackerManager() const
The tracker.
FSimEvent * simEvent() const
The generated event.
std::vector< SimTrack > SimTrackContainer
void setupGeometryAndField(edm::Run const &run, const edm::EventSetup &es)
Get information from the Event Setup.
static std::string const source