514{
515 cout << "---------------------------------------------------------" << endl;
516 cout << "EdbShowAlg::Help()" << endl << endl;
517 cout << " What is this?" << endl;
518 cout << " Primary Reconstruction Class for the Showers" << endl;
519 cout << " Commonly, it takes as basic data input an EdbPVRec object (gAli)" << endl;
520 cout << endl;
521 cout << " What can we do with this?" << endl;
522 cout << " First of all, you can choose different types of algos:" << endl;
523 cout << " ShowAlg_OI (default)" << endl;
524 cout << " ShowAlg_AS" << endl;
525 cout << " ShowAlg_RC" << endl;
526 cout << " ShowAlg_TC" << endl;
527 cout << " ShowAlg_NN" << endl;
528 cout << " ShowAlg_RC (*** to be implemented ***)" << endl;
529 cout << " ShowAlg_BW (*** to be implemented ***)" << endl;
530 cout << " ShowAlg_CL (*** to be skipped ***)" << endl;
531 cout << " ShowAlg_GS (*** to be implemented ***)" << endl;
532 cout << " ...." << endl;
533 cout << " Then you set you input via: " << endl;
534 cout << " ->SetEdbPVRec(gAli) : " << endl;
535 cout << " Then you execute the algorithm via: " << endl;
536 cout << " ->Execute() : " << endl;
537 cout << " Finally you get the TObjArray of reconstructed showers (EdbShowerP*) via: " << endl;
538 cout << " ->GetRecoShowerArray() : " << endl;
539 cout << endl;
540 cout << " Technical details, information about the class:" << endl;
541 cout << " ...." << endl;
542 cout << " ...." << endl;
543 cout << endl;
544 cout << "---------------------------------------------------------" << endl;
545 return;
546}