| 
            Last change
 on this file since 2033 was             670, checked in by ercodmgr, 26 years ago           | 
        
        
          | 
             
Ajout Adaptateur pour SpectralResponse  , Sophie 29/11/99 
 
           | 
        
        
          | 
            File size:
            1.1 KB
           | 
        
      
      
| Line |   | 
|---|
| 1 | // This may look like C code, but it is really -*- C++ -*-
 | 
|---|
| 2 | // Adaptateur d objets (pour NamedObjMgr) pour Histos/NTuple
 | 
|---|
| 3 | //                                    Reza 05/99
 | 
|---|
| 4 | //  LAL-IN2P3/CNRS               CEA-DAPNIA     
 | 
|---|
| 5 |  
 | 
|---|
| 6 | #ifndef NOMSPECRESPADAPTER_H_SEEN
 | 
|---|
| 7 | #define NOMSPECRESPADAPTER_H_SEEN
 | 
|---|
| 8 | 
 | 
|---|
| 9 | #include "nomgadapter.h"
 | 
|---|
| 10 | #include "specresp.h"
 | 
|---|
| 11 | 
 | 
|---|
| 12 | 
 | 
|---|
| 13 | //-------------------------------------------------------------------------
 | 
|---|
| 14 | // Class Adaptateur d'objet (Pour NamedObjMgr) d'objet SpectralResponse
 | 
|---|
| 15 | //-------------------------------------------------------------------------
 | 
|---|
| 16 | 
 | 
|---|
| 17 | class NOMAdapter_SpectralResponse : public NObjMgrAdapter {
 | 
|---|
| 18 | public:
 | 
|---|
| 19 |                                 NOMAdapter_SpectralResponse(SpectralResponse* sr = NULL);
 | 
|---|
| 20 |   virtual                       ~NOMAdapter_SpectralResponse();
 | 
|---|
| 21 | 
 | 
|---|
| 22 |   virtual NObjMgrAdapter*       Clone(AnyDataObj* o);
 | 
|---|
| 23 | 
 | 
|---|
| 24 |   //  virtual void                      ReadFits(string const & flnm);
 | 
|---|
| 25 |   //  virtual void                      SaveFits(string const & flnm);
 | 
|---|
| 26 |   virtual void                  SavePPF(POutPersist& s, string const & nom);
 | 
|---|
| 27 | 
 | 
|---|
| 28 |   virtual void                  Print(ostream& os);
 | 
|---|
| 29 |   virtual PIDrawer*             GetDrawer(string& dopt);
 | 
|---|
| 30 | //  virtual NTupleInterface*    GetNTupleInterface(bool& adel);
 | 
|---|
| 31 | 
 | 
|---|
| 32 | protected:
 | 
|---|
| 33 |   SpectralResponse* mSR;
 | 
|---|
| 34 | };
 | 
|---|
| 35 | 
 | 
|---|
| 36 | 
 | 
|---|
| 37 | 
 | 
|---|
| 38 | #endif
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.