CMS 3D CMS Logo

EmParticleList.h
Go to the documentation of this file.
1 #ifndef SimG4Core_PhysicsList_EmParticleList_h
2 #define SimG4Core_PhysicsList_EmParticleList_h 1
3 
4 // V.Ivanchenko 6 March 2017
5 // List of Geant4 basic particle names used in SIM step
6 
7 #include "globals.hh"
8 #include <vector>
9 
11 
12 public:
13 
14  explicit EmParticleList();
15 
17 
18  const std::vector<G4String>& PartNames() const;
19 
20 private:
21  std::vector<G4String> pNames;
22 
23 };
24 
25 #endif
26 
const std::vector< G4String > & PartNames() const
std::vector< G4String > pNames