DD4hep  1.30.0
Detector Description Toolkit for High Energy Physics
Macros | Typedefs
Geant4InputHandling.cpp File Reference
#include <DD4hep/Printout.h>
#include <DDG4/Geant4InputHandling.h>
#include <DDG4/Geant4Primary.h>
#include <DDG4/Geant4Context.h>
#include <DDG4/Geant4Action.h>
#include <DDG4/Geant4PrimaryHandler.h>
#include <CLHEP/Units/SystemOfUnits.h>
#include <CLHEP/Units/PhysicalConstants.h>
#include <G4Event.hh>
#include <G4PrimaryVertex.hh>
#include <G4PrimaryParticle.hh>
#include <G4ParticleDefinition.hh>
#include <stdexcept>
#include <limits>
#include <cmath>

Go to the source code of this file.

Macros

#define SQR(x)   (x*x)
 

Typedefs

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

Macro Definition Documentation

◆ SQR

#define SQR (   x)    (x*x)

Typedef Documentation

◆ PropertyMask

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

Definition at line 36 of file Geant4InputHandling.cpp.