/[PAMELA software]/yoda/event/PamelaRun.h
ViewVC logotype

Diff of /yoda/event/PamelaRun.h

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

revision 6.0 by kusanagi, Tue Feb 7 17:11:07 2006 UTC revision 6.1 by kusanagi, Wed Mar 8 13:51:45 2006 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Source: /home/cvsmanager/yoda/event/PamelaRun.h,v $   * $Source: /home/cvsmanager/yoda/event/PamelaRun.h,v $
3   * $Id: PamelaRun.h,v 5.1 2006/02/04 12:37:43 kusanagi Exp $   * $Id: PamelaRun.h,v 6.0 2006/02/07 17:11:07 kusanagi Exp $
4   * $Author: kusanagi $   * $Author: kusanagi $
5   *   *
6   * Header file for the PamelaRun class.   * Header file for the PamelaRun class.
# Line 50  namespace pamela { Line 50  namespace pamela {
50      /**      /**
51       * The path to the bases of the ROOT repository.       * The path to the bases of the ROOT repository.
52       */       */
53      std::string Path;       std::string Path;
54        /**
55         * The path to the bases for Unpacking.
56         */
57        std::string UnpackPath;
58      /**      /**
59       * The run name;       * The run name;
60       */       */
# Line 142  namespace pamela { Line 146  namespace pamela {
146      void WriteFiles(void);      void WriteFiles(void);
147      void FillTrees(const pamela::PacketType*);      void FillTrees(const pamela::PacketType*);
148      std::string GetRun(){ return Run; }      std::string GetRun(){ return Run; }
149      ClassDef(PamelaRun, 2)      std::string GetPath(){ return Path; }
150        std::string GetUnpackPath(){ return UnpackPath; }
151        ClassDef(PamelaRun, 3)
152    };    };
153  }  }
154    

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

  ViewVC Help
Powered by ViewVC 1.1.23