/[PAMELA software]/yoda/techmodel/physics/S4Reader.h
ViewVC logotype

Contents of /yoda/techmodel/physics/S4Reader.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2.1.2.1 - (show annotations) (download)
Sat Mar 5 16:09:15 2005 UTC (19 years, 9 months ago) by kusanagi
Changes since 2.1: +3 -2 lines
File MIME type: text/plain
*** empty log message ***

1 /** @file
2 * $Author: kusanagi $
3 * $Date: 2004/10/17 12:28:46 $
4 * $Revision: 2.1 $
5 *
6 * Header file for the algorithms used to read the techmodel tracker events.
7 */
8
9 #ifndef S4_READER_H
10 #define S4_READER_H
11
12 #include "techmodel/TechmodelAlgorithm.h"
13 #include "event/PamelaRun.h"
14 #include "event/physics/S4/S4Event.h"
15
16
17 namespace pamela {
18 namespace S4 {
19 /**
20 * Algorithm to read techmodel S4 physics events.
21 */
22 class S4Reader: public pamela::techmodel::TechmodelAlgorithm {
23 private:
24 /**
25 * The physics event that is created in this algorithm.
26 */
27 S4Event *s4;
28 int haveData(const char[], long int);
29 public:
30 S4Reader(void);
31 virtual void Init(PamelaRun *);
32 virtual void RunEvent(int);
33 virtual void RunEvent(int, const char[] , long int);
34 virtual std::string GetVersionInfo(void) const;
35 };
36 }
37 }
38
39 #endif /* S4_READER_H */

  ViewVC Help
Powered by ViewVC 1.1.23