Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SimG4: DD Direct Dependency Cleanup #26901

Merged
merged 2 commits into from May 27, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion SimG4Core/Application/src/RunManager.cc
Expand Up @@ -14,7 +14,7 @@
#include "SimG4Core/Geometry/interface/DDDWorld.h"
#include "SimG4Core/Geometry/interface/G4LogicalVolumeToDDLogicalPartMap.h"
#include "SimG4Core/Geometry/interface/SensitiveDetectorCatalog.h"
#include "SimG4Core/Physics/interface/DDG4ProductionCuts.h"
#include "SimG4Core/Geometry/interface/DDG4ProductionCuts.h"

#include "SimG4Core/SensitiveDetector/interface/AttachSD.h"

Expand Down
2 changes: 1 addition & 1 deletion SimG4Core/Application/src/RunManagerMT.cc
Expand Up @@ -8,7 +8,7 @@

#include "SimG4Core/Geometry/interface/DDDWorld.h"
#include "SimG4Core/Geometry/interface/G4LogicalVolumeToDDLogicalPartMap.h"
#include "SimG4Core/Physics/interface/DDG4ProductionCuts.h"
#include "SimG4Core/Geometry/interface/DDG4ProductionCuts.h"

#include "SimG4Core/SensitiveDetector/interface/AttachSD.h"

Expand Down
1 change: 1 addition & 0 deletions SimG4Core/CustomPhysics/BuildFile.xml
Expand Up @@ -9,3 +9,4 @@
<use name="geant4core"/>
<use name="clhep"/>
<use name="boost"/>
<use name="rootmath"/>
@@ -1,4 +1,4 @@
#include "SimG4Core/Physics/interface/DDG4ProductionCuts.h"
#include "SimG4Core/Geometry/interface/DDG4ProductionCuts.h"

#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/Utilities/interface/Exception.h"
Expand Down
1 change: 0 additions & 1 deletion SimG4Core/Physics/BuildFile.xml
@@ -1,7 +1,6 @@
<export>
<lib name="1"/>
</export>
<use name="DetectorDescription/Core"/>
<use name="FWCore/ParameterSet"/>
<use name="geant4core"/>
<use name="heppdt"/>
Expand Down