/[PAMELA software]/yoda/event/CalibS4Event.cpp
ViewVC logotype

Diff of /yoda/event/CalibS4Event.cpp

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

revision 1.1 by kusanagi, Tue Jul 6 12:20:23 2004 UTC revision 4.4 by kusanagi, Sat May 28 10:44:08 2005 UTC
# Line 1  Line 1 
1  #include "CalibS4Event.h"  #include "CalibS4Event.h"
2    
3  using namespace pamela;  using namespace pamela;
4    TClonesArray *CalibS4Event::fgRecords = 0;
5    
6  CalibS4Event::CalibS4Event(void): SubPacket("Event", PacketType::CalibS4) {  CalibS4Event::CalibS4Event(void): SubPacket("Event", PacketType::CalibS4) {
7        if (!fgRecords) fgRecords = new TClonesArray("pamela::S4::S4Event", 1);
8            Records = fgRecords;
9  }  }
10    
11  ClassImp(CalibS4Event)  ClassImp(CalibS4Event)

Legend:
Removed from v.1.1  
changed lines
  Added in v.4.4

  ViewVC Help
Powered by ViewVC 1.1.23