79 for (std::size_t
index = 0;
index < vertexCollection->size();
index++) {
80 std::cout << std::endl <<
"History for vertex #" <<
index <<
" : " << std::endl;
88 for (std::size_t hindex = 0; hindex < simParticles.size(); hindex++) {
97 if (!simVertexes.empty()) {
98 for (std::size_t hindex = 0; hindex < simVertexes.size(); hindex++) {
99 std::cout <<
" simVertex [" << hindex <<
"] : " 100 <<
vertexString(simVertexes[hindex]->sourceTracks(), simVertexes[hindex]->daughterTracks())
104 std::cout <<
" simVertex no found" << std::endl;
110 for (std::size_t hindex = 0; hindex <
genParticles.size(); hindex++) {
119 if (!genVertexes.empty()) {
120 for (std::size_t hindex = 0; hindex < genVertexes.size(); hindex++) {
121 std::cout <<
" genVertex [" << hindex <<
"] : " 122 <<
vertexString(genVertexes[hindex]->particles_in_const_begin(),
123 genVertexes[hindex]->particles_in_const_end(),
124 genVertexes[hindex]->particles_out_const_begin(),
125 genVertexes[hindex]->particles_out_const_end())
129 std::cout <<
" genVertex no found" << std::endl;
131 std::cout <<
" fake vertex" << std::endl;
This class traces the simulated and generated history of a given track.
edm::InputTag vertexProducer_
VertexHistory const & history() const
Returns a reference to the vertex history used in the classification.
std::string vertexString(const TrackingParticleRefVector &, const TrackingParticleRefVector &) const
SimVertexTrail const & simVertexTrail() const
Return all the simulated vertices in the history.
std::vector< const HepMC::GenParticle * > GenParticleTrail
HepMC::GenParticle trail type.
VertexClassifier classifier_
std::string particleString(int) const
bool is(Category category) const
Returns track flag for a given category.
std::vector< const HepMC::GenVertex * > GenVertexTrail
GenVertex trail type.
SimParticleTrail const & simParticleTrail() const
Return all the simulated particle in the history.
VertexClassifier const & evaluate(reco::VertexBaseRef const &)
Classify the RecoVertex in categories.
virtual void newEvent(edm::Event const &, edm::EventSetup const &)
Pre-process event information (for accessing reconstraction information)
GenVertexTrail const & genVertexTrail() const
Return all generated vertex in the history.
std::vector< TrackingVertexRef > SimVertexTrail
SimVertex trail type.
GenParticleTrail const & genParticleTrail() const
Return all generated particle (HepMC::GenParticle) in the history.
std::vector< TrackingParticleRef > SimParticleTrail
SimParticle trail type.