/[PAMELA software]/yoda/event/RegistryEvent.h
ViewVC logotype

Diff of /yoda/event/RegistryEvent.h

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

revision 5.2 by kusanagi, Sat Feb 4 12:37:43 2006 UTC revision 5.3 by kusanagi, Tue Feb 7 08:42:43 2006 UTC
# Line 1  Line 1 
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   */   */
# Line 17  namespace pamela { Line 17  namespace pamela {
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.
# Line 28  namespace pamela { Line 36  namespace pamela {
36                            
37      RegistryEvent();      RegistryEvent();
38      ~RegistryEvent(void){};      ~RegistryEvent(void){};
39      ClassDef(RegistryEvent, 1)      ClassDef(RegistryEvent, 2)
40    };    };
41  }  }
42    

Legend:
Removed from v.5.2  
changed lines
  Added in v.5.3

  ViewVC Help
Powered by ViewVC 1.1.23