/[PAMELA software]/yoda/event/log/LogEvent.cpp
ViewVC logotype

Diff of /yoda/event/log/LogEvent.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2.1 by kusanagi, Thu Dec 9 08:47:54 2004 UTC revision 5.1 by kusanagi, Sat Feb 4 12:37:44 2006 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Source: /home/cvsmanager/yoda/event/log/LogEvent.cpp,v $   * $Source: /home/cvsmanager/yoda/event/log/LogEvent.cpp,v $
3   * $Id: LogEvent.cpp,v 2.0 2004/09/21 20:50:09 kusanagi Exp $   * $Id: LogEvent.cpp,v 5.0 2005/08/29 09:46:12 Maurizio Nagni Exp $
4   * $Author: kusanagi $   * $Author: Maurizio Nagni $
5   *   *
6   * Implementation of the LogEvent class.   * Implementation of the LogEvent class.
7   */   */
# Line 10  Line 10 
10  using namespace pamela;  using namespace pamela;
11  TClonesArray *LogEvent::fgRecords = 0;  TClonesArray *LogEvent::fgRecords = 0;
12    
13  LogEvent::LogEvent(void): SubPacket("Event", PacketType::Log) {  LogEvent::LogEvent(void): SubPacket("Log", PacketType::Log) {
14  if (!fgRecords) fgRecords = new TClonesArray("pamela::LogRecord", 1);  if (!fgRecords) fgRecords = new TClonesArray("pamela::LogRecord", 1);
15     Records = fgRecords;     Records = fgRecords;
16  }  }

Legend:
Removed from v.2.1  
changed lines
  Added in v.5.1

  ViewVC Help
Powered by ViewVC 1.1.23