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

Diff of /yoda/event/EventHeader.h

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

revision 2.0 by kusanagi, Tue Sep 21 20:49:57 2004 UTC revision 2.1 by kusanagi, Fri Dec 3 22:04:04 2004 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Source: /home/cvsmanager/yoda/event/EventHeader.h,v $   * $Source: /home/cvsmanager/yoda/event/EventHeader.h,v $
3   * $Id: EventHeader.h,v 1.2 2004/09/21 20:23:37 kusanagi Exp $   * $Id: EventHeader.h,v 2.0 2004/09/21 20:49:57 kusanagi Exp $
4   * $Author: kusanagi $   * $Author: kusanagi $
5   *   *
6   * Header file for the EventHeader class.   * Header file for the EventHeader class.
# Line 17  Line 17 
17  #include "PscuHeader.h"  #include "PscuHeader.h"
18  #include "EventCounter.h"  #include "EventCounter.h"
19    
20    
21  namespace pamela {  namespace pamela {
22    /**    /**
23     * Common raw event header. It contains the PSCU header and the Counter.     * Common raw event header. It contains the PSCU header and the Counter.
# Line 36  namespace pamela { Line 37  namespace pamela {
37      /** Get the event counter. */      /** Get the event counter. */
38      pamela::EventCounter *GetCounter() { return &Counter; }      pamela::EventCounter *GetCounter() { return &Counter; }
39      /** Get the PSCU header (information from the Pamela CPU board). */      /** Get the PSCU header (information from the Pamela CPU board). */
40      pamela::PscuHeader *GetPscuHeader() { return &Pscu; }      pamela::PscuHeader *GetPscuHeader() throw (Exception) { return &Pscu; }
41      ClassDef(EventHeader, 1)      ClassDef(EventHeader, 1)
42    };    };
43  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.23