1 |
/** @file |
/** @file |
2 |
* $Source: /home/cvsmanager/yoda/event/NullAlgorithm.cpp,v $ |
* $Source: /home/cvsmanager/yoda/event/NullAlgorithm.cpp,v $ |
3 |
* $Id: NullAlgorithm.cpp,v 2.0 2004/09/21 20:49:57 kusanagi Exp $ |
* $Id: NullAlgorithm.cpp,v 3.0 2005/03/04 15:54:11 kusanagi Exp $ |
4 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
5 |
* |
* |
6 |
* Implementation of the default functions of the Algorithm class. |
* Implementation of the default functions of the Algorithm class. |
15 |
|
|
16 |
std::string NullAlgorithm::GetVersionInfo(void) const { |
std::string NullAlgorithm::GetVersionInfo(void) const { |
17 |
return |
return |
18 |
"$Header: /home/cvsmanager/yoda/event/NullAlgorithm.cpp,v 2.0 2004/09/21 20:49:57 kusanagi Exp $\n"; |
"$Header: /home/cvsmanager/yoda/event/NullAlgorithm.cpp,v 3.0 2005/03/04 15:54:11 kusanagi Exp $\n"; |
19 |
} |
} |
20 |
|
|
21 |
ClassImp(NullAlgorithm) |
ClassImp(NullAlgorithm) |