1 |
/** @file |
/** @file |
2 |
* $Source: /home/cvsmanager/yoda/event/RegistryEvent.h,v $ |
* $Source: /opt/cvsmanager/yoda/event/RegistryEvent.h,v $ |
3 |
* $Id: RegistryEvent.h,v 5.1 2005/09/16 12:09:01 Maurizio Nagni Exp $ |
* $Id: RegistryEvent.h,v 5.2 2006/02/04 12:37:43 kusanagi Exp $ |
4 |
* $Author: Maurizio Nagni $ |
* $Author: kusanagi $ |
5 |
* |
* |
6 |
* Header file for the RegistryEvent class. |
* Header file for the RegistryEvent class. |
7 |
*/ |
*/ |
17 |
private: |
private: |
18 |
|
|
19 |
public: |
public: |
20 |
|
public: |
21 |
/* This is the absolute Time of the event calculated after data unpacking*/ |
/* This is the absolute Time of the event calculated after data unpacking*/ |
22 |
ULong64_t absTime; |
ULong64_t absTime; |
23 |
|
|
24 |
|
/* Name of the unpacked file this data cames from. |
25 |
|
* The reason for this is beacuse if multiple data are collected from several |
26 |
|
* files using the same xxx.Event.root & xxx.Registry.root structure, in this way you |
27 |
|
* can reconstruct from which file this data cames from. |
28 |
|
*/ |
29 |
|
TString originFile; |
30 |
|
|
31 |
/* 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 |
32 |
* 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 |
33 |
* to that selected event. |
* to that selected event. |
36 |
|
|
37 |
RegistryEvent(); |
RegistryEvent(); |
38 |
~RegistryEvent(void){}; |
~RegistryEvent(void){}; |
39 |
ClassDef(RegistryEvent, 1) |
ClassDef(RegistryEvent, 2) |
40 |
}; |
}; |
41 |
} |
} |
42 |
|
|