/[PAMELA software]/chewbacca/event/AlgorithmInfo.cpp
ViewVC logotype

Diff of /chewbacca/event/AlgorithmInfo.cpp

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

revision 1.1.1.1 by mocchiut, Tue Sep 23 07:19:50 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/AlgorithmInfo.cpp,v $   * $Source: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/event/AlgorithmInfo.cpp,v $
3   * $Id: AlgorithmInfo.cpp,v 1.1 2008-01-11 17:14:20 messineo Exp $   * $Id: AlgorithmInfo.cpp,v 1.1.1.1 2008/09/23 07:19:50 mocchiut Exp $
4   * $Author: messineo $   * $Author: mocchiut $
5   *   *
6   * Implementation of the default functions of the Algorithm class.   * Implementation of the default functions of the Algorithm class.
7   */   */
# Line 18  AlgorithmInfo::AlgorithmInfo(void) { Line 18  AlgorithmInfo::AlgorithmInfo(void) {
18  }  }
19    
20  AlgorithmInfo::AlgorithmInfo(const Algorithm* algo) :  AlgorithmInfo::AlgorithmInfo(const Algorithm* algo) :
21    AlgorithmName(algo->GetAlgorithmName().c_str()),    //  AlgorithmName(algo->GetAlgorithmName().c_str()),
22      AlgorithmName(algo->GetAlgorithmName()),
23    AlgorithmClass(algo->GetName()),    AlgorithmClass(algo->GetName()),
24    VersionInfo(algo->GetVersionInfo().c_str()) {    VersionInfo(algo->GetVersionInfo().c_str()) {
25  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.23