CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/SimG4Core/CustomPhysics/src/CustomParticle.cc

Go to the documentation of this file.
00001 #include "SimG4Core/CustomPhysics/interface/CustomParticle.h"
00002 
00003 // ######################################################################
00004 // ###                           CustomParticle                          ###
00005 // ######################################################################
00006 
00007 CustomParticle::CustomParticle(
00008        const G4String&     aName,        G4double            mass,
00009        G4double            width,        G4double            charge,   
00010        G4int               iSpin,        G4int               iParity,    
00011        G4int               iConjugation, G4int               iIsospin,   
00012        G4int               iIsospin3,    G4int               gParity,
00013        const G4String&     pType,        G4int               lepton,      
00014        G4int               baryon,       G4int               encoding,
00015        G4bool              stable,       G4double            lifetime,
00016        G4DecayTable        *decaytable )
00017  : G4ParticleDefinition( aName,mass,width,charge,iSpin,iParity,
00018               iConjugation,iIsospin,iIsospin3,gParity,pType,
00019               lepton,baryon,encoding,stable,lifetime,decaytable )
00020 {}