10{
11 cout<< "\n Complete reconstruction of one volume \n";
12 cout<< "\t a) preliminary operations:\n";
13 cout<< "\t checks, linking, alignment, tracking and corrections search\n";
14 cout<< "\t b) final operations:\n";
15 cout<< "\t tracking with microtracks, predictions search\n";
16 cout<< "\t vertexing and decay search\n";
17
18 cout<< "\nUsage: \n\t emrec -set=ID [-v=DEBUG -o=DATA_DIRECTORY] \n";
19 cout<< "\t\t ID - id of the data piece or dataset formed as BRICK.PLATE.MAJOR.MINOR \n";
20 cout<< "\t\t DEBUG - verbosity level: 0-print nothing, 1-errors only, 2-normal, 3-print all messages\n";
21
22 cout<< "\nExample: \n";
23 cout<< "\t emrec -set=4554.10.1.0 -v=2 -o/scratch/BRICKS \n";
24
25 cout<< "\n If the data location directory is not explicitly defined\n";
26 cout<< " the current directory assumed to be the brick directory \n";
27
28 cout<< "\n If the parameters file (link.rootrc) is not presented - the default \n";
29 cout<< " parameters are used. After the execution them will be saved into emrec.save.rootrc\n";
30 cout<<endl;
31}