00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024 #ifndef StAntiSigmaMinus1385_hh
00025 #define StAntiSigmaMinus1385_hh
00026
00027 #include "StBaryon.hh"
00028
00029 class StAntiSigmaMinus1385 : public StBaryon {
00030 public:
00031 static StAntiSigmaMinus1385* instance() {return &mAntiSigmaMinus1385;}
00032 static StAntiSigmaMinus1385* AntiSigmaMinus1385() {return &mAntiSigmaMinus1385;}
00033
00034 private:
00035 static StAntiSigmaMinus1385 mAntiSigmaMinus1385;
00036
00037 StAntiSigmaMinus1385(const string & aName,
00038 double mass,
00039 double width,
00040 double charge,
00041 int iSpin,
00042 int iParity,
00043 int iConjugation,
00044 int iIsospin,
00045 int iIsospinZ,
00046 int gParity,
00047 const string & pType,
00048 int lepton,
00049 int baryon,
00050 int encoding,
00051 bool stable,
00052 double lifetime);
00053 };
00054
00055 #endif