/[PAMELA software]/yoda/techmodel/TechmodelAlgorithm.h
ViewVC logotype

Contents of /yoda/techmodel/TechmodelAlgorithm.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4.0 - (show annotations) (download)
Sun Mar 6 04:33:02 2005 UTC (19 years, 9 months ago) by kusanagi
Branch: MAIN
CVS Tags: yodaPreTermistors2_1/00, YODA4_1/00, YODA4_0/04, YODA4_0/03, YODA4_0/02, YODA4_0/01, YODA4_3/02, YODA4_3/00, YODA4_3/01, YODA4_2/01, YODA4_2/00, YODA4_2/03, yodaPreTermistores2_0/00
Branch point for: PreThermistores2
Changes since 3.0: +2 -2 lines
File MIME type: text/plain
Stable version 4.0 - 6 March 2005 - Maurizio Nagni

1 /** @file
2 * $Author: kusanagi $
3 * $Date: 2005/03/04 15:54:11 $
4 * $Revision: 3.0 $
5 *
6 * Header file for the algorithms used to read the techmodel data file.
7 */
8
9 #ifndef TECHMODEL_ALGORITHM_H
10 #define TECHMODEL_ALGORITHM_H
11
12 #include "event/Algorithm.h"
13 #include "event/Exception.h"
14
15 namespace pamela {
16 namespace techmodel {
17 /**
18 * Base algorithm for all techmodel reader.
19 */
20 class TechmodelAlgorithm: public Algorithm {
21 protected:
22 ifstream *InputFile; //!
23 void SetInputStream(PamelaRun*);
24 TechmodelAlgorithm(const PacketType*, std::string);
25 public:
26 virtual void Init(PamelaRun*);
27 virtual void RunEvent(int, long int = 0) throw (Exception){}
28 ClassDef(TechmodelAlgorithm, 1)
29 };
30 }
31 }
32
33 #endif /* TECHMODEL_ALGORITHM_H */
34
35

  ViewVC Help
Powered by ViewVC 1.1.23