Skip to content

Commit f528db4

Browse files
ktfsawenzel
authored andcommitted
Revert "Empty shell VMCReplay structure"
This reverts commit 625cd4e.
1 parent 318a182 commit f528db4

9 files changed

Lines changed: 1 addition & 178 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,11 @@ add_subdirectory(EventVisualisation)
7373
add_subdirectory(Generators)
7474
add_subdirectory(Steer) # consider building this only for simulation ?
7575

76-
7776
if(BUILD_EXAMPLES)
7877
add_subdirectory(Examples)
7978
endif()
8079

8180
if(BUILD_SIMULATION)
82-
add_subdirectory(VMCReplay)
8381
add_subdirectory(run)
8482
endif()
8583

Detectors/gconfig/CMakeLists.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@
99
# submit itself to any jurisdiction.
1010

1111
o2_add_library(SimSetup
12-
SOURCES src/G3Config.cxx src/G4Config.cxx src/VMCReplayConfig.cxx
12+
SOURCES src/G3Config.cxx src/G4Config.cxx
1313
src/GlobalProcessCutSimParam.cxx src/SimSetup.cxx
1414
PUBLIC_LINK_LIBRARIES MC::Geant3
1515
MC::Geant4VMC
1616
MC::Geant4
1717
O2::SimulationDataFormat
1818
O2::DetectorsPassive
19-
O2::VMCReplay
2019
MC::Pythia6 # this is needed by Geant3 and
2120
# EGPythia6
2221
ROOT::EGPythia6 # this is needed by Geant4
@@ -49,7 +48,3 @@ o2_add_test_root_macro(g3Config.C
4948
o2_add_test_root_macro(g4Config.C
5049
PUBLIC_LINK_LIBRARIES O2::SimSetup
5150
LABELS simsetup)
52-
53-
o2_add_test_root_macro(VMCReplayConfig.C
54-
PUBLIC_LINK_LIBRARIES O2::SimSetup
55-
LABELS simsetup)

Detectors/gconfig/VMCReplayConfig.C

Lines changed: 0 additions & 40 deletions
This file was deleted.

Detectors/gconfig/src/SimSetup.cxx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,13 @@ namespace g4config
2323
{
2424
void G4Config();
2525
}
26-
namespace vmcreplayconfig
27-
{
28-
void VMCReplayConfig();
29-
}
3026

3127
void SimSetup::setup(const char* engine)
3228
{
3329
if (strcmp(engine, "TGeant3") == 0) {
3430
g3config::G3Config();
3531
} else if (strcmp(engine, "TGeant4") == 0) {
3632
g4config::G4Config();
37-
} else if (strcmp(engine, "VMCReplay") == 0) {
38-
vmcreplayconfig::VMCReplayConfig();
3933
} else {
4034
LOG(FATAL) << "Unsupported engine " << engine;
4135
}

Detectors/gconfig/src/VMCReplayConfig.cxx

Lines changed: 0 additions & 48 deletions
This file was deleted.

VMCReplay/CMakeLists.txt

Lines changed: 0 additions & 20 deletions
This file was deleted.

VMCReplay/include/VMCReplay/VMCReplay.h

Lines changed: 0 additions & 24 deletions
This file was deleted.

VMCReplay/src/VMCReplay.cxx

Lines changed: 0 additions & 13 deletions
This file was deleted.

VMCReplay/src/VMCReplayLinkDef.h

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)