1 |
/** @file |
/** @file |
2 |
* $Source: /repository/event/Algorithm.h,v $ |
* $Source: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/event/Algorithm.h,v $ |
3 |
* $Id: Algorithm.h,v 1.1 2008-01-11 17:14:21 messineo Exp $ |
* $Id: Algorithm.h,v 1.1.1.1 2008/09/23 07:19:53 mocchiut Exp $ |
4 |
* $Author: messineo $ |
* $Author: mocchiut $ |
5 |
* |
* |
6 |
* Header file for the Algorithm class. |
* Header file for the Algorithm class. |
7 |
*/ |
*/ |
37 |
/** |
/** |
38 |
* Get the name of the algorithm. |
* Get the name of the algorithm. |
39 |
*/ |
*/ |
40 |
std::string GetAlgorithmName(void) const { return AlgorithmName; } |
// std::string GetAlgorithmName(void) const { return AlgorithmName; } |
41 |
|
const char* GetAlgorithmName(void) const { return AlgorithmName.c_str(); } |
42 |
/** |
/** |
43 |
* Get a string with the version info of the algorithm. |
* Get a string with the version info of the algorithm. |
44 |
* Must be overwritten. |
* Must be overwritten. |