Changeset 361 in Sophya for trunk/SophyaPI/PIext/nomhistadapter.h
- Timestamp:
- Aug 6, 1999, 7:16:22 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nomhistadapter.h
r344 r361 12 12 #include "hisprof.h" 13 13 #include "ntuple.h" 14 #include "xntuple.h" 14 15 15 16 //------------------------------------------------------------------------- … … 95 96 class NOMAdapter_NTuple : public NObjMgrAdapter { 96 97 public: 97 NOMAdapter_NTuple(NTuple* h= NULL);98 NOMAdapter_NTuple(NTuple* nt = NULL); 98 99 virtual ~NOMAdapter_NTuple(); 99 100 … … 111 112 }; 112 113 114 //------------------------------------------------------------------------- 115 // Class Adaptateur d'objet (Pour NamedObjMgr) d'objet XNTuple 116 //------------------------------------------------------------------------- 117 118 class NOMAdapter_XNTuple : public NObjMgrAdapter { 119 public: 120 NOMAdapter_XNTuple(XNTuple* nt = NULL); 121 virtual ~NOMAdapter_XNTuple(); 122 123 virtual NObjMgrAdapter* Clone(AnyDataObj* o); 124 125 // virtual void ReadFits(string const & flnm); 126 // virtual void SaveFits(string const & flnm); 127 virtual void SavePPF(POutPersist& s, string const & nom); 128 129 virtual void Print(ostream& os); 130 virtual NTupleInterface* GetNTupleInterface(bool& adel); 131 132 protected: 133 XNTuple* mNt; 134 }; 135 113 136 114 137
Note:
See TracChangeset
for help on using the changeset viewer.