/[PAMELA software]/chewbacca/PamOffLineSW/physics/TrackerReader.h
ViewVC logotype

Contents of /chewbacca/PamOffLineSW/physics/TrackerReader.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Tue Sep 23 07:20:23 2008 UTC (16 years, 2 months ago) by mocchiut
Branch: v0r00, MAIN
CVS Tags: v1r02, v1r00, v1r01, start, v10RED, v9r00, v9r01, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
Imported sources, 23/09/2008

1 /** @file
2 * $Author: messineo $
3 * $Date: 2008-01-11 17:13:01 $
4 * $Revision: 1.1 $
5 *
6 * Header file for the algorithms used to read the techmodel tracker events.
7 */
8
9 #ifndef TRACKER_READER_H
10 #define TRACKER_READER_H
11
12 #include "techmodel/TechmodelAlgorithm.h"
13 #include "event/PamelaRun.h"
14 #include "event/physics/tracker/TrackerEvent.h"
15
16
17 namespace pamela {
18 namespace tracker {
19 /**
20 * Algorithm to read techmodel tracker physics events.
21 */
22 class TrackerReader: public pamela::techmodel::TechmodelAlgorithm {
23
24 private:
25 /**
26 * The physics event that is created in this algorithm.
27 */
28 TrackerEvent* tracker;
29 public:
30 TrackerReader(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 /* TRACKER_READER_H */

  ViewVC Help
Powered by ViewVC 1.1.23