| 1 |
/** @file |
/** @file |
| 2 |
* $Source: /repository/event/SubPacket.h,v $ |
* $Source: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/event/SubPacket.h,v $ |
| 3 |
* $Id: SubPacket.h,v 1.1 2008-01-11 17:14:19 messineo Exp $ |
* $Id: SubPacket.h,v 1.1.1.1 2008/09/23 07:19:54 mocchiut Exp $ |
| 4 |
* $Author: messineo $ |
* $Author: mocchiut $ |
| 5 |
* |
* |
| 6 |
* Header file for the SubPacket class. |
* Header file for the SubPacket class. |
| 7 |
*/ |
*/ |
| 24 |
class SubPacket: public TObject { |
class SubPacket: public TObject { |
| 25 |
private: |
private: |
| 26 |
/** |
/** |
| 27 |
|
* The name of the subpacket. |
| 28 |
|
*/ |
| 29 |
|
std::string SubPacketName; //! |
| 30 |
|
/** |
| 31 |
* The packet type of the sub packet. |
* The packet type of the sub packet. |
| 32 |
*/ |
*/ |
| 33 |
const pamela::PacketType* Type; //! |
const pamela::PacketType* Type; //! |
| 36 |
* any subdetector. |
* any subdetector. |
| 37 |
*/ |
*/ |
| 38 |
const pamela::SubDetector* Detector; //! |
const pamela::SubDetector* Detector; //! |
|
/** |
|
|
* The name of the subpacket. |
|
|
*/ |
|
|
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"; } |
virtual const char* Print(){ return "SubType"; } |