StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StEpcCut.cxx
1 //
3 // $Id: StEpcCut.cxx,v 1.4 2005/05/23 12:35:14 suaide Exp $
4 //
5 // Author: Subhasis Chattopadhyay
7 //
8 // Description: constants for the Epc maker
10 //
11 
12 #include "StEpcCut.h"
13 //
14 Float_t StEpcCut::mDeltaEta=0.01;
15 Float_t StEpcCut::mDeltaPhi=0.01;
16 Float_t StEpcCut::mRAD_SMD_E=231.23;
17 
18 // Will be used later to calculate different cut parameters.
19 //-------------------------------------------------------------------
20 StEpcCut::StEpcCut()
21 {
22  // Default constructor
23 }
24 //--------------------------------------------------------------------
25 StEpcCut::~StEpcCut()
26 {
27  //Destructor
28 }
29 //------------------------------------------------------
30