/[PAMELA software]/yoda/techmodel/ReaderAlgorithms.h
ViewVC logotype

Diff of /yoda/techmodel/ReaderAlgorithms.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by kusanagi, Tue Jul 6 13:31:18 2004 UTC revision 1.3 by kusanagi, Tue Jul 6 14:07:27 2004 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Author: kusanagi $   * $Author: kusanagi $
3   * $Date: 2004/07/06 12:20:23 $   * $Date: 2004/07/06 13:31:18 $
4   * $Revision: 1.1.1.1 $   * $Revision: 1.2 $
5   *   *
6   * Header file for the algorithms used to read the techmodel data file.   * Header file for the algorithms used to read the techmodel data file.
7   */   */
# Line 17  Line 17 
17  #include "TabDumpEvent.h"  #include "TabDumpEvent.h"
18    
19  #include "CalibCalEvent.h"  #include "CalibCalEvent.h"
20    #include "CalibCalPedEvent.h"
21  #include "CalibTrk1Event.h"  #include "CalibTrk1Event.h"
22  #include "CalibTrk2Event.h"  #include "CalibTrk2Event.h"
23  #include "CalibTrdEvent.h"  #include "CalibTrdEvent.h"
# Line 193  namespace pamela { Line 194  namespace pamela {
194      };      };
195    
196  /**  /**
197         * Event reader algorithm for CalibCalPed events.
198         */
199        class CalibCalPedReader: public TechmodelAlgorithm {
200        private:
201          /** The CalibCalPed event that is created in the reader. */
202          CalibCalPedEvent* CalibCalPed;
203        public:
204          CalibCalPedReader(void);
205          virtual void Init(PamelaRun *);
206          virtual void RunEvent(int, long int);
207          virtual std::string GetVersionInfo(void) const;
208        };
209    
210    
211    /**
212       * Event reader algorithm for CalibTrk1 events.       * Event reader algorithm for CalibTrk1 events.
213       */       */
214      class CalibTrk1Reader: public TechmodelAlgorithm {      class CalibTrk1Reader: public TechmodelAlgorithm {

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.23