/[PAMELA software]/yoda/event/EventCounter.h
ViewVC logotype

Diff of /yoda/event/EventCounter.h

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

revision 6.1 by kusanagi, Wed Feb 15 15:47:14 2006 UTC revision 6.2 by kusanagi, Tue May 30 19:10:01 2006 UTC
# Line 1  Line 1 
1  /**     @file  /**     @file
2   * $Source: /home/cvsmanager/yoda/event/EventCounter.h,v $   * $Source: /home/cvsmanager/yoda/event/EventCounter.h,v $
3   * $Id: EventCounter.h,v 6.0 2006/02/07 17:11:07 kusanagi Exp $   * $Id: EventCounter.h,v 6.1 2006/02/15 15:47:14 kusanagi Exp $
4   * $Author: kusanagi $   * $Author: kusanagi $
5   *   *
6   * Header file for the EventCounter class.   * Header file for the EventCounter class.
# Line 27  namespace pamela { Line 27  namespace pamela {
27      int CalibCalPulse1;      int CalibCalPulse1;
28      int CalibCalPulse2;      int CalibCalPulse2;
29      int Physics;      int Physics;
30        int CalibTrkBoth;
31      int CalibTrk1;      int CalibTrk1;
32      int CalibTrk2;      int CalibTrk2;
33      int CalibCal;      int CalibCal;
# Line 60  namespace pamela { Line 61  namespace pamela {
61      int S4Init;      int S4Init;
62      int Ac2Init;      int Ac2Init;
63      int CalAlarm;      int CalAlarm;
64      int AcAlarm;      int Ac1Alarm;
65      int TrkAlarm;      int TrkAlarm;
66      int TrgAlarm;      int TrgAlarm;
67      int TofAlarm;      int TofAlarm;
68      int S4Alarm;      int S4Alarm;
69        int Ac2Alarm;
70      int TsbT;      int TsbT;
71      int TsbB;      int TsbB;
72    
# Line 82  namespace pamela { Line 84  namespace pamela {
84      int GetRunNumber(void) const { return RunNumber; }      int GetRunNumber(void) const { return RunNumber; }
85      void Increment(pamela::PacketType const *) throw (NotExistingCounterException);      void Increment(pamela::PacketType const *) throw (NotExistingCounterException);
86      void PrintCounters() const ;      void PrintCounters() const ;
87      ClassDef(EventCounter, 6)      ClassDef(EventCounter, 7)
88    };    };
89  }  }
90    

Legend:
Removed from v.6.1  
changed lines
  Added in v.6.2

  ViewVC Help
Powered by ViewVC 1.1.23