Skip to content

aleksha/G4-Models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

196 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

G4-Models

Models for GEANT-4

Repository contains different GEANT-4 models, which use SteppingAction class to get detector response. These are:

  • PRO - big TPC equiped with MWPC\CSC;
  • EPS - some studies forbig TPC equiped with MWPC\CSC;
  • CSC - prototipe of the CSC;
  • TPC - TPC prototype (ACTAF);
  • Sr99TEST - test of radiational damage of MWPC for CMS with the Sr-99 beta source.

To build and run executable

mkdir build ;  cd build ;

Type

cmake -DGeant4_DIR=/home/user/Sim/geant4.10.04.p02-install/lib/Geant4-10.4.2/ ../Sr90TEST ;

or

cmake -DGeant4_DIR=/home/user/Sim/geant4.10.04.p02-install/lib/Geant4-10.4.2/ ../CSC ;
cmake -DGeant4_DIR=/home/user/Sim/geant4.10.04.p02-install/lib/Geant4-10.4.2/ ../TPC ;
cmake -DGeant4_DIR=/home/user/Sim/geant4.10.04.p02-install/lib/Geant4-10.4.2/ ../PRO ;
cmake -DGeant4_DIR=/home/user/Sim/geant4.10.06-install/lib/Geant4-10.6.0/ ../EPS ;

To compile and run with the run.mac macro:

source Run_Geant.sh ;

Logs will be in inLOG file.

Analysis of the test beamtime data

See ./Data/ACTAF/HOW-TO.md

About

Models for GEANT-4

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors