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 public:
12  explicit EmParticleList();
13 
15 
16  const std::vector<G4String>& PartNames() const;
17 
18 private:
19  std::vector<G4String> pNames;
20 };
21 
22 #endif
const std::vector< G4String > & PartNames() const
std::vector< G4String > pNames