Back to index

CMCcool.h

 
//----------------------------------------------------------------------------- 
//  $Header: /tmp_mnt/asis/offline/ceres/cool/project/RCS/CMCcool.h,v 2.1 1996/10/04 08:59:04 voigt Exp $ 
// 
//  COOL Program Library   
//  Copyright (C) CERES collaboration, 1996 
// 
//  Standard header file for MC. 
// 
//----------------------------------------------------------------------------- 
#ifndef CMCCOOL_H 
#define CMCCOOL_H 
 
const int MaxDetectors = 5;     // max. number of detectors. 
 
// 
//  Enumerations 
// 
enum CMCDigiMode { CMCResetMode, CMCOverlayMode }; 
 
 
#endif /* CMCCOOL_H */  

Back to index