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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5.0 - (hide annotations) (download)
Mon Aug 29 09:46:13 2005 UTC (19 years, 3 months ago) by kusanagi
Branch: MAIN
CVS Tags: YODA5_0/00, YODA5_0/01, YODA5_0/02
Changes since 4.4: +2 -2 lines
File MIME type: text/plain
Starting form this version:
1) includes are defined with relative (not absolute) path respect to the YODA aplication
2) RegistryEvent class is foreseen to contain post-unpack data.

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

  ViewVC Help
Powered by ViewVC 1.1.23