| 1 | 
kusanagi | 
1.1 | 
/** @file | 
| 2 | 
kusanagi | 
1.2 | 
 * $Source: /home/cvsmanager/yoda/event/EventCounter.h,v $ | 
| 3 | 
kusanagi | 
2.0 | 
 * $Id: EventCounter.h,v 1.6 2004/09/21 20:23:37 kusanagi Exp $ | 
| 4 | 
kusanagi | 
1.2 | 
 * $Author: kusanagi $ | 
| 5 | 
kusanagi | 
1.1 | 
 *  | 
| 6 | 
  | 
  | 
 * Header file for the EventCounter class. | 
| 7 | 
  | 
  | 
 */ | 
| 8 | 
  | 
  | 
#ifndef EVENTCOUNTER_H | 
| 9 | 
  | 
  | 
#define EVENTCOUNTER_H | 
| 10 | 
  | 
  | 
 | 
| 11 | 
  | 
  | 
#include <map> | 
| 12 | 
kusanagi | 
1.6 | 
 | 
| 13 | 
kusanagi | 
1.1 | 
#include <TObject.h> //Substituted by Maurizio 05 Feb 2004 | 
| 14 | 
  | 
  | 
 | 
| 15 | 
  | 
  | 
#include "PscuHeader.h" | 
| 16 | 
  | 
  | 
 | 
| 17 | 
  | 
  | 
namespace pamela { | 
| 18 | 
  | 
  | 
  /** | 
| 19 | 
  | 
  | 
   * Event counter. Contains the event numbers of the last read event of  | 
| 20 | 
  | 
  | 
   * each event type. | 
| 21 | 
  | 
  | 
   */ | 
| 22 | 
  | 
  | 
  class EventCounter : public TObject { | 
| 23 | 
  | 
  | 
  private: | 
| 24 | 
  | 
  | 
    int RunNumber;    /**< Run number */ | 
| 25 | 
kusanagi | 
1.5 | 
 | 
| 26 | 
kusanagi | 
1.1 | 
    int Pscu; | 
| 27 | 
kusanagi | 
1.5 | 
    int PhysEndRun; | 
| 28 | 
  | 
  | 
    int CalibCalPulse1; | 
| 29 | 
  | 
  | 
    int CalibCalPulse2; | 
| 30 | 
kusanagi | 
1.1 | 
    int Physics; | 
| 31 | 
kusanagi | 
1.5 | 
    int CalibTrkBoth; | 
| 32 | 
kusanagi | 
1.2 | 
    int Calib_Trk1; | 
| 33 | 
  | 
  | 
    int Calib_Trk2; | 
| 34 | 
kusanagi | 
1.1 | 
    int Calib_Cal; | 
| 35 | 
  | 
  | 
    int Calib_Trd; | 
| 36 | 
  | 
  | 
    int Calib_Tof; | 
| 37 | 
  | 
  | 
    int Calib_S4; | 
| 38 | 
kusanagi | 
1.5 | 
    int Calib_CalPed; | 
| 39 | 
  | 
  | 
    int Calib_Ac; | 
| 40 | 
kusanagi | 
1.1 | 
    int Run_Header; | 
| 41 | 
  | 
  | 
    int Run_Trailer; | 
| 42 | 
kusanagi | 
1.5 | 
    int CalibHeader; | 
| 43 | 
  | 
  | 
    int CalibTrailer; | 
| 44 | 
  | 
  | 
    int InitHeader; | 
| 45 | 
  | 
  | 
    int InitTrailer; | 
| 46 | 
  | 
  | 
    int EventTrk; | 
| 47 | 
  | 
  | 
    int TestTrk; | 
| 48 | 
kusanagi | 
1.6 | 
    int TestTof; | 
| 49 | 
kusanagi | 
1.1 | 
    int Log; | 
| 50 | 
  | 
  | 
    int VarDump; | 
| 51 | 
  | 
  | 
    int ArrDump; | 
| 52 | 
  | 
  | 
    int TabDump; | 
| 53 | 
  | 
  | 
    int Tmtc; | 
| 54 | 
  | 
  | 
    int Mcmd; | 
| 55 | 
kusanagi | 
1.5 | 
    int ForcedFECmd; | 
| 56 | 
  | 
  | 
    int AcInit; | 
| 57 | 
  | 
  | 
    int CalInit; | 
| 58 | 
  | 
  | 
    int TrkInit; | 
| 59 | 
  | 
  | 
    int TofInit; | 
| 60 | 
  | 
  | 
    int TrgInit; | 
| 61 | 
kusanagi | 
1.6 | 
    int CalAlarm; | 
| 62 | 
  | 
  | 
    int AcAlarm; | 
| 63 | 
  | 
  | 
    int TrkAlarm; | 
| 64 | 
  | 
  | 
    int TrgAlarm; | 
| 65 | 
  | 
  | 
    int TofAlarm; | 
| 66 | 
kusanagi | 
1.1 | 
 | 
| 67 | 
  | 
  | 
    typedef std::map<const pamela::PacketType *, int *> CounterMap; | 
| 68 | 
  | 
  | 
    CounterMap CMap; //! | 
| 69 | 
kusanagi | 
1.6 | 
     | 
| 70 | 
kusanagi | 
1.1 | 
  public: | 
| 71 | 
  | 
  | 
    EventCounter(int = 0); | 
| 72 | 
  | 
  | 
    /** Get the run number for the last read event of this type. */ | 
| 73 | 
kusanagi | 
1.6 | 
    int getPscu() const { return Pscu; }; | 
| 74 | 
  | 
  | 
    /** Get the run number for the last read event of this type. */ | 
| 75 | 
kusanagi | 
1.1 | 
    int Get(pamela::PacketType const *) const; | 
| 76 | 
  | 
  | 
    /** Get the run number for the next event of this type. */ | 
| 77 | 
  | 
  | 
    int Next(pamela::PacketType const *) const; | 
| 78 | 
  | 
  | 
    int GetRunNumber(void) const { return RunNumber; } | 
| 79 | 
  | 
  | 
    void Increment(pamela::PacketType const *); | 
| 80 | 
  | 
  | 
    void PrintCounters() const ; | 
| 81 | 
  | 
  | 
    ClassDef(EventCounter, 1) | 
| 82 | 
  | 
  | 
  }; | 
| 83 | 
  | 
  | 
} | 
| 84 | 
  | 
  | 
 | 
| 85 | 
  | 
  | 
#endif /* EVENTCOUNTER_H */ |