Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
310b111c
Commit
310b111c
authored
9 years ago
by
Frank Gaede
Browse files
Options
Downloads
Patches
Plain Diff
added using namespace lcio ( as removed from UTIL/wqCellIdDecoder.h )
parent
cc28ae67
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
DDG4/lcio/Geant4Output2LCIO.cpp
+2
-0
2 additions, 0 deletions
DDG4/lcio/Geant4Output2LCIO.cpp
DDG4/lcio/LCIOConversions.cpp
+2
-1
2 additions, 1 deletion
DDG4/lcio/LCIOConversions.cpp
DDG4/lcio/LCIOFileReader.cpp
+3
-0
3 additions, 0 deletions
DDG4/lcio/LCIOFileReader.cpp
with
7 additions
and
1 deletion
DDG4/lcio/Geant4Output2LCIO.cpp
+
2
−
0
View file @
310b111c
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
DDG4/lcio/LCIOConversions.cpp
+
2
−
1
View file @
310b111c
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
DDG4/lcio/LCIOFileReader.cpp
+
3
−
0
View file @
310b111c
...
@@ -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
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment