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

Diff of /yoda/techmodel/TechmodelPamelaRun.h

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

revision 1.1.1.1 by kusanagi, Tue Jul 6 12:20:23 2004 UTC revision 6.0 by kusanagi, Tue Feb 7 17:11:10 2006 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Source: /home/cvspamela/yoda/techmodel/TechmodelPamelaRun.h,v $   * $Source: /home/cvsmanager/yoda/techmodel/TechmodelPamelaRun.h,v $
3   * $Id: TechmodelPamelaRun.h,v 1.6 2004/03/16 10:18:28 nagni Exp $   * $Id: TechmodelPamelaRun.h,v 5.1 2006/02/04 12:37:45 kusanagi Exp $
4   * $Author: nagni $   * $Author: kusanagi $
5   *   *
6   * Header file for the TechmodelPamelaRun class.   * Header file for the TechmodelPamelaRun class.
7   */   */
# Line 9  Line 9 
9  #define TECHMODEL_PAMELA_RUN_H  #define TECHMODEL_PAMELA_RUN_H
10    
11  #include <iostream>  #include <iostream>
12    #include <fstream>
13    
14    #if (__GNUC__ == 3) && (__GNUC_MINOR__ == 2)
15      char* operator+( std::streampos&, char* );
16    #endif
17    
18  #include "event/PamelaRun.h"  #include "event/PamelaRun.h"
19    
# Line 26  namespace pamela { Line 31  namespace pamela {
31         */         */
32        ifstream* InputFile;        ifstream* InputFile;
33      public:      public:
34        TechmodelPamelaRun(std::string, std::string = getenv("YODA_DATA"));        TechmodelPamelaRun(std::string, std::string, bool, short);
35        /**        /**
36         * Get the input file stream.         * Get the input file stream.
37         */         */

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.6.0

  ViewVC Help
Powered by ViewVC 1.1.23