--- chewbacca/event/Algorithm.h 2008/09/23 07:19:53 1.1 +++ chewbacca/event/Algorithm.h 2009/07/24 13:53:48 1.2 @@ -1,7 +1,7 @@ /** @file - * $Source: /repository/event/Algorithm.h,v $ - * $Id: Algorithm.h,v 1.1 2008-01-11 17:14:21 messineo Exp $ - * $Author: messineo $ + * $Source: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/event/Algorithm.h,v $ + * $Id: Algorithm.h,v 1.1.1.1 2008/09/23 07:19:53 mocchiut Exp $ + * $Author: mocchiut $ * * Header file for the Algorithm class. */ @@ -37,7 +37,8 @@ /** * Get the name of the algorithm. */ - std::string GetAlgorithmName(void) const { return AlgorithmName; } + // std::string GetAlgorithmName(void) const { return AlgorithmName; } + const char* GetAlgorithmName(void) const { return AlgorithmName.c_str(); } /** * Get a string with the version info of the algorithm. * Must be overwritten.