fdhwlib  2.0.25
/home/kopmann/git-mirror/fdhwlib/fdhwlib/katrinhw/kaevent.h
Go to the documentation of this file.
00001 /***************************************************************************
00002                           kaevent.h  -  description
00003                              -------------------
00004     begin                : Di Jul 12 2005
00005     copyright            : (C) 2005 by 
00006     email                : 
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00018 #ifndef KAEVENT_H
00019 #define KAEVENT_H
00020 
00021 
00026 class KaEvent {
00027 public: 
00028   KaEvent();
00029   ~KaEvent();
00030 
00037   int getRowFromChannelMap();
00038 
00039   
00040   int col;
00041   int row;
00042 
00043   unsigned long sec;
00044   unsigned long subSec;
00045   unsigned long channelMap;
00046   unsigned long id;
00047   unsigned long energy;
00048 
00049   unsigned short adc[1024];
00050 
00051   unsigned long data[16];
00052 
00059   int error;
00060   
00061 };
00062 
00063 #endif