#include <type_traits>
#include "HepMC3/Attribute.h"
#include "HepMC3/GenParticle.h"
#include "AtlasHepMC/AttributeNames.h"
Go to the source code of this file.
|
| typedef std::shared_ptr< HepMC3::VectorIntAttribute > | HepMC::Flow |
|
| template<class T, std::enable_if_t< std::is_same< T, HepMC3::GenParticlePtr >::value||std::is_same< T, HepMC3::ConstGenParticlePtr >::value, bool > = true> |
| int | HepMC::flow (const T &p, int i) |
| template<class T, std::enable_if_t< std::is_same< T, HepMC3::GenParticlePtr >::value||std::is_same< T, HepMC3::ConstGenParticlePtr >::value, bool > = true> |
| Flow | HepMC::flow (const T &p) |
| template<class T> |
| void | HepMC::set_flow (T &a, Flow fl) |