Geant4 VMC
Version 6.8
Toggle main menu visibility
Loading...
Searching...
No Matches
source
physics_list
include
TG4UserParticlesPhysics.h
Go to the documentation of this file.
1
#ifndef TG4_USER_PARTICLES_PHYSICS_H
2
#define TG4_USER_PARTICLES_PHYSICS_H
3
4
//------------------------------------------------
5
// The Geant4 Virtual Monte Carlo package
6
// Copyright (C) 2007 - 2014 Ivana Hrivnacova
7
// All rights reserved.
8
//
9
// For the licensing terms see geant4_vmc/LICENSE.
10
// Contact: root-vmc@cern.ch
11
//-------------------------------------------------
12
17
18
#include "
TG4VPhysicsConstructor.h
"
19
#include <globals.hh>
20
25
26
class
TG4UserParticlesPhysics
:
public
TG4VPhysicsConstructor
27
{
28
public
:
29
TG4UserParticlesPhysics
(
const
G4String& name =
"UserParticles"
);
30
TG4UserParticlesPhysics
(
31
G4int theVerboseLevel,
const
G4String& name =
"UserParticles"
);
32
virtual
~TG4UserParticlesPhysics
();
33
34
protected
:
35
// methods
36
virtual
void
ConstructParticle
();
37
virtual
void
ConstructProcess
();
38
39
private
:
41
TG4UserParticlesPhysics
(
const
TG4UserParticlesPhysics
& right);
43
TG4UserParticlesPhysics
&
operator=
(
const
TG4UserParticlesPhysics
& right);
44
};
45
46
#endif
// TG4_USER_PARTICLES_PHYSICS_H
TG4VPhysicsConstructor.h
Definition of the TG4VPhysicsConstructor class.
TG4UserParticlesPhysics::operator=
TG4UserParticlesPhysics & operator=(const TG4UserParticlesPhysics &right)
Not implemented.
TG4UserParticlesPhysics::TG4UserParticlesPhysics
TG4UserParticlesPhysics(const G4String &name="UserParticles")
Definition
TG4UserParticlesPhysics.cxx:48
TG4UserParticlesPhysics::ConstructProcess
virtual void ConstructProcess()
Construct physics processes.
Definition
TG4UserParticlesPhysics.cxx:83
TG4UserParticlesPhysics::~TG4UserParticlesPhysics
virtual ~TG4UserParticlesPhysics()
Definition
TG4UserParticlesPhysics.cxx:63
TG4UserParticlesPhysics::TG4UserParticlesPhysics
TG4UserParticlesPhysics(const TG4UserParticlesPhysics &right)
Not implemented.
TG4UserParticlesPhysics::ConstructParticle
virtual void ConstructParticle()
Construct particles.
Definition
TG4UserParticlesPhysics.cxx:73
TG4VPhysicsConstructor::TG4VPhysicsConstructor
TG4VPhysicsConstructor(const G4String &name)
Definition
TG4VPhysicsConstructor.cxx:22
Generated on
for Geant4 VMC by
1.17.0