ATLAS Offline Software
Loading...
Searching...
No Matches
RHadrons/src/CustomParticle.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#include "CustomParticle.h"
6
7// ######################################################################
8// ### CustomParticle ###
9// ######################################################################
10
12 const G4String& aName, G4double mass,
13 G4double width, G4double charge,
14 G4int iSpin, G4int iParity,
15 G4int iConjugation, G4int iIsospin,
16 G4int iIsospin3, G4int gParity,
17 const G4String& pType, G4int lepton,
18 G4int baryon, G4int encoding,
19 G4bool stable, G4double lifetime,
20 G4DecayTable *decaytable )
21 : G4ParticleDefinition( aName,mass,width,charge,iSpin,iParity,
22 iConjugation,iIsospin,iIsospin3,gParity,pType,
23 lepton,baryon,encoding,stable,lifetime,decaytable ) {}
double charge(const T &p)
Definition AtlasPID.h:997
const double width
CustomParticle(const G4String &aName, G4double mass, G4double width, G4double charge, G4int iSpin, G4int iParity, G4int iConjugation, G4int iIsospin, G4int iIsospin3, G4int gParity, const G4String &pType, G4int lepton, G4int baryon, G4int encoding, G4bool stable, G4double lifetime, G4DecayTable *decaytable)