/[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.6 by kusanagi, Thu Mar 3 10:23:30 2005 UTC revision 6.1 by kusanagi, Wed Feb 15 15:47:14 2006 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.5 2005/01/29 00:26:41 kusanagi Exp $   * $Id: EventCounter.h,v 6.0 2006/02/07 17:11:07 kusanagi Exp $
4   * $Author: kusanagi $   * $Author: kusanagi $
5   *   *
6   * Header file for the EventCounter class.   * Header file for the EventCounter class.
# Line 10  Line 10 
10    
11  #include <map>  #include <map>
12  #include "Exception.h"  #include "Exception.h"
13  #include "PscuHeader.h"  #include "PacketType.h"
14    #include <TObject.h>
15    
16  namespace pamela {  namespace pamela {
17    /**    /**
# Line 26  namespace pamela { Line 27  namespace pamela {
27      int CalibCalPulse1;      int CalibCalPulse1;
28      int CalibCalPulse2;      int CalibCalPulse2;
29      int Physics;      int Physics;
     int CalibTrkBoth;  
30      int CalibTrk1;      int CalibTrk1;
31      int CalibTrk2;      int CalibTrk2;
32      int CalibCal;      int CalibCal;
     int CalibTrd;  
33      int CalibTof;      int CalibTof;
34      int CalibS4;      int CalibS4;
35      int CalibCalPed;      int CalibCalPed;
# Line 45  namespace pamela { Line 44  namespace pamela {
44      int InitHeader;      int InitHeader;
45      int InitTrailer;      int InitTrailer;
46      int EventTrk;      int EventTrk;
     int TestTrk;  
     int TestTof;  
47      int Log;      int Log;
48      int VarDump;      int VarDump;
49      int ArrDump;      int ArrDump;
# Line 85  namespace pamela { Line 82  namespace pamela {
82      int GetRunNumber(void) const { return RunNumber; }      int GetRunNumber(void) const { return RunNumber; }
83      void Increment(pamela::PacketType const *) throw (NotExistingCounterException);      void Increment(pamela::PacketType const *) throw (NotExistingCounterException);
84      void PrintCounters() const ;      void PrintCounters() const ;
85      ClassDef(EventCounter, 3)      ClassDef(EventCounter, 6)
86    };    };
87  }  }
88    

Legend:
Removed from v.2.6  
changed lines
  Added in v.6.1

  ViewVC Help
Powered by ViewVC 1.1.23