set orca = ORCA_8_13_0
scramv1 project ORCA $orca
cd $orca/src
mkdir TrackerReco; cd TrackerReco
tar -xvzf ClusterShaper.tgz
cd ClusterShaper/test
mkdir io out
eval `scramv1 runtime -csh`
scramv1 build TestClusterShaper
orcarc
InputCollections
InputFileCatalogURL
ClusterShaper:pixels
ClusterShaper:strips
ClusterShaper:debug
( TestClusterShaper -c orcarc >! io/output ) |& tee io/error
out/result.root
<--