Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
SimCalorimetry
HcalSimProducers
src
HcalTestHitGenerator.h
Go to the documentation of this file.
1
#ifndef HcalTestHitGenerator_h
2
#define HcalTestHitGenerator_h
3
4
#include "
SimCalorimetry/CaloSimAlgos/interface/CaloVNoiseHitGenerator.h
"
5
#include <vector>
6
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
7
8
class
HcalTestHitGenerator
:
public
CaloVNoiseHitGenerator
9
{
10
public
:
11
explicit
HcalTestHitGenerator
(
const
edm::ParameterSet
& ps);
12
virtual
~HcalTestHitGenerator
() {}
13
virtual
void
getNoiseHits
(std::vector<PCaloHit> & noiseHits);
14
private
:
15
std::vector<double>
theBarrelSampling
;
16
std::vector<double>
theEndcapSampling
;
17
};
18
19
#endif
20
CaloVNoiseHitGenerator
Definition:
CaloVNoiseHitGenerator.h:7
HcalTestHitGenerator::theEndcapSampling
std::vector< double > theEndcapSampling
Definition:
HcalTestHitGenerator.h:16
ParameterSet.h
CaloVNoiseHitGenerator.h
HcalTestHitGenerator::theBarrelSampling
std::vector< double > theBarrelSampling
Definition:
HcalTestHitGenerator.h:15
HcalTestHitGenerator::HcalTestHitGenerator
HcalTestHitGenerator(const edm::ParameterSet &ps)
Definition:
HcalTestHitGenerator.cc:6
HcalTestHitGenerator
Definition:
HcalTestHitGenerator.h:8
HcalTestHitGenerator::getNoiseHits
virtual void getNoiseHits(std::vector< PCaloHit > &noiseHits)
Definition:
HcalTestHitGenerator.cc:13
edm::ParameterSet
Definition:
ParameterSet.h:35
HcalTestHitGenerator::~HcalTestHitGenerator
virtual ~HcalTestHitGenerator()
Definition:
HcalTestHitGenerator.h:12
Generated for CMSSW Reference Manual by
1.8.5