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

Annotation of /chewbacca/event/AlgorithmInfo.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download)
Fri Jul 24 13:53:48 2009 UTC (15 years, 4 months ago) by mocchiut
Branch: MAIN
CVS Tags: v10RED, v9r00, v9r01, HEAD
Changes since 1.1: +5 -4 lines
Runtime error with ROOT 5.24 fixed, many small changes and warnings fixing

1 mocchiut 1.1 /** @file
2 mocchiut 1.2 * $Source: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/event/AlgorithmInfo.cpp,v $
3     * $Id: AlgorithmInfo.cpp,v 1.1.1.1 2008/09/23 07:19:50 mocchiut Exp $
4     * $Author: mocchiut $
5 mocchiut 1.1 *
6     * Implementation of the default functions of the Algorithm class.
7     */
8     extern "C" {
9     #include <string.h>
10     }
11    
12     #include "Algorithm.h"
13     #include "AlgorithmInfo.h"
14    
15     using namespace pamela;
16    
17     AlgorithmInfo::AlgorithmInfo(void) {
18     }
19    
20     AlgorithmInfo::AlgorithmInfo(const Algorithm* algo) :
21 mocchiut 1.2 // AlgorithmName(algo->GetAlgorithmName().c_str()),
22     AlgorithmName(algo->GetAlgorithmName()),
23 mocchiut 1.1 AlgorithmClass(algo->GetName()),
24     VersionInfo(algo->GetVersionInfo().c_str()) {
25     }
26    
27     AlgorithmInfo::~AlgorithmInfo() {
28     }
29    
30    
31     ClassImp(AlgorithmInfo)

  ViewVC Help
Powered by ViewVC 1.1.23