/[PAMELA software]/chewbacca/event/Algorithm.h
ViewVC logotype

Diff of /chewbacca/event/Algorithm.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by mocchiut, Tue Sep 23 07:19:53 2008 UTC revision 1.2 by mocchiut, Fri Jul 24 13:53:48 2009 UTC
# Line 1  Line 1 
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   */   */
# Line 37  namespace pamela { Line 37  namespace pamela {
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.

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.23