Lets see how it goes (sort of following this):
- scram project ORCA ORCA_8_3_0
- cd ORCA_8_3_0 /src
- eval `scram runtime -csh`
- cmscvsroot ORCA
- cvs login
- cvs co -r ORCA_8_3_0 JetMetAnalysis
That sets up the workspace and gets all the relevant files....
Now to try and build some executables, and maybe even a root tree!
- cd JetMetAnalysis/JetMetTest/test
- scram b shared > JetMetTest_scram_b_shared.log & (to store it for posterity)
- scram b bin > JetMetTest_scram_b_bin.log &
- eval `scram runtime -csh`
- rehash
- JetMetTest (to run the exe - this will probably fail as I have no .orcarc set up)
- Failed with a seg fault - no data to run on time to set the orcarc
- vi .orcarc and enter the following:
PoolCatalogFile = @{xmlcatalog_http://cmsdoc.cern.ch/orca/catalog/PoolFileCatalog_8_3_0.xml}@
InputCollections=/System/StW830DST2x1033/jets50100/jets50100
MaxEvents=10 - JetMetTest > JetMetTest.log &
- Takes a while....
- ...but it is doing something...
- ...and then it fails:
- JetMetSmallTest > JetMetSmallTest.log
- runs and doesn't crash, but produces no output
No comments:
Post a Comment