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

Annotation of /yoda/techmodel/physics/AnticounterReader.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2.0 - (hide annotations) (download)
Tue Sep 21 20:51:22 2004 UTC (20 years, 2 months ago) by kusanagi
Branch: MAIN
Changes since 1.1: +2 -2 lines
File MIME type: text/plain
Major release

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

  ViewVC Help
Powered by ViewVC 1.1.23