DD4hep  1.30.0
Detector Description Toolkit for High Energy Physics
Classes | Namespaces | Macros | Typedefs
Geant4EventReaderHepEvt.cpp File Reference
#include <DDG4/Geant4InputAction.h>
#include <fstream>
#include <DDG4/Factories.h>
#include <DD4hep/Printout.h>
#include <CLHEP/Units/SystemOfUnits.h>
#include <CLHEP/Units/PhysicalConstants.h>
#include <cerrno>

Go to the source code of this file.

Classes

class  dd4hep::sim::Geant4EventReaderHepEvt
 Class to populate Geant4 primaries from StdHep files. More...
 

Namespaces

 Geant4EventReaderHepEvt
 Plugin to read HepEvt ASCII files.
 
 dd4hep
 Namespace for the AIDA detector description toolkit.
 
 dd4hep::sim
 Namespace for the Geant4 based simulation part of the AIDA detector description toolkit.
 

Macros

#define HEPEvtShort   1
 
#define HEPEvtLong   2
 

Typedefs

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

Macro Definition Documentation

◆ HEPEvtLong

#define HEPEvtLong   2

Definition at line 96 of file Geant4EventReaderHepEvt.cpp.

◆ HEPEvtShort

#define HEPEvtShort   1

Definition at line 95 of file Geant4EventReaderHepEvt.cpp.

Typedef Documentation

◆ PropertyMask

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

Definition at line 92 of file Geant4EventReaderHepEvt.cpp.