/[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.1 by kusanagi, Fri Dec 3 22:04:04 2004 UTC revision 6.0 by kusanagi, Tue Feb 7 17:11:07 2006 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 2.0 2004/09/21 20:49:57 kusanagi Exp $   * $Id: EventHeader.h,v 5.1 2006/02/04 12:37:43 kusanagi Exp $
4   * $Author: kusanagi $   * $Author: kusanagi $
5   *   *
6   * Header file for the EventHeader class.   * Header file for the EventHeader class.
7   */   */
8  #ifndef EVENT_HEADER_H  #ifndef EVENT_HEADER_H
9  #define EVENT_HEADER_H  #define EVENT_HEADER_H
   
 #include <iostream>  
 #include <TROOT.h>  
 #include <TTree.h>  
   
   
 #include "SubPacket.h"  
 #include "PscuHeader.h"  
10  #include "EventCounter.h"  #include "EventCounter.h"
11    #include "PscuHeader.h"
12    
13  namespace pamela {  namespace pamela {
14    /**    /**
# Line 38  namespace pamela { Line 30  namespace pamela {
30      pamela::EventCounter *GetCounter() { return &Counter; }      pamela::EventCounter *GetCounter() { return &Counter; }
31      /** Get the PSCU header (information from the Pamela CPU board). */      /** Get the PSCU header (information from the Pamela CPU board). */
32      pamela::PscuHeader *GetPscuHeader() throw (Exception) { return &Pscu; }      pamela::PscuHeader *GetPscuHeader() throw (Exception) { return &Pscu; }
33      ClassDef(EventHeader, 1)      ClassDef(EventHeader, 2)
34    };    };
35  }  }
36    

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

  ViewVC Help
Powered by ViewVC 1.1.23