The ClusterShaper package
- Download the ClusterShaper package from the list of attachments below.
- Create ORCA project and untar package
-
set orca = ORCA_8_13_0
-
scramv1 project ORCA $orca
-
cd $orca/src
-
mkdir TrackerReco; cd TrackerReco
-
tar -xvzf ClusterShaper.tgz
- Build package
-
cd ClusterShaper/test
-
mkdir io out
-
eval `scramv1 runtime -csh`
-
scramv1 build TestClusterShaper
-
eval `scramv1 runtime -csh`
- Edit
orcarc
- Specify proper
InputCollections
and InputFileCatalogURL
(ask FerencSikler).
-
ClusterShaper:pixels
(process pixels)
-
ClusterShaper:strips
(process strips)
-
ClusterShaper:debug
(debug info)
- Run
- A ntuple file
out/result.root
is created. It can be analyzed with ROOT.
--
FerencSikler - 16 Jan 2006
This topic: CMS
> CMSTrackerSoftware > ClusterShaper
Topic revision: r4 - 2007-11-11 - FerencSikler