Dear all,
I wanted to make a plactic Scintillator for cosmic muons.
This is my detectorconstruction.
There are a plastic scintillator and 8 detection areas.
I just want to know the count of photon that enters the detection areas.
The problem is I don’t know which physics list is good for me…
Next is the process I want.
Cosmic muon scatters in plastic scintillator, resulting in photons
Photons reflect inside plastic scintillator
When the detection area is reached, stop and kill & count
_Geant4 Version:_geant4-v11.1.0
Operating System: Mac ventura m1
Compiler/Version: Visual Studio code / emacs
CMake Version: 3.27.2
This is my current physicslist.cc
#include "PhysicsList.hh"
MyPhysicsList::MyPhysicsList()
{
new FTFP_BERT();
RegisterPhysics(new G4OpticalPhysics());
RegisterPhysics (new G4EmStandardPhysics());
}
MyPhysicsList::~MyPhysicsList()
{
}
pico
January 18, 2024, 11:12am
3
Hello,
welcome to Geant4. As a started with G4OpticalPhysics
I would advice you to have a look at the examples distributed inside the Geant4
source code (unless explicitly disabled ) in the following location examples/extended/optical
.
Cheers,
/Pico
system
Closed
January 28, 2024, 7:35am
5
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.