/[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 1.5 by kusanagi, Thu Jul 29 16:18:54 2004 UTC revision 2.1 by kusanagi, Fri Sep 24 11:57:32 2004 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 1.4 2004/07/08 12:31:22 kusanagi Exp $   * $Id: EventCounter.h,v 2.0 2004/09/21 20:49:57 kusanagi Exp $
4   * $Author: kusanagi $   * $Author: kusanagi $
5   *   *
6   * Header file for the EventCounter class.   * Header file for the EventCounter class.
# Line 9  Line 9 
9  #define EVENTCOUNTER_H  #define EVENTCOUNTER_H
10    
11  #include <map>  #include <map>
12  //#include <root/TObject.h>  
13  #include <TObject.h> //Substituted by Maurizio 05 Feb 2004  #include <TObject.h> //Substituted by Maurizio 05 Feb 2004
14    
15  #include "PscuHeader.h"  #include "PscuHeader.h"
# Line 45  namespace pamela { Line 45  namespace pamela {
45      int InitTrailer;      int InitTrailer;
46      int EventTrk;      int EventTrk;
47      int TestTrk;      int TestTrk;
48        int TestTof;
49      int Log;      int Log;
50      int VarDump;      int VarDump;
51      int ArrDump;      int ArrDump;
# Line 57  namespace pamela { Line 58  namespace pamela {
58      int TrkInit;      int TrkInit;
59      int TofInit;      int TofInit;
60      int TrgInit;      int TrgInit;
61        int NdInit;
62        int CalAlarm;
63        int AcAlarm;
64        int TrkAlarm;
65        int TrgAlarm;
66        int TofAlarm;
67    
68      typedef std::map<const pamela::PacketType *, int *> CounterMap;      typedef std::map<const pamela::PacketType *, int *> CounterMap;
69      CounterMap CMap; //!      CounterMap CMap; //!
70        
71    public:    public:
72      EventCounter(int = 0);      EventCounter(int = 0);
73      /** Get the run number for the last read event of this type. */      /** Get the run number for the last read event of this type. */
74        int getPscu() const { return Pscu; };
75        /** Get the run number for the last read event of this type. */
76      int Get(pamela::PacketType const *) const;      int Get(pamela::PacketType const *) const;
77      /** Get the run number for the next event of this type. */      /** Get the run number for the next event of this type. */
78      int Next(pamela::PacketType const *) const;      int Next(pamela::PacketType const *) const;

Legend:
Removed from v.1.5  
changed lines
  Added in v.2.1

  ViewVC Help
Powered by ViewVC 1.1.23