src
SimG4Core
GFlash
interface
GFlash.h
Go to the documentation of this file.
1
#ifndef SimG4Core_GFlash_GFlash_H
2
#define SimG4Core_GFlash_GFlash_H
3
// Joanna Weng 08.2005
4
// modifed by Soon Yung Jun, Dongwook Jang
5
6
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
7
#include "
SimG4Core/Physics/interface/PhysicsList.h
"
8
9
class
GflashHistogram
;
10
11
class
GFlash
:
public
PhysicsList
{
12
public
:
13
GFlash
(
const
edm::ParameterSet
&
p
);
14
~GFlash
()
override
;
15
16
private
:
17
GflashHistogram
*
theHisto
;
18
edm::ParameterSet
thePar
;
19
};
20
21
#endif
PhysicsList.h
GFlash::~GFlash
~GFlash() override
Definition:
GFlash.cc:67
GFlash
Definition:
GFlash.h:11
PhysicsList
Definition:
PhysicsList.h:7
ParameterSet.h
GflashHistogram
Definition:
GflashHistogram.h:16
GFlash::thePar
edm::ParameterSet thePar
Definition:
GFlash.h:18
GFlash::GFlash
GFlash(const edm::ParameterSet &p)
Definition:
GFlash.cc:18
edm::ParameterSet
Definition:
ParameterSet.h:48
GFlash::theHisto
GflashHistogram * theHisto
Definition:
GFlash.h:17
AlCaHLTBitMon_ParallelJobs.p
def p
Definition:
AlCaHLTBitMon_ParallelJobs.py:153
Generated for CMSSW Reference Manual by
1.8.14