/[PAMELA software]/yoda/event/tsbb/TsbBEvent.cpp
ViewVC logotype

Diff of /yoda/event/tsbb/TsbBEvent.cpp

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

revision 3.0 by kusanagi, Fri Mar 4 15:54:56 2005 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/tsbb/TsbBEvent.cpp,v $   * $Source: /home/cvsmanager/yoda/event/tsbb/TsbBEvent.cpp,v $
3   * $Id: TsbBEvent.cpp,v 1.1 2005/03/03 12:35:06 kusanagi Exp $   * $Id: TsbBEvent.cpp,v 5.0 2005/08/29 09:46:13 Maurizio Nagni Exp $
4   * $Author: kusanagi $   * $Author: Maurizio Nagni $
5   *   *
6   * Implementation of the TsbBEvent class.   * Implementation of the TsbBEvent class.
7   */   */
# Line 10  Line 10 
10  using namespace pamela;  using namespace pamela;
11  TClonesArray *TsbBEvent::fgRecords = 0;  TClonesArray *TsbBEvent::fgRecords = 0;
12    
13  TsbBEvent::TsbBEvent(void): SubPacket("Event", PacketType::TsbB) {  TsbBEvent::TsbBEvent(void): SubPacket("TsbB", PacketType::TsbB) {
14  if (!fgRecords) fgRecords = new TClonesArray("pamela::TsbBRecord", 1);  if (!fgRecords) fgRecords = new TClonesArray("pamela::TsbBRecord", 1);
15     Records = fgRecords;     Records = fgRecords;
16  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.23