Personal tools
You are here: Home Documentation Carl's Pixel Tracking Blog Checking Out Susanna's ORCA Code
« November 2009 »
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30          
Recent entries
Finally able to make pixel recHits admin 2006-10-04
File Not Found admin 2006-07-31
Checking Out Susanna's ORCA Code admin 2006-07-27
Running pixel triplet example admin 2006-07-25
ORCA Pixel Vertex Resolution vs Ntrk Aaron 2006-07-13
Categories
default
 
Document Actions

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 ORCA
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
This should allow you to run PixelTrackVertexTest to make histograms.

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

Powered by Plone, the Open Source Content Management System