00001 /*************************************************************************** 00002 * 00003 * $Id: StSigmaPlus1385.hh,v 1.1 2010/01/28 21:54:20 jwebb Exp $ 00004 * 00005 * Author: Thomas Ullrich, May 99 (based on Geant4 code, see below) 00006 *************************************************************************** 00007 * 00008 * The design of the StParticleDefinition class and all concrete 00009 * classes derived from it is largely based on the design of the 00010 * G4ParticleDefinition class from Geant4 (RD44). 00011 * Although the code is in large parts different (modified or rewritten) 00012 * and adapted to the STAR framework the basic idea stays the same. 00013 * 00014 *************************************************************************** 00015 * 00016 * $Log: StSigmaPlus1385.hh,v $ 00017 * Revision 1.1 2010/01/28 21:54:20 jwebb 00018 * Added the Sigma(1385) baryons. 00019 * 00020 * Revision 1.1 1999/05/14 18:50:13 ullrich 00021 * Initial Revision 00022 * 00023 **************************************************************************/ 00024 #ifndef StSigmaPlus1385_hh 00025 #define StSigmaPlus1385_hh 00026 00027 #include "StBaryon.hh" 00028 00029 class StSigmaPlus1385 : public StBaryon { 00030 public: 00031 static StSigmaPlus1385* instance() {return &mSigmaPlus1385;} 00032 static StSigmaPlus1385* SigmaPlus1385() {return &mSigmaPlus1385;} 00033 00034 private: 00035 static StSigmaPlus1385 mSigmaPlus1385; 00036 00037 StSigmaPlus1385(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
1.5.9