1 |
/** @file |
/** @file |
2 |
* $Source: /repository/event/Algorithm.cpp,v $ |
* $Source: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/event/Algorithm.cpp,v $ |
3 |
* $Id: Algorithm.cpp,v 1.1 2008-01-11 17:14:20 messineo Exp $ |
* $Id: Algorithm.cpp,v 1.1.1.1 2008/09/23 07:19:49 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 |
*/ |
*/ |
17 |
* Constructor. Builds an algorithm that processes the events of a certain |
* Constructor. Builds an algorithm that processes the events of a certain |
18 |
* type. |
* type. |
19 |
*/ |
*/ |
20 |
Algorithm::Algorithm(const PacketType* t, std::string name): |
Algorithm::Algorithm(const pamela::PacketType* t, std::string name): |
21 |
type(t), AlgorithmName(name) { |
type(t), AlgorithmName(name) { |
22 |
//marco |
//marco |
23 |
// // logger->debug(_T("Constructor")); |
// // logger->debug(_T("Constructor")); |