/[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.2 by kusanagi, Sat May 28 08:37:00 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 4.1 2005/05/28 08:30:01 kusanagi Exp $
4   * $Author: kusanagi $   * $Author: kusanagi $
5   *   *
6   * Header file for the EventCounter class.   * Header file for the EventCounter class.
# Line 26  namespace pamela { Line 26  namespace pamela {
26      int CalibCalPulse1;      int CalibCalPulse1;
27      int CalibCalPulse2;      int CalibCalPulse2;
28      int Physics;      int Physics;
     int CalibTrkBoth;  
29      int CalibTrk1;      int CalibTrk1;
30      int CalibTrk2;      int CalibTrk2;
31      int CalibCal;      int CalibCal;
     int CalibTrd;  
32      int CalibTof;      int CalibTof;
33      int CalibS4;      int CalibS4;
34      int CalibCalPed;      int CalibCalPed;
# Line 68  namespace pamela { Line 66  namespace pamela {
66      int TrgAlarm;      int TrgAlarm;
67      int TofAlarm;      int TofAlarm;
68      int S4Alarm;      int S4Alarm;
69        int TsbT;
70        int TsbB;
71    
72      typedef std::map<const pamela::PacketType *, int *> CounterMap;      typedef std::map<const pamela::PacketType *, int *> CounterMap;
73      CounterMap CMap; //!      CounterMap CMap; //!
# Line 83  namespace pamela { Line 83  namespace pamela {
83      int GetRunNumber(void) const { return RunNumber; }      int GetRunNumber(void) const { return RunNumber; }
84      void Increment(pamela::PacketType const *) throw (NotExistingCounterException);      void Increment(pamela::PacketType const *) throw (NotExistingCounterException);
85      void PrintCounters() const ;      void PrintCounters() const ;
86      ClassDef(EventCounter, 2)      ClassDef(EventCounter, 4)
87    };    };
88  }  }
89    

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

  ViewVC Help
Powered by ViewVC 1.1.23