2006/07/27
Checking Out Susanna's ORCA Code
by
admin
—
posted at
2006-07-27 10:40
last modified
2006-07-27 10:40
Its been tough to get the older Pixel Vertexing code to run. To get Susanna's code to compile correctly, do the following:
cmscvsroot ORCAThis should allow you to run PixelTrackVertexTest to make histograms.
cvs co -r ORCA_8_7_3 TrackerReco/PixelTrackVertexFinder
cvs co -A TrackerReco/PixelTrackVertexFinder/test/
cd TrackerReco/PixelTrackVertexFinder/src
cvs update -A
ll PTVFDivisiveVertexGenerator.cc
cd ../interface
cvs update -A
pwd
cd ..
scram b
cd test
scram b bin
The orcarc file that I used to run over one of Susanna's sets is:
FirstEvent =0
MaxEvents = 10
InputFileCatalogURL = @{
xmlcatalog_file:/opt/METADATA/Prod/bt03_b_pt120-170/POOL_Catalog.META.bt03_b_pt120-170.xml
xmlcatalog_file:/opt/METADATA/Prod/bt03_b_pt120-170/POOL_Catalog.EVD.bt_2x1033PU761_TkMu_g133_CMS.bt03_b_pt120-170.xml
xmlcatalog_file:/opt/METADATA/Prod/bt03_b_pt120-170/POOL_Catalog.EVD.bt_Hit3653_g133.bt03_b_pt120-170.xml
xmlcatalog_file:/opt/METADATA/Prod/bt03_b_pt120-170/POOL_Catalog.EVD.bt_Hit752_g133.bt03_b_pt120-170.xml
}@
InputCollections = /System/bt_2x1033PU761_TkMu_g133_CMS/bt03_b_pt120-170
TFileAdaptor=true
- Category(s)
- default