This is a STandAlone Package (STAP) for L1-reconstaction. Author: Igor Kulakov, I.Kulakov@gsi.de Tested succesfully under gcc 4.1.2., gcc 4.4.2. Can use ITBB and Vc(under gcc 4.3). ================ PROBLEMS ================ Current problems, which I know: ================ INSTALL ================ don't need it. ================ RUN ================ For run you must set correct "DataDir" and "NumberOfEvents" in file "./runL". DataDir - directory with inputs files (geo_algo.txt, data_perfo.txt, data_algo.txt) and in which will stored output; NumberOfEvents - number of events to run. After it do: $ bash doL it's run without optimization. Or $ bash doL O3 it's run with -O3 optimization.