/[PAMELA software]/yoda/event/log/LogEvent.h
ViewVC logotype

Diff of /yoda/event/log/LogEvent.h

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

revision 2.0 by kusanagi, Tue Sep 21 20:50:09 2004 UTC revision 4.4 by kusanagi, Sat May 28 10:44:09 2005 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Source: /home/cvsmanager/yoda/event/log/LogEvent.h,v $   * $Source: /home/cvsmanager/yoda/event/log/LogEvent.h,v $
3   * $Id: LogEvent.h,v 1.1.1.1 2004/07/06 12:20:23 kusanagi Exp $   * $Id: LogEvent.h,v 4.1 2005/05/07 08:48:49 kusanagi Exp $
4   * $Author: kusanagi $   * $Author: kusanagi $
5   *   *
6   * Header file for the LogEvent class.   * Header file for the LogEvent class.
# Line 17  using namespace std; Line 17  using namespace std;
17    
18  namespace pamela {  namespace pamela {
19    /**    /**
20     * LogEvent data Wrapper     * LogEvent data Wrapper.
21       *
22       * The LogEvent represents the "LogEvent" packet generated by the PAMELA CPU software
23       * and is a collection of several logs generated during PAMELA operations
24       * and recorded in the CPU RAM between two storing operations.
25     */     */
26    class LogEvent: public pamela::SubPacket {    class LogEvent: public pamela::SubPacket {
27    private:    private:
28      
29      static TClonesArray *fgRecords;      static TClonesArray *fgRecords;
30    public:    public:
31      /**      /**
32       * Get the run name according to a certain run number.       * The Compilation Timestamp of the PAMELA CPU software.
33       * @param run Run number.       */
34       * @return a string with the run name.      UINT32 COMPILATION_TIMESTAMP;
35    
36        /**
37         * Contain multiple instances of pamela::LogRecord type.
38       */       */
     int Log_crc_ok;  
39      TClonesArray* Records;      TClonesArray* Records;
40            
41      LogEvent(void);      LogEvent(void);

Legend:
Removed from v.2.0  
changed lines
  Added in v.4.4

  ViewVC Help
Powered by ViewVC 1.1.23