--- yoda/event/RegistryEvent.h 2006/02/04 12:37:43 5.2 +++ yoda/event/RegistryEvent.h 2006/02/07 08:42:43 5.3 @@ -1,7 +1,7 @@ /** @file - * $Source: /home/cvsmanager/yoda/event/RegistryEvent.h,v $ - * $Id: RegistryEvent.h,v 5.1 2005/09/16 12:09:01 Maurizio Nagni Exp $ - * $Author: Maurizio Nagni $ + * $Source: /opt/cvsmanager/yoda/event/RegistryEvent.h,v $ + * $Id: RegistryEvent.h,v 5.2 2006/02/04 12:37:43 kusanagi Exp $ + * $Author: kusanagi $ * * Header file for the RegistryEvent class. */ @@ -17,9 +17,17 @@ private: public: + public: /* This is the absolute Time of the event calculated after data unpacking*/ ULong64_t absTime; + /* Name of the unpacked file this data cames from. + * The reason for this is beacuse if multiple data are collected from several + * files using the same xxx.Event.root & xxx.Registry.root structure, in this way you + * can reconstruct from which file this data cames from. + */ + TString originFile; + /* Because on transmission multiple copies of data could be unpacked, a special procedure * collect all the event just one time each. This parameter is related to the entry relative * to that selected event. @@ -28,7 +36,7 @@ RegistryEvent(); ~RegistryEvent(void){}; - ClassDef(RegistryEvent, 1) + ClassDef(RegistryEvent, 2) }; }