Parent Directory
|
Revision Log
|
Patch
| revision 4.0 by kusanagi, Sun Mar 6 04:33:01 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 |