Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tools

The

...

Reconstruction: building the code

The source code for the trace reconstruction application is available in baltig

These are the steps required for building and install the application locally: 

No Format
mkdir $HOME/Software
cd $HOME/Software
git clone https://baltig.infn.it/muontomography/trace-reco.git PattRec
cd PattRec
mkdir build
cd build
cmake3 -DCMAKE_INSTALL_PREFIX=$HOME/Software/PattRec -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
make
make install
cd $HOME/Software/PattRec
ln -s bin/runPR .

Reconstruction: running the application

The track reconstruction can be run with the following command: 

No Format
./runPR --dataset=$HOME/Data/<dataset name without extension> --run=<run number> --maxevn=1000000 >& LOG/log_<run number>.txt

A dataset is a set of files whose names have an extension .i<serial number>. The option dataset does not require to specify the extension.

...

following applications can be used to reconstruct tracks from the CMS Super-Layers (SL) detectors: