Skip to content
Snippets Groups Projects
Commit 310b111c authored by Frank Gaede's avatar Frank Gaede
Browse files

added using namespace lcio ( as removed from UTIL/wqCellIdDecoder.h )

parent cc28ae67
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,8 @@ ...@@ -25,6 +25,8 @@
#include "IMPL/LCEventImpl.h" #include "IMPL/LCEventImpl.h"
#include "IMPL/LCCollectionVec.h" #include "IMPL/LCCollectionVec.h"
using namespace lcio ;
/// Namespace for the AIDA detector description toolkit /// Namespace for the AIDA detector description toolkit
namespace DD4hep { namespace DD4hep {
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#include "DDG4/Geant4Data.h" #include "DDG4/Geant4Data.h"
// LCIO includes // LCIO includes
#include "lcio.h"
#include "IMPL/LCCollectionVec.h" #include "IMPL/LCCollectionVec.h"
// //
#include "IMPL/LCEventImpl.h" #include "IMPL/LCEventImpl.h"
...@@ -38,7 +39,7 @@ ...@@ -38,7 +39,7 @@
#include <G4SystemOfUnits.hh> #include <G4SystemOfUnits.hh>
using namespace std; using namespace std;
using namespace lcio ;
//================================================================================== //==================================================================================
// //
// SimCalorimeterHit: // SimCalorimeterHit:
......
...@@ -16,6 +16,9 @@ ...@@ -16,6 +16,9 @@
// Framework include files // Framework include files
#include "LCIOEventReader.h" #include "LCIOEventReader.h"
#include "lcio.h"
using namespace lcio ;
// Forward declarations // Forward declarations
namespace IO { class LCReader; } namespace IO { class LCReader; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment