/[PAMELA software]/yoda/event/physics/tof/TofEvent.h
ViewVC logotype

Diff of /yoda/event/physics/tof/TofEvent.h

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

revision 1.1 by kusanagi, Sat Jan 29 00:26:48 2005 UTC revision 5.1 by kusanagi, Sat Feb 4 12:37:44 2006 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Source: /home/cvsmanager/yoda/event/physics/calorimeter/CalorimeterEvent.h,v $   * $Source: /home/cvsmanager/yoda/event/physics/tof/TofEvent.h,v $
3   * $Id: CalorimeterEvent.h,v 2.2 2004/10/18 13:01:16 kusanagi Exp $   * $Id: TofEvent.h,v 5.0 2005/08/29 09:46:12 Maurizio Nagni Exp $
4   * $Author: kusanagi $   * $Author: Maurizio Nagni $
5   *   *
6   * Header file for the raw calorimeter events   * Header file for the raw calorimeter events
7   */   */
8  #ifndef TOF_EVENT_H  #ifndef TOF_EVENT_H
9  #define TOF_EVENT_H  #define TOF_EVENT_H
10    
11  #include "event/SubPacket.h"  #include "../../SubPacket.h"
12    
13  namespace pamela {  namespace pamela {
14    /**    /**
# Line 23  namespace pamela { Line 23  namespace pamela {
23    
24      public:      public:
25        TofEvent(void);        TofEvent(void);
       ~TofEvent(void);  
26          int         tdcid[12];          int         tdcid[12];
27          int         evcount[12];          int         evcount[12];
28          int         tdcmask[12];          int         tdcmask[12];
# Line 32  namespace pamela { Line 31  namespace pamela {
31          int         temp1[12];          int         temp1[12];
32          int         temp2[12];          int         temp2[12];
33    
34             ClassDef(TofEvent, 1)      ClassDef(TofEvent, 2)
35      };      };
36    }    }
37  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.5.1

  ViewVC Help
Powered by ViewVC 1.1.23