Skip to content

Commit d384e35

Browse files
committed
Revert "Merge branch '240617_electron_yield_okamoto' into master"
This reverts commit b89e103, reversing changes made to 5f82b87.
1 parent b89e103 commit d384e35

File tree

6 files changed

+3
-101
lines changed

6 files changed

+3
-101
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@
3333

3434

3535
build/
36+
build2/
3637
build*/
3738
doxygen_documentation/html
3839
doxygen_documentation/latex
3940
.vscode/
4041
CMakeLists.txt
41-
240617_analysis/*
4242

43+
240617_analysis/*

240617_analysis/okamoto_yield.ipynb

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

common/geometry_construction/include/OMSimOpticalModule.hh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*/
1111
#ifndef OpticalModule_h
1212
#define OpticalModule_h 1
13-
1413
#include "abcDetectorComponent.hh"
1514
#include "OMSimHitManager.hh"
1615
#include "OMSimPMTConstruction.hh"

radioactive_decays/include/OMSimYieldSetup.hh

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

radioactive_decays/src/OMSimRadDecaysDetector.cc

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,7 @@ void OMSimRadDecaysDetector::constructDetector()
3737

3838
case 0:
3939
{
40-
log_info("Constructing Okamoto Cs-137 Source setup for electron yield");
41-
OMSimPMTConstruction *lPMTManager = new OMSimPMTConstruction(mData);
42-
lPMTManager->selectPMT("argPMT");
43-
lPMTManager->construction();
44-
lPMTManager->placeIt(G4ThreeVector(0, 0, 0), G4RotationMatrix(), mWorldLogical, "_0");
45-
lHitManager.setNumberOfPMTs(1, 0);
46-
lPMTManager->configureSensitiveVolume(this, "/PMT/0");
47-
40+
log_critical("No custom detector implemented!");
4841
break;
4942
}
5043
case 1:

radioactive_decays/src/OMSimYieldSetup.cc

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

0 commit comments

Comments
 (0)