From 310b111c9c0eaa76b8b8578f2721d4ece146ab7c Mon Sep 17 00:00:00 2001 From: Frank Gaede <frank.gaede@desy.de> Date: Tue, 18 Aug 2015 07:57:50 +0000 Subject: [PATCH] added using namespace lcio ( as removed from UTIL/wqCellIdDecoder.h ) --- DDG4/lcio/Geant4Output2LCIO.cpp | 2 ++ DDG4/lcio/LCIOConversions.cpp | 3 ++- DDG4/lcio/LCIOFileReader.cpp | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/DDG4/lcio/Geant4Output2LCIO.cpp b/DDG4/lcio/Geant4Output2LCIO.cpp index f8a20ef0c..d8bc74687 100644 --- a/DDG4/lcio/Geant4Output2LCIO.cpp +++ b/DDG4/lcio/Geant4Output2LCIO.cpp @@ -25,6 +25,8 @@ #include "IMPL/LCEventImpl.h" #include "IMPL/LCCollectionVec.h" +using namespace lcio ; + /// Namespace for the AIDA detector description toolkit namespace DD4hep { diff --git a/DDG4/lcio/LCIOConversions.cpp b/DDG4/lcio/LCIOConversions.cpp index 8e1772b78..7ce88363b 100644 --- a/DDG4/lcio/LCIOConversions.cpp +++ b/DDG4/lcio/LCIOConversions.cpp @@ -24,6 +24,7 @@ #include "DDG4/Geant4Data.h" // LCIO includes +#include "lcio.h" #include "IMPL/LCCollectionVec.h" // #include "IMPL/LCEventImpl.h" @@ -38,7 +39,7 @@ #include <G4SystemOfUnits.hh> using namespace std; - +using namespace lcio ; //================================================================================== // // SimCalorimeterHit: diff --git a/DDG4/lcio/LCIOFileReader.cpp b/DDG4/lcio/LCIOFileReader.cpp index 0a8cf0eda..b98153608 100644 --- a/DDG4/lcio/LCIOFileReader.cpp +++ b/DDG4/lcio/LCIOFileReader.cpp @@ -16,6 +16,9 @@ // Framework include files #include "LCIOEventReader.h" +#include "lcio.h" + +using namespace lcio ; // Forward declarations namespace IO { class LCReader; } -- GitLab