Personal tools
You are here: Home Documentation Carl's Pixel Tracking Blog File Not Found
« October 2008 »
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 31  
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

File Not Found

by admin posted at 2006-07-31 08:18 last modified 2006-07-31 08:18

Difference in the cfg files that Aaron needs.

The config files from Aarons post are 404 (have I mentioned lately how much I dispise this interface?).  I'll try and show the changes he made in the files inline so that you can make cfg files on your own from the checked out code:


sim10mum.cfg:
Change:
vint32  PartID = {13}
to
vint32  PartID = {13, -13, 13, -13, 13, -13}


digitize_strips_from_flatptgun.cfg:
Add
 #include Pixel Digitizer
 include "SimTracker/SiPixelDigitizer/data/PixelDigi.cfi"
and add pixdigi to the line with stripdigi:
pixdigi,stripdigi


DigisToClusters.cfg
Add:
#include  pixClust
include "RecoLocalTracker/SiPixelClusterizer/data/SiPixelClusterizer.cfi"
and PixClust to the line with ThreeThresholdClusterizer
 pixClust,ThreeThresholdClusterizer


ClustersToHits.cfg:
Add:
#include pixRecHitConverter
include "RecoLocalTracker/SiPixelRecHits/data/SiPixelRecHits.cfi"
and add pixRecHitConverter to the line with LocalMeasurementConverter
pixRecHitConverter,LocalMeasurementConverter


Basically all Aaron is doing here is turning on the Pixel layers in the run.
Category(s)
default

Powered by Plone, the Open Source Content Management System