/[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.3 by mocchiut, Wed Jul 29 15:47:20 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.2 2009/07/24 13:53:49 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    
24      int RunNumber;    /**< Run number */      int RunNumber;    /**< Run number */
   
25      int Pscu;      int Pscu;
26      int PhysEndRun;      int PhysEndRun;
27      int CalibCalPulse1;      int CalibCalPulse1;
# Line 84  namespace pamela { Line 84  namespace pamela {
84      int GetRunNumber(void) const { return RunNumber; }      int GetRunNumber(void) const { return RunNumber; }
85      void Increment(pamela::PacketType const *) throw (NotExistingCounterException);      void Increment(pamela::PacketType const *) throw (NotExistingCounterException);
86      void PrintCounters() const ;      void PrintCounters() const ;
87      ClassDef(EventCounter, 7)      ClassDef(EventCounter, 8)
88    };    };
89  }  }
90    

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

  ViewVC Help
Powered by ViewVC 1.1.23