--- yoda/event/log/LogEvent.cpp 2004/07/06 12:20:23 1.1.1.1 +++ yoda/event/log/LogEvent.cpp 2006/02/04 12:37:44 5.1 @@ -1,7 +1,7 @@ /** @file - * $Source: /home/cvspamela/yoda/event/log/LogEvent.cpp,v $ - * $Id: LogEvent.cpp,v 1.1 2004/03/26 15:22:54 nagni Exp $ - * $Author: nagni $ + * $Source: /home/cvsmanager/yoda/event/log/LogEvent.cpp,v $ + * $Id: LogEvent.cpp,v 5.0 2005/08/29 09:46:12 Maurizio Nagni Exp $ + * $Author: Maurizio Nagni $ * * Implementation of the LogEvent class. */ @@ -10,8 +10,8 @@ using namespace pamela; TClonesArray *LogEvent::fgRecords = 0; -LogEvent::LogEvent(void): SubPacket("Event", PacketType::Log) { -if (!fgRecords) fgRecords = new TClonesArray("pamela::LogRecord", 10); +LogEvent::LogEvent(void): SubPacket("Log", PacketType::Log) { +if (!fgRecords) fgRecords = new TClonesArray("pamela::LogRecord", 1); Records = fgRecords; }