// // ******************************************************************** // * License and Disclaimer * // * * // * The Geant4 software is copyright of the Copyright Holders of * // * the Geant4 Collaboration. It is provided under the terms and * // * conditions of the Geant4 Software License, included in the file * // * LICENSE and available at http://cern.ch/geant4/license . These * // * include a list of copyright holders. * // * * // * Neither the authors of this software system, nor their employing * // * institutes,nor the agencies providing financial support for this * // * work make any representation or warranty, express or implied, * // * regarding this software system or assume any liability for its * // * use. Please see the license in the file LICENSE and URL above * // * for the full disclaimer and the limitation of liability. * // * * // * This code implementation is the result of the scientific and * // * technical work of the GEANT4 collaboration. * // * By using, copying, modifying or distributing the software (or * // * any work based on the software) you agree to acknowledge its * // * use in resulting scientific publications, and indicate your * // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // // // $Id: G4PDGCodeChecker.hh,v 1.9 2007/09/14 07:04:09 kurasige Exp $ // GEANT4 tag $Name: geant4-09-04-beta-01 $ // // // ------------------------------------------------------------ // GEANT 4 class header file // // History: first implementation, based on object model of // Hisaya Kurashige, 17 Aug. 1999 // #ifndef G4PDGCodeChecker_h #define G4PDGCodeChecker_h 1 #include "globals.hh" #include "G4ios.hh" class G4PDGCodeChecker { public: G4PDGCodeChecker(); ~G4PDGCodeChecker(){}; public: // With Description G4int CheckPDGCode(G4int code, G4String type); G4int GetQuarkContent(G4int flavor) const ; G4int GetAntiQuarkContent(G4int flavor) const; G4bool IsAntiParticle() const; G4int GetQuarkFlavor(G4int idx) const; public: G4int GetSpin() const; G4int GetExotic() const; G4int GetRadial() const; G4int GetMultiplet() const; G4bool CheckCharge(G4double charge) const; G4int GetVerboseLevel() const; void SetVerboseLevel(G4int verbose); protected: enum {NumberOfQuarkFlavor = 8}; private: void GetDigits(G4int code); G4int CheckForQuarks(); G4int CheckForDiQuarks(); G4int CheckForMesons(); G4int CheckForBaryons(); G4int CheckForNuclei(); private: G4int verboseLevel; G4int code; G4String theParticleType; G4int thePDGiSpin; G4int higherSpin; G4int exotic; G4int radial; G4int multiplet; G4int quark1; G4int quark2; G4int quark3; G4int spin; G4int theQuarkContent[NumberOfQuarkFlavor]; G4int theAntiQuarkContent[NumberOfQuarkFlavor]; // the number of quark (minus Sign means anti-quark) contents // The value of flavor is assigned as follows // 0:d, 1:u, 2:s, 3:c, // 4:b, 5:t, 6:l(down type quark) 7:h(up type quark) }; inline G4int G4PDGCodeChecker::GetQuarkContent(G4int flavor) const { G4int value = 0; if ((flavor>=0)&&(flavor=0)&&(flavor