ATLAS Offline Software
RHadrons/src/CustomParticle.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 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 )
24  , m_cloud(0)
25  , m_spec(0)
26 {}
CustomParticle::CustomParticle
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)
Definition: ExtraParticles/src/CustomParticle.cxx:13
dqt_zlumi_pandas.mass
mass
Definition: dqt_zlumi_pandas.py:170
generateReferenceFile.encoding
encoding
Definition: generateReferenceFile.py:15
MCTruthPartClassifier::stable
@ stable
Definition: TruthClassifiers.h:148
charge
double charge(const T &p)
Definition: AtlasPID.h:494
CustomParticle.h
Base_Fragment.width
width
Definition: Sherpa_i/share/common/Base_Fragment.py:59