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

Diff of /yoda/event/SubPacket.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:08 2006 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Source: /home/cvspamela/yoda/event/SubPacket.h,v $   * $Source: /home/cvsmanager/yoda/event/SubPacket.h,v $
3   * $Id: SubPacket.h,v 1.6 2004/03/16 10:18:28 nagni Exp $   * $Id: SubPacket.h,v 5.1 2006/02/04 12:37:43 kusanagi Exp $
4   * $Author: nagni $   * $Author: kusanagi $
5   *   *
6   * Header file for the SubPacket class.   * Header file for the SubPacket class.
7   */   */
8  #ifndef SUB_PACKET_H  #ifndef SUB_PACKET_H
9  #define SUB_PACKET_H  #define SUB_PACKET_H
10    
11    #define  UINT32 unsigned int
12  #include <string>  #define  UINT16 unsigned short
13    #define  UINT8  unsigned char
 // #include <root/TObject.h>  
 #include <TObject.h> //Substituted by Maurizio 05 Feb 2004  
   
14  #include "PacketType.h"  #include "PacketType.h"
15  #include "SubDetector.h"  #include "SubDetector.h"
16    #include "TObject.h"
17    
18  namespace pamela {  namespace pamela {
19    /**    /**
# Line 40  namespace pamela { Line 38  namespace pamela {
38      std::string SubPacketName; //!      std::string SubPacketName; //!
39    protected:    protected:
40      SubPacket(std::string, const pamela::PacketType* = 0,  const pamela::SubDetector* = 0);      SubPacket(std::string, const pamela::PacketType* = 0,  const pamela::SubDetector* = 0);
41        virtual const char* Print(){ return "SubType"; }
42        std::stringstream oss; //!
43    public:    public:
44      SubPacket(void);      SubPacket(void);
45      /**      /**
# Line 58  namespace pamela { Line 58  namespace pamela {
58       * Get the packet type (physics, orbital etc.) the SubPacket belongs to.       * Get the packet type (physics, orbital etc.) the SubPacket belongs to.
59       */       */
60      const pamela::PacketType* GetPacketType(void) const { return Type; }      const pamela::PacketType* GetPacketType(void) const { return Type; }
61      
62      ClassDef(SubPacket, 1)      ClassDef(SubPacket, 1)
63    };    };
64  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.23