Back to index

See source file

CTrackFitterSetup.h

 
//----------------------------------------------------------------------------- 
//  $Header: /asis/offline/ceres/cool/project/RCS/CTrackFitterSetup.h,v 3.0 1996/10/02 09:39:55 voigt Exp $ 
// 
//  COOL Program Library   
//  Copyright (C) CERES collaboration, 1996 
// 
//  Declaration of class CTrackFitterSetup. 
// 
//----------------------------------------------------------------------------- 
#ifndef CTRACKFITTERSETUP_H 
#define CTRACKFITTERSETUP_H 
 
#include "cool.h"  
#include "CSetup.h"  
 
class CTrackFitterSetup: public CSetup {  
public:  
   CTrackFitterSetup();  
    
public:  
   void _read(const char*); 
   void _list(ostream& = cout); 
   void read(const char* file); 
   void list(ostream& ost = cout); 
};  
 
#endif /* CTRACKFITTERSETUP_H */  

Back to index

See source file