/[PAMELA software]/chewbacca/PamOffLineSW/techmodel/TechmodelAlgorithm.cpp
ViewVC logotype

Contents of /chewbacca/PamOffLineSW/techmodel/TechmodelAlgorithm.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Thu Feb 11 09:02:13 2010 UTC (14 years, 9 months ago) by mocchiut
Branch: MAIN
CVS Tags: v10RED, v9r00, v9r01, HEAD
Changes since 1.1: +5 -3 lines
9R bugs fixed

1 /** @file
2 * $Author: mocchiut $
3 * $Date: 2008/09/23 07:20:26 $
4 * $Revision: 1.1.1.1 $
5 *
6 * Implementation of the base class for the algorithms used to read the
7 * techmodel data file of Pamela.
8 */
9
10
11 #include "TechmodelAlgorithm.h"
12
13 using namespace pamela;
14 using namespace pamela::techmodel;
15
16 TechmodelAlgorithm::TechmodelAlgorithm(const PacketType* type, std::string name):
17 Algorithm(type, name) {}
18
19 /**
20 * On default, the Init() do nothing
21 */
22 void TechmodelAlgorithm::Init(PamelaRun* run) {}
23
24 //TObject *GetPtr(TString name){return this;}
25
26 ClassImp(TechmodelAlgorithm)

  ViewVC Help
Powered by ViewVC 1.1.23