/[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 2.5 by kusanagi, Sat Jan 29 00:26:41 2005 UTC revision 4.0 by kusanagi, Sun Mar 6 04:33:01 2005 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 2.4 2004/12/16 17:32:46 kusanagi Exp $   * $Id: EventCounter.h,v 3.0 2005/03/04 15:54:11 kusanagi Exp $
4   * $Author: kusanagi $   * $Author: kusanagi $
5   *   *
6   * Header file for the EventCounter class.   * Header file for the EventCounter class.
# Line 68  namespace pamela { Line 68  namespace pamela {
68      int TrgAlarm;      int TrgAlarm;
69      int TofAlarm;      int TofAlarm;
70      int S4Alarm;      int S4Alarm;
71        int TsbT;
72        int TsbB;
73    
74      typedef std::map<const pamela::PacketType *, int *> CounterMap;      typedef std::map<const pamela::PacketType *, int *> CounterMap;
75      CounterMap CMap; //!      CounterMap CMap; //!
# Line 83  namespace pamela { Line 85  namespace pamela {
85      int GetRunNumber(void) const { return RunNumber; }      int GetRunNumber(void) const { return RunNumber; }
86      void Increment(pamela::PacketType const *) throw (NotExistingCounterException);      void Increment(pamela::PacketType const *) throw (NotExistingCounterException);
87      void PrintCounters() const ;      void PrintCounters() const ;
88      ClassDef(EventCounter, 2)      ClassDef(EventCounter, 3)
89    };    };
90  }  }
91    

Legend:
Removed from v.2.5  
changed lines
  Added in v.4.0

  ViewVC Help
Powered by ViewVC 1.1.23