/[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 6.1 by kusanagi, Wed Feb 15 15:47:14 2006 UTC revision 6.2 by kusanagi, Tue Apr 25 16:51:04 2006 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Author: kusanagi $   * $Author: kusanagi $
3   * $Date: 2006/02/07 17:11:10 $   * $Date: 2006/02/15 15:47:14 $
4   * $Revision: 6.0 $   * $Revision: 6.1 $
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 156  namespace pamela { Line 156  namespace pamela {
156    
157    
158  /**********************************************  /**********************************************
159    <<<<<<< ReaderAlgorithms.h
160    * Event reader algorithm for CalibTrkBoth events.
161    **********************************************/
162      /*  class CalibTrkBothReader: public TechmodelAlgorithm {
163        private:
164          // The CalibTrkBoth event that is created in the reader.
165          CalibTrkBothEvent* calibTrkBoth;
166        public:
167          CalibTrkBothReader(void);
168          virtual void Init(PamelaRun *);
169          virtual void RunEvent(int, long int) throw (Exception);
170          //this type of RUNEvent should be the future develop.
171          //Pass the buffer not the pointer to file
172          //virtual void RunEvent(int, long int, char[]);
173          virtual std::string GetVersionInfo(void) const;
174        };
175    */
176    
177    /**********************************************
178    =======
179    >>>>>>> 6.1
180  * Event reader algorithm for CalibTrk1 events.  * Event reader algorithm for CalibTrk1 events.
181  **********************************************/  **********************************************/
182      class CalibTrk1Reader: public TechmodelAlgorithm {      class CalibTrk1Reader: public TechmodelAlgorithm {

Legend:
Removed from v.6.1  
changed lines
  Added in v.6.2

  ViewVC Help
Powered by ViewVC 1.1.23