Main Page
Namespaces
Classes
Package Documentation
SimG4Core
PhysicsLists
interface
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
10
class
EmParticleList
{
11
public
:
12
explicit
EmParticleList
();
13
14
~EmParticleList
();
15
16
const
std::vector<G4String>&
PartNames
()
const
;
17
18
private
:
19
std::vector<G4String>
pNames
;
20
};
21
22
#endif
EmParticleList::EmParticleList
EmParticleList()
Definition:
EmParticleList.cc:3
EmParticleList::PartNames
const std::vector< G4String > & PartNames() const
Definition:
EmParticleList.cc:52
EmParticleList::~EmParticleList
~EmParticleList()
Definition:
EmParticleList.cc:50
EmParticleList
Definition:
EmParticleList.h:10
EmParticleList::pNames
std::vector< G4String > pNames
Definition:
EmParticleList.h:19
Generated for CMSSW Reference Manual by
1.8.11