SimG4Core
PhysicsLists
interface
CMSEmNoDeltaRay.h
Go to the documentation of this file.
1
#ifndef SimG4Core_PhysicsLists_CMSEmNoDeltaRay_h
2
#define SimG4Core_PhysicsLists_CMSEmNoDeltaRay_h
3
4
#include "G4VPhysicsConstructor.hh"
5
#include "globals.hh"
6
#include <string>
7
8
class
CMSEmNoDeltaRay
:
public
G4VPhysicsConstructor {
9
public
:
10
CMSEmNoDeltaRay
(
const
G4String&
name
, G4int ver,
const
std::string
& reg);
11
~CMSEmNoDeltaRay
()
override
;
12
13
void
ConstructParticle
()
override
;
14
void
ConstructProcess
()
override
;
15
16
private
:
17
std::string
region
;
18
};
19
20
#endif
CMSEmNoDeltaRay
Definition:
CMSEmNoDeltaRay.h:8
CMSEmNoDeltaRay::~CMSEmNoDeltaRay
~CMSEmNoDeltaRay() override
Definition:
CMSEmNoDeltaRay.cc:62
CMSEmNoDeltaRay::region
std::string region
Definition:
CMSEmNoDeltaRay.h:17
CMSEmNoDeltaRay::ConstructParticle
void ConstructParticle() override
Definition:
CMSEmNoDeltaRay.cc:64
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
Skims_PA_cff.name
name
Definition:
Skims_PA_cff.py:17
CMSEmNoDeltaRay::ConstructProcess
void ConstructProcess() override
Definition:
CMSEmNoDeltaRay.cc:69
CMSEmNoDeltaRay::CMSEmNoDeltaRay
CMSEmNoDeltaRay(const G4String &name, G4int ver, const std::string ®)
Definition:
CMSEmNoDeltaRay.cc:51
Generated for CMSSW Reference Manual by
1.8.16