Back to index

See source file

CRich1Setup.h

 
//----------------------------------------------------------------------------- 
//  $Header: /tmp_mnt/asis/offline/ceres/cool/project/RCS/CRich1Setup.h,v 1.1 1996/10/04 09:01:51 voigt Exp $ 
// 
//  COOL Program Library   
//  Copyright (C) CERES collaboration, 1996 
// 
//  Declaration of class CRich1Setup 
// 
//----------------------------------------------------------------------------- 
#ifndef CRICH1SETUP_H 
#define CRICH1SETUP_H 
 
#include "cool.h"  
#include "CRichSetup.h"  
 
class CRich1Setup : public CRichSetup {  
 
public:  
  CRich1Setup();  
  ~CRich1Setup();  
 
  CRich1Setup(const CRich1Setup &);  
  CRich1Setup & operator = (const CRich1Setup &);  
 
public:  
 
   void read(const char*); 
   void list(ostream& ost = cout); 
   void _read(const char*); 
   void _list(ostream& ost = cout); 
 
protected:  
 
 
};  
 
#endif /* CRICH1SETUP_H */  

Back to index

See source file