| 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 |
*/ |
*/ |
| 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 |
} |
} |