Skip to content

Commit

Permalink
use correct CLHEP/Units/SystemOfUnits.h
Browse files Browse the repository at this point in the history
 - need the units in namespace CLHEP
  • Loading branch information
gaede authored and Marko Petric committed Dec 8, 2020
1 parent 5a7f9b1 commit 7c4c5c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion DDG4/edm4hep/Geant4Output2EDM4hep.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
#include "G4Threading.hh"
#include "G4AutoLock.hh"
#include "G4Version.hh"
#include "G4SystemOfUnits.hh"

// use the Geant4 units in namespace CLHEP
#include "CLHEP/Units/SystemOfUnits.h"

// edm4hep include files
#include "edm4hep/EventHeaderCollection.h"
Expand Down

0 comments on commit 7c4c5c8

Please sign in to comment.