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
12
public
:
13
14
explicit
EmParticleList
();
15
16
~EmParticleList
();
17
18
const
std::vector<G4String>&
PartNames
()
const
;
19
20
private
:
21
std::vector<G4String>
pNames
;
22
23
};
24
25
#endif
26
EmParticleList::EmParticleList
EmParticleList()
Definition:
EmParticleList.cc:3
EmParticleList::PartNames
const std::vector< G4String > & PartNames() const
Definition:
EmParticleList.cc:22
EmParticleList::~EmParticleList
~EmParticleList()
Definition:
EmParticleList.cc:19
EmParticleList
Definition:
EmParticleList.h:10
EmParticleList::pNames
std::vector< G4String > pNames
Definition:
EmParticleList.h:21
Generated for CMSSW Reference Manual by
1.8.11