Creating Executables for OOHits & OODigis


The following commands are to create the executables for OOHit and OODigis production. These commands will depeend on the ORCA version. We use version of ORCA (eg: ORCA_4_5_3, Users have to use their current ORCA versions) which was compiled with the optimization flags turned on. If you are using any other version of ORCA, please use these commands accordigly.

scram project ORCA ORCA_4_5_3

cd ORCA_4_5_3/src

eval `scram runtime -csh`

project ORCA

cvs co -r ORCA_4_5_3 Examples/ExProduction/

cd Examples/ExProduction/

scram b bin

rehash

cd ../..

cvs co -r ORCA_4_5_3 CARF/MetaData/test

cvs co -r ORCA_4_5_3 CARF/MDTools/test

cd CARF/MDTools/test

scram b bin

rehash

cd ../..

cd MetaData/test

scram b bin

rehash

cd ../../../..

Now we have the following executable in the bin directory:

ls bin/Linux__2.2/

CloneColl    QDCloseDS    VerifyColl cloneDigi    writeDigis
CloseDS    QDRunInDB   Void   ds2html   dswriteHits
FixColl   QuickRunInvalidation   addDigis   dsBrowser   writeUserCollection
MDeamon    ValidateRun   checkDB    dsDump

where:

writeHits: OOHit production

writeDigis: OODigis production

ValidateRun: validate runs in the federation

dsDump : dump runs in the federation

ds2html OwnerName : produces a detailed status of one Owner in html format

See also

http://cmsdoc.cern.ch/~anikiten/Fix_collection/fix_collection.txt




Last update: Aug  6,  2001
by Shafqat Aziz