ATLAS Offline Software
Loading...
Searching...
No Matches
McEventDict.h
Go to the documentation of this file.
1// this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
5*/
6
7#ifndef GENERATOROBJECTS_MCEVENTDICT_H
8# define GENERATOROBJECTS_MCEVENTDICT_H 1
9
10#include <vector>
16
17#include "AtlasHepMC/GenEvent.h"
19
20 struct tmp {
21 std::vector<HepMcParticleLink> m_hepMcParticleLinks;
22 std::set<HepMC::GenParticle*>::const_iterator m_psetci;
23 std::set<HepMC::GenVertex*>::const_iterator m_vsetci;
24 std::set<HepMC::GenParticle*>::iterator m_pseti;
25 std::set<HepMC::GenVertex*>::iterator m_vseti;
26
27#ifdef HEPMC3
29#else
31 HepMC::GenVertex::particles_out_const_iterator> m_it;
32#endif
33 };
34
35}
36
37#endif // GENERATOROBJECTS_MCEVENTDICT_H
Provide functions for iterator comparisons.
Provide functions for iterator comparisons.
std::set< HepMC::GenParticle * >::const_iterator m_psetci
Definition McEventDict.h:22
RootUtils::PyROOTIteratorFuncs< HepMC::GenVertex::particles_out_const_iterator > m_it
Definition McEventDict.h:31
std::set< HepMC::GenVertex * >::iterator m_vseti
Definition McEventDict.h:25
std::set< HepMC::GenParticle * >::iterator m_pseti
Definition McEventDict.h:24
std::vector< HepMcParticleLink > m_hepMcParticleLinks
Definition McEventDict.h:21
std::set< HepMC::GenVertex * >::const_iterator m_vsetci
Definition McEventDict.h:23