00001 00002 // 00003 // $Id: StEpcCut.cxx,v 1.4 2005/05/23 12:35:14 suaide Exp $ 00004 // 00005 // Author: Subhasis Chattopadhyay 00007 // 00008 // Description: constants for the Epc maker 00010 // 00011 00012 #include "StEpcCut.h" 00013 // 00014 Float_t StEpcCut::mDeltaEta=0.01; 00015 Float_t StEpcCut::mDeltaPhi=0.01; 00016 Float_t StEpcCut::mRAD_SMD_E=231.23; 00017 00018 // Will be used later to calculate different cut parameters. 00019 //------------------------------------------------------------------- 00020 StEpcCut::StEpcCut() 00021 { 00022 // Default constructor 00023 } 00024 //-------------------------------------------------------------------- 00025 StEpcCut::~StEpcCut() 00026 { 00027 //Destructor 00028 } 00029 //------------------------------------------------------ 00030
1.5.9