/
githubmirror
/
cmssw
ОбзорДокументацияВойти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
cmssw/
Validation/CheckOverlap/
..
interface

Clang-Format

7 лет назад
python

Updated configurations in Validation to new MessageLogger syntax

6 лет назад
src

Clang-Format

7 лет назад
test

Take care of some remaining obsolete python scripts in Geometry/HGCalCommonData

4 года назад
BuildFile.xml

Remove unused boost dependencies from Validation BuildFiles

5 лет назад
README

Snapshot of CMSSW_6_2_0_pre8.

13 лет назад
README
This package provides a SimWatcher which invokes the overlap checking tool
of GEANT4. It works on the basis of two untracked parameters: "NodeName"
which tells the name of the physical volume at the node from where
downward the scan of overlap to be performed (if none specified, it starts
from the top of the tree - WorldVolume) and "Resolution" which is the
number of points on the surface used in the search for overlaps.
 
An example of using this is provided in test/data/run.cfg
 
The essential addition is
replace g4SimHits.Watchers = {
{ string type = "CheckOverlap"
untracked string NodeName = "HCal"
untracked int32 Resolution = 1000
} }