DD4hep  1.30.0
Detector Description Toolkit for High Energy Physics
Typedefs
HepMC3EventReader.cpp File Reference
#include <G4GlobalConfig.hh>
#include <G4ParticleTable.hh>
#include "HepMC3EventReader.h"
#include <DD4hep/Printout.h>
#include <DDG4/Geant4Primary.h>
#include <DDG4/Geant4Context.h>
#include <DDG4/Factories.h>
#include <HepMC3/FourVector.h>
#include <HepMC3/GenEvent.h>
#include <HepMC3/GenParticle.h>
#include <HepMC3/GenVertex.h>
#include <HepMC3/Units.h>
#include <G4Event.hh>

Go to the source code of this file.

Typedefs

using SGenParticle = std::shared_ptr< HepMC3::GenParticle >
 
using PropertyMask = dd4hep::detail::ReferenceBitMask< int >
 

Typedef Documentation

◆ PropertyMask

using PropertyMask = dd4hep::detail::ReferenceBitMask<int>

Definition at line 37 of file HepMC3EventReader.cpp.

◆ SGenParticle

using SGenParticle = std::shared_ptr<HepMC3::GenParticle>

Definition at line 36 of file HepMC3EventReader.cpp.