ROOT logo
#ifndef HRECOBJECT_H
#define HRECOBJECT_H

#include "TObject.h"
#include "TObjArray.h"
#include "haddef.h"
#include "hgeantdef.h"
#include "hlocation.h"

class HRecObject : public TObject
{
private:
public:
  HRecObject(void);
  ~HRecObject(void);
  HRecObject(HRecObject &aObj);
  ClassDef(HRecObject,1) // Data object obtained from other data objects
};

#endif /* !HRECOBJECT_H */
 hrecobject.h:1
 hrecobject.h:2
 hrecobject.h:3
 hrecobject.h:4
 hrecobject.h:5
 hrecobject.h:6
 hrecobject.h:7
 hrecobject.h:8
 hrecobject.h:9
 hrecobject.h:10
 hrecobject.h:11
 hrecobject.h:12
 hrecobject.h:13
 hrecobject.h:14
 hrecobject.h:15
 hrecobject.h:16
 hrecobject.h:17
 hrecobject.h:18
 hrecobject.h:19
 hrecobject.h:20