6 #include "HepPDT/ParticleID.hh" 10 #define update(a, b) \ 17 hepMCLabel_(config.getUntrackedParameter<
edm::InputTag>(
"hepMC")),
18 beamSpotLabel_(config.getUntrackedParameter<
edm::InputTag>(
"beamSpot")),
19 tracer_(config,
std::
move(collector)),
20 quality_(config, collector) {
159 const SimTrack *assocTrack = &(*tpr->g4Track_begin());
162 GlobalPoint(tpr->vertex().x(), tpr->vertex().y(), tpr->vertex().z()),
177 double dxySim = -v.
x() *
sin(p.phi()) + v.
y() *
cos(p.phi());
180 double dzSim = v.
z() - (v.
x() * p.x() + v.
y() * p.y()) * p.z() / p.perp2();
222 for (
unsigned int j = 0; j < layer.
hits.size(); j++) {
243 flags_[
Light] = !
pid.hasCharm() && !
pid.hasBottom();
257 for (TrackHistory::RecoGenParticleTrail::const_iterator iparticle = recoGenParticleTrail.begin();
258 iparticle != recoGenParticleTrail.end();
260 pdgid =
std::abs((*iparticle)->pdgId());
265 if (particleID.isValid()) {
277 std::set<int> daughterIds;
278 size_t ndau = (*iparticle)->numberOfDaughters();
279 for (
size_t i = 0;
i < ndau; ++
i) {
280 daughterIds.insert((*iparticle)->daughter(
i)->pdgId());
307 for (TrackHistory::SimParticleTrail::const_iterator iparticle = simParticleTrail.begin();
308 iparticle != simParticleTrail.end();
322 for (its = parentVertex->sourceTracks_begin(); its != parentVertex->sourceTracks_end(); ++its) {
323 for (itd = parentVertex->daughterTracks_begin(); itd != parentVertex->daughterTracks_end(); ++itd)
333 if (its != parentVertex->sourceTracks_end())
339 unsigned int processG4 = 0;
342 if (parentVertex->nG4Vertices() > 0) {
343 processG4 = (*(parentVertex->g4Vertices_begin())).processType();
373 if (particleID.isValid()) {
389 int daughtId =
abs((*iparticle)->pdgId());
424 double const mm = 0.1;
426 double oldX = genpv.
x;
427 double oldY = genpv.
y;
428 double oldZ = genpv.
z;
431 for (TrackHistory::GenParticleTrail::const_reverse_iterator iparticle = genParticleTrail.rbegin();
432 iparticle != genParticleTrail.rend();
435 HepMC::GenVertex *
parent = (*iparticle)->production_vertex();
437 HepMC::ThreeVector
p = parent->point3d();
439 double distance2 =
pow(p.x() * mm - genpv.
x, 2) +
pow(p.y() * mm - genpv.
y, 2) +
pow(p.z() * mm - genpv.
z, 2);
440 double difference2 =
pow(p.x() * mm - oldX, 2) +
pow(p.y() * mm - oldY, 2) +
pow(p.z() * mm - oldZ, 2);
459 for (TrackHistory::SimParticleTrail::const_reverse_iterator iparticle = simParticleTrail.rbegin();
460 iparticle != simParticleTrail.rend();
465 double distance2 =
pow(p.x() - genpv.
x, 2) +
pow(p.y() - genpv.
y, 2) +
pow(p.z() - genpv.
z, 2);
466 double difference2 =
pow(p.x() - oldX, 2) +
pow(p.y() - oldY, 2) +
pow(p.z() - oldZ, 2);
483 else if (counter == 1)
494 return part->charge() != 0;
510 for (HepMC::GenEvent::vertex_const_iterator ivertex =
event->vertices_begin(); ivertex !=
event->vertices_end();
512 bool hasParentVertex =
false;
516 for (HepMC::GenVertex::particle_iterator iparent = (*ivertex)->particles_begin(
HepMC::parents);
519 if ((*iparent)->production_vertex()) {
520 hasParentVertex =
true;
529 HepMC::FourVector
pos = (*ivertex)->position();
531 double const mm = 0.1;
535 std::vector<GeneratedPrimaryVertex>::iterator ientry =
genpvs_.begin();
538 for (; ientry !=
genpvs_.end(); ++ientry) {
539 double distance2 =
pow(
pv.x - ientry->x, 2) +
pow(
pv.y - ientry->y, 2) +
pow(
pv.z - ientry->z, 2);
549 ientry->genVertex.push_back((*ivertex)->barcode());
552 for (HepMC::GenVertex::particle_iterator idecendants = (*ivertex)->particles_begin(HepMC::descendants);
553 idecendants != (*ivertex)->particles_end(HepMC::descendants);
556 if (
find(ientry->finalstateParticles.begin(), ientry->finalstateParticles.end(), (*idecendants)->barcode()) ==
557 ientry->finalstateParticles.end()) {
558 ientry->finalstateParticles.push_back((*idecendants)->barcode());
559 HepMC::FourVector
m = (*idecendants)->momentum();
561 ientry->ptot.setPx(ientry->ptot.px() + m.px());
562 ientry->ptot.setPy(ientry->ptot.py() + m.py());
563 ientry->ptot.setPz(ientry->ptot.pz() + m.pz());
564 ientry->ptot.setE(ientry->ptot.e() + m.e());
565 ientry->ptsq += m.perp() * m.perp();
567 if (m.perp() > 0.8 &&
std::abs(m.pseudoRapidity()) < 2.5 &&
isCharged(*idecendants))
unsigned int numberOfLayers() const
Return the number of layers with simulated and/or reconstructed hits.
int pdgId() const final
PDG identifier.
double z0() const
z coordinate
T getUntrackedParameter(std::string const &, T const &) const
const edm::InputTag beamSpotLabel_
const edm::InputTag hepMCLabel_
void newEvent(const edm::Event &, const edm::EventSetup &)
Pre-process event information (for accessing reconstruction information)
bool isNonnull() const
Checks for non-null.
int event() const
get the contents of the subdetector field (should be protected?)
const FreeTrajectoryState & theState() const
double dxyError() const
error on dxy
const reco::GenParticle * recoGenParticle() const
const G4toCMSLegacyProcTypeMap g4toCMSProcMap_
const TrackingParticleRef & simParticle() const
Return the initial tracking particle from the history.
Sin< T >::type sin(const T &t)
Global3DPoint GlobalPoint
edm::Handle< edm::HepMCProduct > mcInformation_
const TrackerTopology * tTopo_
def setup(process, global_tag, zero_tesla=False)
unsigned int numberOfInnerLayers_
bool isNonnull() const
Checks for non-null.
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
unsigned int minTrackerSimHits_
std::vector< GeneratedPrimaryVertex > genpvs_
void processesAtSimulation()
Get information about conversion and other interactions.
std::vector< const HepMC::GenParticle * > GenParticleTrail
HepMC::GenParticle trail type.
math::XYZPointD Point
point in the space
bool getData(T &iHolder) const
void simulationInformation()
Get all the information related to the simulation details.
std::vector< const reco::GenParticle * > RecoGenParticleTrail
reco::GenParticle trail type.
void qualityInformation(reco::TrackBaseRef const &)
Classify all the tracks by their reconstruction quality.
void reconstructionInformation(reco::TrackBaseRef const &)
TrackClassifier const & evaluate(reco::TrackBaseRef const &)
Classify the RecoTrack in categories.
TrackClassifier(edm::ParameterSet const &, edm::ConsumesCollector &&)
Constructor by ParameterSet.
bool isCharged(const HepMC::GenParticle *)
edm::ESHandle< TransientTrackBuilder > transientTrackBuilder_
void evaluate(SimParticleTrail const &, reco::TrackBaseRef const &, const TrackerTopology *tTopo)
Compute information about the track reconstruction quality.
Auxiliary class holding simulated primary vertices.
int bunchCrossing() const
get the detector field from this detid
Cos< T >::type cos(const T &t)
Abs< T >::type abs(const T &t)
math::XYZPoint Point
point in the space
void hadronFlavor()
Get hadron flavor of the initial hadron.
void newEvent(edm::Event const &, edm::EventSetup const &)
Pre-process event information (for accessing reconstraction information)
const unsigned int processId(unsigned int g4ProcessId) const
const Layer & layer(unsigned int index) const
Return information about the given layer by index.
edm::Handle< reco::BeamSpot > beamSpot_
HepPDT::ParticleData ParticleData
GlobalVector momentum() const
double dz() const
dz parameter (= dsz/cos(lambda)). This is the track z0 w.r.t (0,0,0) only if the refPoint is close to...
double dzError() const
error on dz
GlobalPoint position() const
Get track history and classify it in function of their .
const HepMC::GenEvent * GetEvent() const
bool isFinalstateParticle(const HepMC::GenParticle *)
SimParticleTrail const & simParticleTrail() const
Return all the simulated particle in the history.
void vertexInformation()
Get geometrical information about the vertices.
void processesAtGenerator()
Get all the information related to decay process.
bool evaluate(TrackingParticleRef tpr)
Evaluate track history using a TrackingParticleRef.
void depth(int d)
Set the depth of the history.
edm::ESHandle< MagneticField > magneticField_
const math::XYZTLorentzVectorD & momentum() const
double y0() const
y coordinate
Flags flags_
Flag containers.
int charge() const
track electric charge
const reco::TrackBaseRef & recoTrack() const
Return a reference to the reconstructed track.
void newEvent(const edm::Event &, const edm::EventSetup &)
Pre-process event information (for accessing reconstruction information)
double longLivedDecayLength_
void reset()
Reset the categories flags.
double vertexClusteringSqDistance_
double dxy() const
dxy parameter. (This is the transverse impact parameter w.r.t. to (0,0,0) ONLY if refPoint is close t...
RecoGenParticleTrail const & recoGenParticleTrail() const
Return all reco::GenParticle in the history.
edm::ESHandle< ParticleDataTable > particleDataTable_
T const * product() const
Power< A, B >::type pow(const A &a, const B &b)
void genPrimaryVertices()
GenParticleTrail const & genParticleTrail() const
Return all generated particle (HepMC::GenParticle) in the history.
Global3DVector GlobalVector
std::vector< TrackingParticleRef > SimParticleTrail
SimParticle trail type.
double x0() const
x coordinate