--- chewbacca/event/SubPacket.h 2008/09/23 07:19:54 1.1 +++ chewbacca/event/SubPacket.h 2009/07/24 13:53:52 1.2 @@ -1,7 +1,7 @@ /** @file - * $Source: /repository/event/SubPacket.h,v $ - * $Id: SubPacket.h,v 1.1 2008-01-11 17:14:19 messineo Exp $ - * $Author: messineo $ + * $Source: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/event/SubPacket.h,v $ + * $Id: SubPacket.h,v 1.1.1.1 2008/09/23 07:19:54 mocchiut Exp $ + * $Author: mocchiut $ * * Header file for the SubPacket class. */ @@ -24,6 +24,10 @@ class SubPacket: public TObject { private: /** + * The name of the subpacket. + */ + std::string SubPacketName; //! + /** * The packet type of the sub packet. */ const pamela::PacketType* Type; //! @@ -32,10 +36,6 @@ * any subdetector. */ const pamela::SubDetector* Detector; //! - /** - * The name of the subpacket. - */ - std::string SubPacketName; //! protected: SubPacket(std::string, const pamela::PacketType* = 0, const pamela::SubDetector* = 0); virtual const char* Print(){ return "SubType"; }