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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Tue Sep 23 07:20:26 2008 UTC (16 years, 2 months ago) by mocchiut
Branch: v0r00
CVS Tags: v1r02, v1r00, v1r01, start
Changes since 1.1: +0 -0 lines
Imported sources, 23/09/2008

1 mocchiut 1.1 /** @file
2     * $Author: messineo $
3     * $Date: 2008-02-05 16:56:15 $
4     * $Revision: 1.6 $
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     ClassImp(TechmodelAlgorithm)

  ViewVC Help
Powered by ViewVC 1.1.23