123 if(!interactionModel.get()){
149 produces<edm::SimTrackContainer>();
150 produces<edm::SimVertexContainer>();
154 interactionModel->registerProducts(*
this);
156 produces<edm::PCaloHitContainer>(
"EcalHitsEB");
157 produces<edm::PCaloHitContainer>(
"EcalHitsEE");
158 produces<edm::PCaloHitContainer>(
"EcalHitsES");
159 produces<edm::PCaloHitContainer>(
"HcalHits");
160 produces<edm::SimTrackContainer>(
"MuonSimTracks");
209 myCalorimetry->getCalorimeter()->setupTopology(*theCaloTopology);
212 myCalorimetry->getHFShowerLibrary()->initHFShowerLibrary(iSetup);
220 std::vector<FSimTrack> myFSimTracks;
224 <<
"\n###############################";
227 for(std::unique_ptr<fastsim::Particle> particle = particleManager.nextParticle(*
_randomEngine); particle !=
nullptr; particle=particleManager.nextParticle(*
_randomEngine))
238 if(particle->position().Perp2() < 128.*128. &&
std::abs(particle->position().Z()) < 302.){
256 particle->resetOnLayer();
261 if(particle->position().T() > 25)
265 particle->resetOnLayer();
271 if(layer->
getThickness(particle->position(), particle->momentum()) > 1E-10){
272 int nSecondaries = 0;
277 std::vector<std::unique_ptr<fastsim::Particle> > secondaries;
278 interactionModel->interact(*particle,*layer,secondaries,*
_randomEngine);
279 nSecondaries += secondaries.size();
280 particleManager.addSecondaries(particle->position(),particle->simTrackIndex(),secondaries,layer);
284 if(!particleFilter_.acceptsEn(*particle))
287 if(nSecondaries==0) particleManager.addEndVertex(particle.get());
294 <<
"\n-------------------------------";
298 if(!particle->isStable() && particle->remainingProperLifeTimeC() < 1E-10)
301 std::vector<std::unique_ptr<fastsim::Particle> > secondaries;
304 particleManager.addSecondaries(particle->position(), particle->simTrackIndex(),secondaries);
309 <<
"\n###############################";
320 if(particle->position().Perp2() >= 128.*128. ||
std::abs(particle->position().Z()) >= 302.){
325 myFSimTracks.push_back(
createFSimTrack(particle.get(), &particleManager, *pdt));
327 if(!particle->isStable() && particle->remainingProperLifeTimeC() < 1E-10)
333 <<
"\n###############################";
342 <<
"\n###############################";
352 interactionModel->storeProducts(iEvent);
361 for(
auto myFSimTrack : myFSimTracks)
518 myFSimTrack.
setEcal(PP, success);
526 myFSimTrack.
setHcal(PP, success);
547 <<
"\n-------------------------------";
556 std::vector<std::unique_ptr<fastsim::Particle> > secondaries;
void beginStream(edm::StreamID id) override
std::map< std::string, fastsim::InteractionModel * > interactionModelMap_
Each interaction model has a unique name.
std::vector< std::unique_ptr< fastsim::InteractionModel > > interactionModels_
All defined interaction models.
edm::ESWatcher< CaloGeometryRecord > watchCaloGeometry_
T getParameter(std::string const &) const
void update(const edm::EventSetup &iSetup, const std::map< std::string, InteractionModel * > &interactionModelMap)
Initializes the tracker geometry.
std::vector< PCaloHit > PCaloHitContainer
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
fastsim::Geometry caloGeometry_
Hack to interface "old" calo to "new" tracking.
std::unique_ptr< RandomEngineAndDistribution > _randomEngine
The random engine.
The core class of the new SimplifiedGeometryPropagator.
Implementation of a generic detector layer (base class for forward/barrel layers).
const math::XYZTLorentzVector & position() const
Return position of the particle.
Handles/tracks (possible) intersections of particle's trajectory and tracker layers.
Manages GenParticles and Secondaries from interactions.
double deltaRchargedMother_
Cut on deltaR for ClosestChargedDaughter algorithm (FastSim tracking)
def create(alignables, pedeDump, additionalData, outputFile, config)
HepPDT::ParticleDataTable ParticleDataTable
bool getByToken(EDGetToken token, Handle< PROD > &result) const
fastsim::Geometry geometry_
The definition of the tracker according to python config.
double remainingProperLifeTimeC() const
Return the particle's remaining proper lifetime[in ct].
int genParticleIndex() const
Return index of the particle in the genParticle vector.
edm::EDGetTokenT< edm::HepMCProduct > genParticlesToken_
Token to get the genParticles.
void setEcal(const RawParticle &pp, int success)
Set the ecal variables.
fastsim::Decayer decayer_
Handles decays of non-stable particles using pythia.
void setGlobal()
particle did not decay before more detectors (useful for newProducer)
virtual bool isForward() const =0
Returns false/true depending if the object is a (non-abstract) barrel/forward layer.
virtual FSimTrack createFSimTrack(fastsim::Particle *particle, fastsim::ParticleManager *particleManager, HepPDT::ParticleDataTable const &particleTable)
void setLayer2(const RawParticle &pp, int success)
Set the preshower layer2 variables.
int pdgId() const
Return pdgId of the particle.
bool moveParticleToNextLayer(Particle &particle, const SimplifiedGeometry *&layer)
Move particle along its trajectory to the next intersection with any of the tracker layers...
const SimVertex getSimVertex(unsigned i)
Returns the position of a given SimVertex. Needed for interfacing the code with the old calorimetry...
const SimTrack getSimTrack(unsigned i)
Returns a given SimTrack. Needed for interfacing the code with the old calorimetry.
RawParticle makeParticle(HepPDT::ParticleDataTable const *, int id, const math::XYZTLorentzVector &p)
bool getData(T &iHolder) const
XYZTLorentzVectorD XYZTLorentzVector
Lorentz vector with cylindrical internal representation using pseudorapidity.
Base class for any interaction model between a particle and a tracker layer.
int simVertexIndex() const
Return index of the origin vertex.
~FastSimProducer() override
void setLayer1(const RawParticle &pp, int success)
Set the preshower layer1 variables.
#define DEFINE_FWK_MODULE(type)
const std::vector< InteractionModel * > & getInteractionModels() const
Return the vector of all interaction models that are assigned with a layer.
CaloType getCaloType() const
Hack to interface "old" Calorimetry with "new" Tracker.
Abs< T >::type abs(const T &t)
void addSecondaries(const math::XYZTLorentzVector &vertexPosition, int motherSimTrackId, std::vector< std::unique_ptr< Particle > > &secondaries, const SimplifiedGeometry *layer=nullptr)
Adds secondaries that are produced by any of the interactions (or particle decay) to the buffer...
double beamPipeRadius_
The radius of the beampipe.
std::vector< std::string > getParameterNames() const
void decay(const Particle &particle, std::vector< std::unique_ptr< Particle > > &secondaries, CLHEP::HepRandomEngine &engine) const
Decay particle using pythia.
int simTrackIndex() const
Return index of the SimTrack.
void produce(edm::Event &, const edm::EventSetup &) override
const HepMC::GenEvent * GetEvent() const
edm::ESWatcher< CaloTopologyRecord > watchCaloTopology_
double charge() const
Return charge of the particle.
std::vector< SimVertex > SimVertexContainer
FastSimProducer(const edm::ParameterSet &)
virtual const double getThickness(const math::XYZTLorentzVector &position) const =0
Return thickness of the layer at a given position.
Definition the tracker geometry (vectors of forward/barrel layers).
static const std::string MESSAGECATEGORY
Category of debugging messages ("FastSimulation")
std::unique_ptr< CalorimetryManager > myCalorimetry
bool check(const edm::EventSetup &iSetup)
Implementation of non-stable particle decays.
bool isStable() const
Returns true if particle is considered stable.
void setVFcal(const RawParticle &pp, int success)
Set the hcal variables.
const math::XYZTLorentzVector & momentum() const
Return momentum of the particle.
(Kinematic) cuts on the particles that are propagated.
void setHcal(const RawParticle &pp, int success)
Set the hcal variables.
Definition of a generic FastSim Particle which can be propagated through the detector (formerly Parti...
void endStream() override
std::vector< SimTrack > SimTrackContainer
double getMagneticFieldZ(const math::XYZTLorentzVector &position) const
Initializes the tracker geometry.
fastsim::ParticleFilter particleFilter_
Decides which particles have to be propagated.
T get(const Candidate &c)