26 #include "HepMC/GenEvent.h"
27 #include "HepMC/GenVertex.h"
36 produces<edm::SimTrackContainer>();
37 produces<edm::SimVertexContainer>();
38 produces<FSimVertexTypeCollection>(
"VertexTypes");
39 produces<edm::PSimHitContainer>(
"TrackerHits");
40 produces<edm::PCaloHitContainer>(
"EcalHitsEB");
41 produces<edm::PCaloHitContainer>(
"EcalHitsEE");
42 produces<edm::PCaloHitContainer>(
"EcalHitsES");
43 produces<edm::PCaloHitContainer>(
"HcalHits");
46 if ( simulateMuons ) produces<edm::SimTrackContainer>(
"MuonSimTracks");
78 const HepMC::GenEvent* myGenEvent = 0;
95 const HepMC::GenEvent* thePUEvents = 0;
98 bool isPileUpXF = iEvent.
getByLabel(
"mixGenPU",
"generator",theHepMCProductCrossingFrame);
102 bool genPartXF = iEvent.
getByLabel(
"genParticlesFromMixingModule",genEvtXF);
103 if(genPartXF) myGenParticlesXF = &(*genEvtXF);
109 myGenEvent = theHepMCProduct->GetEvent();
111 if ( theVertexGenerator ) {
112 TMatrixD* boost = theVertexGenerator->boost();
113 if ( boost ) theHepMCProduct->boostToLab(boost,
"momentum");
115 myGenEvent = theHepMCProduct->GetEvent();
118 fevt->setBeamSpot(BSPosition_);
121 bool genPart =
false;
126 if ( genPart ) myGenParticles = &(*genEvt);
129 if ( !myGenEvent && !genPart )
130 std::cout <<
"There is no generator input for this event, under "
131 <<
"any form (HepMCProduct, genParticles)" << std::endl
132 <<
"Please check SourceLabel or GenParticleLabel" << std::endl;
137 bool isPileUp = iEvent.
getByLabel(
"famosPileUp",
"PileUpEvents",thePileUpEvents);
138 thePUEvents = isPileUp ? thePileUpEvents->GetEvent() : 0;
143 if (myGenParticlesXF) {
151 if ( theVertexGenerator ) {
152 HepMC::FourVector theVertex(
153 (theVertexGenerator->X()-theVertexGenerator->beamSpot().X()+BSPosition_.X())*10.,
154 (theVertexGenerator->Y()-theVertexGenerator->beamSpot().Y()+BSPosition_.Y())*10.,
155 (theVertexGenerator->Z()-theVertexGenerator->beamSpot().Z()+BSPosition_.Z())*10.,
157 if ( fabs(theVertexGenerator->Z()) > 1E-10 ) theHepMCProduct->applyVtxGen( &theVertex );
184 calo->loadFromEcalBarrel(*p4);
185 calo->loadFromEcalEndcap(*p5);
186 calo->loadFromPreshower(*p6);
187 calo->loadFromHcal(*p7);
189 calo->loadMuonSimTracks(*m1);
196 iEvent.
put(p3,
"TrackerHits");
197 iEvent.
put(v1,
"VertexTypes");
198 iEvent.
put(p4,
"EcalHitsEB");
199 iEvent.
put(p5,
"EcalHitsEE");
200 iEvent.
put(p6,
"EcalHitsES");
201 iEvent.
put(p7,
"HcalHits");
std::vector< GenParticle > GenParticleCollection
collection of GenParticles
T getParameter(std::string const &) const
std::vector< PCaloHit > PCaloHitContainer
void setupGeometryAndField(edm::Run &run, const edm::EventSetup &es)
Get information from the Event Setup.
void reconstruct(const HepMC::GenEvent *evt, const reco::GenParticleCollection *particles, const HepMC::GenEvent *pu)
The real thing is done here.
#define DEFINE_FWK_MODULE(type)
edm::InputTag theBeamSpotLabel
FamosManager * famosManager_
virtual void beginRun(edm::Run &run, const edm::EventSetup &es)
FamosProducer(edm::ParameterSet const &p)
OrphanHandle< PROD > put(std::auto_ptr< PROD > product)
Put a new product.
edm::InputTag theSourceLabel
std::vector< FSimVertexType > FSimVertexTypeCollection
collection of FSimVertexType objects
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
edm::InputTag theGenParticleLabel
CalorimetryManager * calorimetryManager() const
The calorimeter.
XYZPointD XYZPoint
point in space with cartesian internal representation
std::vector< SimVertex > SimVertexContainer
std::vector< PSimHit > PSimHitContainer
TrajectoryManager * trackerManager() const
The tracker.
FSimEvent * simEvent() const
The generated event.
virtual void produce(edm::Event &e, const edm::EventSetup &c)
std::vector< SimTrack > SimTrackContainer