Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /OnlineDB/SiStripConfigDb/java/DetIDGenerator/readme.txt is written in an unsupported language. File is not indexed.

0001 Program used to extract the position of the detectors (det_id) from the construction database ans export the data to the configuration database.
0002 
0003 You will need:
0004         -Java JDK 1.5.*
0005         -Ant
0006 
0007 To compile :
0008 In the DetIDGenerator directory type : ant
0009 That should build the ./bin/detidgenerator.jar file
0010 
0011 To run :
0012 You can use the ./generate script in the DetIdGenerator directory
0013 Options :
0014         -h : This text.
0015         -mtcc : Informations for the magnet test.
0016         -export : Export informations to the database defined in $CONFDB.
0017         -verbose : Display additional informations during the process.
0018 
0019 Documentation :
0020 You can type 'ant doc' to generate the code documentation in the ./docs directory
0021 
0022 Comments:
0023 For comments, questions, bugs, ... please send a mail to Guillaume Baulieu (g.baulieu@ipnl.in2p3.fr)