| 
            Last change
 on this file since 700 was             463, checked in by ercodmgr, 26 years ago           | 
        
        
          | 
             
HelpToTex + CopyObj (ds Adapter) et PawExecutor cmv+Reza 12/10/99 
 
           | 
        
        
          | 
            File size:
            1.0 KB
           | 
        
      
      
| Line |   | 
|---|
| 1 | // This may look like C code, but it is really -*- C++ -*-
 | 
|---|
| 2 | // Adaptateur d objets (pour NamedObjMgr) pour GeneralFitData
 | 
|---|
| 3 | //                                    cmv 27/7/99
 | 
|---|
| 4 | //  LAL-IN2P3/CNRS               CEA-DAPNIA     
 | 
|---|
| 5 |  
 | 
|---|
| 6 | #ifndef NOMGFDADAPTER_H_SEEN
 | 
|---|
| 7 | #define NOMGFDADAPTER_H_SEEN
 | 
|---|
| 8 | 
 | 
|---|
| 9 | #include "nomgadapter.h"
 | 
|---|
| 10 | #include "generaldata.h"
 | 
|---|
| 11 | 
 | 
|---|
| 12 | //-------------------------------------------------------------------------
 | 
|---|
| 13 | // Class Adaptateur d'objet (Pour NamedObjMgr) d'objet GeneralFitData 
 | 
|---|
| 14 | //-------------------------------------------------------------------------
 | 
|---|
| 15 | 
 | 
|---|
| 16 | class NOMAdapter_GeneralFitData : public NObjMgrAdapter {
 | 
|---|
| 17 | public:
 | 
|---|
| 18 |                            NOMAdapter_GeneralFitData(GeneralFitData* o = NULL);
 | 
|---|
| 19 |   virtual                  ~NOMAdapter_GeneralFitData();
 | 
|---|
| 20 | 
 | 
|---|
| 21 |   virtual NObjMgrAdapter*  Clone(AnyDataObj* o);
 | 
|---|
| 22 |   virtual AnyDataObj*      GetCopyObj();
 | 
|---|
| 23 | 
 | 
|---|
| 24 |   virtual void             SavePPF(POutPersist& s, string const & nom);
 | 
|---|
| 25 | 
 | 
|---|
| 26 |   virtual void             Print(ostream& os);
 | 
|---|
| 27 |   virtual NTupleInterface* GetNTupleInterface(bool& adel);
 | 
|---|
| 28 | 
 | 
|---|
| 29 | protected:
 | 
|---|
| 30 |   GeneralFitData* mG;
 | 
|---|
| 31 | };
 | 
|---|
| 32 | 
 | 
|---|
| 33 | 
 | 
|---|
| 34 | #endif
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.