| 1 |
/** @file |
/** @file |
| 2 |
* $Source: /home/cvsmanager/yoda/event/RegistryEvent.h,v $ |
* $Source: /home/cvsmanager/yoda/event/RegistryEvent.h,v $ |
| 3 |
* $Id: RegistryEvent.h,v 4.1 2005/08/29 09:20:47 kusanagi Exp $ |
* $Id: RegistryEvent.h,v 5.0 2005/08/29 09:45:48 kusanagi Exp $ |
| 4 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
| 5 |
* |
* |
| 6 |
* Header file for the RegistryEvent class. |
* Header file for the RegistryEvent class. |
| 18 |
|
|
| 19 |
public: |
public: |
| 20 |
/* This is the absolute Time of the event calculated after data unpacking*/ |
/* This is the absolute Time of the event calculated after data unpacking*/ |
| 21 |
unsigned long absTime; |
ULong64_t absTime; |
| 22 |
|
|
| 23 |
/* Because on transmission multiple copies of data could be unpacked, a special procedure |
/* Because on transmission multiple copies of data could be unpacked, a special procedure |
| 24 |
* collect all the event just one time each. This parameter is related to the entry relative |
* collect all the event just one time each. This parameter is related to the entry relative |