Main Page
Namespaces
Classes
Package Documentation
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 "
SimG4Core/Physics/interface/PhysicsList.h
"
7
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
8
9
class
GflashHistogram
;
10
11
class
GFlash
:
public
PhysicsList
12
{
13
public
:
14
GFlash
(
const
edm::ParameterSet
&
p
);
15
~GFlash
()
override
;
16
17
private
:
18
GflashHistogram
*
theHisto
;
19
edm::ParameterSet
thePar
;
20
21
};
22
23
#endif
24
PhysicsList.h
AlCaHLTBitMon_ParallelJobs.p
p
Definition:
AlCaHLTBitMon_ParallelJobs.py:152
GFlash::~GFlash
~GFlash() override
Definition:
GFlash.cc:76
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:19
GFlash::GFlash
GFlash(const edm::ParameterSet &p)
Definition:
GFlash.cc:19
edm::ParameterSet
Definition:
ParameterSet.h:36
GFlash::theHisto
GflashHistogram * theHisto
Definition:
GFlash.h:18
Generated for CMSSW Reference Manual by
1.8.11