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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3.0 - (hide annotations) (download)
Fri Mar 4 15:54:11 2005 UTC (19 years, 9 months ago) by kusanagi
Branch: MAIN
Changes since 2.1: +2 -2 lines
File MIME type: text/plain
Error proof version.
Implemented all detectors packets plus all the main telemetries packets.
Missing all the Init and Alarm packets.
Disabled CRC control on VarDump, ArrDump, TabDump for CPU debugging needs
(the data formats seems correct even if CRC get wrong)

1 kusanagi 2.1 /** @file
2     * $Author: kusanagi $
3 kusanagi 3.0 * $Date: 2005/01/29 00:31:36 $
4     * $Revision: 2.1 $
5 kusanagi 2.1 *
6     * Header file for the algorithms used to read the techmodel calorimeter events.
7     */
8    
9     #ifndef TRIGGER_READER_H
10     #define TRIGGER_READER_H
11    
12     #include "techmodel/TechmodelAlgorithm.h"
13     #include "event/PamelaRun.h"
14     #include "event/physics/trigger/TriggerEvent.h"
15    
16    
17     namespace pamela {
18     namespace trigger {
19     /**
20     * Algorithm to read fligthmodel trigger physics events.
21     */
22     class TriggerReader: public pamela::techmodel::TechmodelAlgorithm {
23     private:
24     /**
25     * The physics event that is created in this algorithm.
26     */
27     TriggerEvent *trigger;
28     public:
29     TriggerReader(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 /* TRIGGER_READER_H */

  ViewVC Help
Powered by ViewVC 1.1.23