Parent Directory | Revision Log | Patch
revision 3.0 by kusanagi, Fri Mar 4 15:54:11 2005 UTC | revision 6.0 by kusanagi, Tue Feb 7 17:11:09 2006 UTC | |
---|---|---|
# | Line 4 | Line 4 |
4 | using namespace pamela; | using namespace pamela; |
5 | TClonesArray *VarDumpEvent::fgRecords = 0; | TClonesArray *VarDumpEvent::fgRecords = 0; |
6 | ||
7 | VarDumpEvent::VarDumpEvent(void): SubPacket("Event", PacketType::VarDump) { | VarDumpEvent::VarDumpEvent(void): SubPacket("VarDump", PacketType::VarDump) { |
8 | if (!fgRecords) fgRecords = new TClonesArray("pamela::VarDumpRecord", 1); | if (!fgRecords) fgRecords = new TClonesArray("pamela::VarDumpRecord", 1); |
9 | Records = fgRecords; | Records = fgRecords; |
10 | } | } |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |