--- yoda/event/mcmd/McmdEvent.h 2004/09/21 20:50:13 2.0 +++ yoda/event/mcmd/McmdEvent.h 2005/05/28 10:44:09 4.4 @@ -1,6 +1,6 @@ /** @file * $Source: /home/cvsmanager/yoda/event/mcmd/McmdEvent.h,v $ - * $Id: McmdEvent.h,v 1.1.1.1 2004/07/06 12:20:23 kusanagi Exp $ + * $Id: McmdEvent.h,v 4.1 2005/05/07 08:48:52 kusanagi Exp $ * $Author: kusanagi $ * * Header file for the McmdEvent class. @@ -8,7 +8,6 @@ #ifndef MCMD_EVENT_H #define MCMD_EVENT_H -#include #include "event/SubPacket.h" #include "event/mcmd/McmdRecord.h" #include @@ -16,13 +15,20 @@ namespace pamela { /** * McmdEvent data Wrapper + * + * The McmdEvent represents the "McmdEvent" packet generated by the PAMELA CPU software. + * Is the results of several read of the PAMELA TMTC board. */ class McmdEvent: public pamela::SubPacket { private: static TClonesArray *fgRecords; public: + /** + * Contain multiple instances of pamela::McmdRecord type. + */ TClonesArray *Records; + int Mcmd_crc_ok; McmdEvent(void);