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

Diff of /chewbacca/event/Algorithm.cpp

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

revision 1.1 by mocchiut, Tue Sep 23 07:19:49 2008 UTC revision 1.2 by mocchiut, Tue Aug 4 13:58:15 2009 UTC
# Line 1  Line 1 
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   */   */
# Line 17  using namespace pamela; Line 17  using namespace pamela;
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"));

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

  ViewVC Help
Powered by ViewVC 1.1.23