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

Diff of /chewbacca/event/EventCounter.h

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

revision 1.1.1.1 by mocchiut, Tue Sep 23 07:19:51 2008 UTC revision 1.2 by mocchiut, Fri Jul 24 13:53:49 2009 UTC
# Line 1  Line 1 
1  /**     @file  /**     @file
2   * $Source: /repository/event/EventCounter.h,v $   * $Source: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/event/EventCounter.h,v $
3   * $Id: EventCounter.h,v 1.1 2008-01-11 17:14:21 messineo Exp $   * $Id: EventCounter.h,v 1.1.1.1 2008/09/23 07:19:51 mocchiut Exp $
4   * $Author: messineo $   * $Author: mocchiut $
5   *   *
6   * Header file for the EventCounter class.   * Header file for the EventCounter class.
7   */   */
# Line 20  namespace pamela { Line 20  namespace pamela {
20     */     */
21    class EventCounter : public TObject {    class EventCounter : public TObject {
22    private:    private:
23      int RunNumber;    /**< Run number */  
   
24      int Pscu;      int Pscu;
25      int PhysEndRun;      int PhysEndRun;
26      int CalibCalPulse1;      int CalibCalPulse1;
# Line 69  namespace pamela { Line 68  namespace pamela {
68      int Ac2Alarm;      int Ac2Alarm;
69      int TsbT;      int TsbT;
70      int TsbB;      int TsbB;
71       int RunNumber;    /**< Run number */
72    
73      typedef std::map<const pamela::PacketType *, int *> CounterMap;      typedef std::map<const pamela::PacketType *, int *> CounterMap;
74      CounterMap CMap; //!      CounterMap CMap; //!

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.23