160 lines
5.8 KiB
C++
160 lines
5.8 KiB
C++
//
|
|
// ********************************************************************
|
|
// * 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. *
|
|
// ********************************************************************
|
|
//
|
|
#ifndef G4SPBaryon_h
|
|
#define G4SPBaryon_h
|
|
|
|
#include "globals.hh"
|
|
|
|
#include "G4Proton.hh"
|
|
#include "G4Neutron.hh"
|
|
#include "G4SigmaPlus.hh"
|
|
#include "G4SigmaZero.hh"
|
|
#include "G4SigmaMinus.hh"
|
|
#include "G4XiMinus.hh"
|
|
#include "G4XiZero.hh"
|
|
#include "G4Lambda.hh"
|
|
#include "G4OmegaMinus.hh"
|
|
|
|
#include "G4AntiProton.hh"
|
|
#include "G4AntiNeutron.hh"
|
|
#include "G4AntiSigmaPlus.hh"
|
|
#include "G4AntiSigmaZero.hh"
|
|
#include "G4AntiSigmaMinus.hh"
|
|
#include "G4AntiXiMinus.hh"
|
|
#include "G4AntiXiZero.hh"
|
|
#include "G4AntiLambda.hh"
|
|
#include "G4AntiOmegaMinus.hh"
|
|
|
|
#include "G4LambdacPlus.hh"
|
|
#include "G4AntiLambdacPlus.hh"
|
|
#include "G4SigmacPlusPlus.hh"
|
|
#include "G4AntiSigmacPlusPlus.hh"
|
|
#include "G4SigmacPlus.hh"
|
|
#include "G4AntiSigmacPlus.hh"
|
|
#include "G4SigmacZero.hh"
|
|
#include "G4AntiSigmacZero.hh"
|
|
#include "G4XicPlus.hh"
|
|
#include "G4AntiXicPlus.hh"
|
|
#include "G4XicZero.hh"
|
|
#include "G4AntiXicZero.hh"
|
|
#include "G4OmegacZero.hh"
|
|
#include "G4AntiOmegacZero.hh"
|
|
#include "G4Lambdab.hh"
|
|
#include "G4AntiLambdab.hh"
|
|
#include "G4SigmabPlus.hh"
|
|
#include "G4AntiSigmabPlus.hh"
|
|
#include "G4SigmabZero.hh"
|
|
#include "G4AntiSigmabZero.hh"
|
|
#include "G4SigmabMinus.hh"
|
|
#include "G4AntiSigmabMinus.hh"
|
|
#include "G4XibZero.hh"
|
|
#include "G4AntiXibZero.hh"
|
|
#include "G4XibMinus.hh"
|
|
#include "G4AntiXibMinus.hh"
|
|
#include "G4OmegabMinus.hh"
|
|
#include "G4AntiOmegabMinus.hh"
|
|
|
|
#include "G4ParticleDefinition.hh"
|
|
#include "G4SPPartonInfo.hh"
|
|
#include <vector>
|
|
#include "globals.hh"
|
|
|
|
class G4SPBaryon
|
|
{
|
|
public:
|
|
G4SPBaryon(G4Proton * aProton);
|
|
G4SPBaryon(G4Neutron * aNeutron);
|
|
G4SPBaryon(G4Lambda * aLambda);
|
|
G4SPBaryon(G4SigmaPlus * aSigmaPlus);
|
|
G4SPBaryon(G4SigmaZero * aSigmaZero);
|
|
G4SPBaryon(G4SigmaMinus * aSigmaMinus);
|
|
G4SPBaryon(G4XiMinus * aXiMinus);
|
|
G4SPBaryon(G4XiZero * aXiZero);
|
|
G4SPBaryon(G4OmegaMinus * anOmegaMinus);
|
|
|
|
G4SPBaryon(G4AntiProton * aAntiProton);
|
|
G4SPBaryon(G4AntiNeutron * aAntiNeutron);
|
|
G4SPBaryon(G4AntiLambda * aAntiLambda);
|
|
G4SPBaryon(G4AntiSigmaPlus * aAntiSigmaPlus);
|
|
G4SPBaryon(G4AntiSigmaZero * aAntiSigmaZero);
|
|
G4SPBaryon(G4AntiSigmaMinus * aAntiSigmaMinus);
|
|
G4SPBaryon(G4AntiXiMinus * aAntiXiMinus);
|
|
G4SPBaryon(G4AntiXiZero * aAntiXiZero);
|
|
G4SPBaryon(G4AntiOmegaMinus * anAntiOmegaMinus);
|
|
|
|
G4SPBaryon(G4ParticleDefinition * aDefinition);
|
|
|
|
~G4SPBaryon();
|
|
|
|
// Extension to charmed and bottom baryons and anti-baryons
|
|
G4SPBaryon(G4LambdacPlus * aLambdacPlus);
|
|
G4SPBaryon(G4AntiLambdacPlus * aAntiLambdacPlus);
|
|
G4SPBaryon(G4SigmacPlusPlus * aSigmacPlusPlus);
|
|
G4SPBaryon(G4AntiSigmacPlusPlus * aAntiSigmacPlusPlus);
|
|
G4SPBaryon(G4SigmacPlus * aSigmacPlus);
|
|
G4SPBaryon(G4AntiSigmacPlus * aAntiSigmacPlus);
|
|
G4SPBaryon(G4SigmacZero * aSigmacZero);
|
|
G4SPBaryon(G4AntiSigmacZero * aAntiSigmacZero);
|
|
G4SPBaryon(G4XicPlus * aXicPlus);
|
|
G4SPBaryon(G4AntiXicPlus * aAntiXicPlus);
|
|
G4SPBaryon(G4XicZero * aXicZero);
|
|
G4SPBaryon(G4AntiXicZero * aAntiXicZero);
|
|
G4SPBaryon(G4OmegacZero * aOmegacZero);
|
|
G4SPBaryon(G4AntiOmegacZero * aAntiOmegacZero);
|
|
G4SPBaryon(G4Lambdab * aLambdab);
|
|
G4SPBaryon(G4AntiLambdab * aAntiLambdab);
|
|
G4SPBaryon(G4SigmabPlus * aSigmabPlus);
|
|
G4SPBaryon(G4AntiSigmabPlus * aAntiSigmabPlus);
|
|
G4SPBaryon(G4SigmabZero * aSigmabZero);
|
|
G4SPBaryon(G4AntiSigmabZero * aAntiSigmabZero);
|
|
G4SPBaryon(G4SigmabMinus * aSigmabMinus);
|
|
G4SPBaryon(G4AntiSigmabMinus * aAntiSigmabMinus);
|
|
G4SPBaryon(G4XibZero * aXibZero);
|
|
G4SPBaryon(G4AntiXibZero * aAntiXibZero);
|
|
G4SPBaryon(G4XibMinus * aXibMinus);
|
|
G4SPBaryon(G4AntiXibMinus * aAntiXibMinus);
|
|
G4SPBaryon(G4OmegabMinus * aOmegabMinus);
|
|
G4SPBaryon(G4AntiOmegabMinus * aAntiOmegabMinus);
|
|
|
|
private:
|
|
G4bool operator == ( const G4SPBaryon & aBaryon) const;
|
|
|
|
public:
|
|
G4ParticleDefinition * GetDefinition() {return theDefinition;}
|
|
void SampleQuarkAndDiquark(G4int & quark, G4int & diQuark) const;
|
|
void FindDiquark(G4int quark, G4int & diQuark) const;
|
|
G4int FindQuark(G4int diQuark) const;
|
|
G4double GetProbability(G4int diQuark) const;
|
|
G4int MatchDiQuarkAndGetQuark(const G4SPBaryon & aBaryon, G4int & aDiQuark) const;
|
|
|
|
private:
|
|
G4ParticleDefinition * theDefinition;
|
|
std::vector<G4SPPartonInfo *> thePartonInfo;
|
|
};
|
|
|
|
#endif
|
|
|