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

Snapshot of CMSSW_6_2_0_pre8.

13 лет назад
confdb

Snapshot of CMSSW_6_2_0_pre8.

13 лет назад
src

Add missing newline at the end of file

2 года назад
RodNumbering.csv

Snapshot of CMSSW_6_2_0_pre8.

13 лет назад
build.xml

Removed copyright declarations for OnlineDB Signed-off-by: David Mendez <david.mendez@cern.ch>

13 лет назад
generate

Snapshot of CMSSW_6_2_0_pre8.

13 лет назад
readme.txt

Snapshot of CMSSW_6_2_0_pre8.

13 лет назад
readme.txt
Program used to extract the position of the detectors (det_id) from the construction database ans export the data to the configuration database.
 
You will need:
-Java JDK 1.5.*
-Ant
 
To compile :
In the DetIDGenerator directory type : ant
That should build the ./bin/detidgenerator.jar file
 
To run :
You can use the ./generate script in the DetIdGenerator directory
Options :
-h : This text.
-mtcc : Informations for the magnet test.
-export : Export informations to the database defined in $CONFDB.
-verbose : Display additional informations during the process.
 
Documentation :
You can type 'ant doc' to generate the code documentation in the ./docs directory
 
Comments:
For comments, questions, bugs, ... please send a mail to Guillaume Baulieu (g.baulieu@ipnl.in2p3.fr)