Back to index

See source file

PdbCalChan.hh

 
//----------------------------------------------------------------------------- 
//  $Header: /afs/rhic/phenix/PHENIX_CVS/offline/database/pdbcal/PdbCalChan.hh,v 1.7 1999/08/27 20:50:46 messer Exp $ 
// 
//  The pdbcal package 
//  Copyright (C) PHENIX collaboration, 1999 
// 
//  Declaration of class PdbCalChan 
// 
//  Purpose: Calibration channel base class 
// 
//  Description: 
// 
//  Author: Matthias Messer 
//----------------------------------------------------------------------------- 
#ifndef __PDBCALCHAN_HH__ 
#define __PDBCALCHAN_HH__ 
 
class PdbCalChan { 
public: 
  PdbCalChan(); 
  virtual ~PdbCalChan(); 
   
  virtual void print() const = 0; 
}; 
 
#endif /* __PDBCALCHAN_HH__ */ 

Back to index

See source file