2006/07/31
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