#include <HcalTestHitGenerator.h>
Definition at line 8 of file HcalTestHitGenerator.h.
Definition at line 6 of file HcalTestHitGenerator.cc.
T getParameter(std::string const &) const
std::vector< double > theEndcapSampling
std::vector< double > theBarrelSampling
virtual HcalTestHitGenerator::~HcalTestHitGenerator |
( |
| ) |
|
|
inlinevirtual |
void HcalTestHitGenerator::getNoiseHits |
( |
std::vector< PCaloHit > & |
noiseHits | ) |
|
|
virtual |
Implements CaloVNoiseHitGenerator.
Definition at line 13 of file HcalTestHitGenerator.cc.
References alignCSCRings::e, HcalBarrel, HcalEndcap, HcalForward, HcalOuter, i, DetId::rawId(), theBarrelSampling, and theEndcapSampling.
21 for(
int i = 1;
i <= 16; ++
i)
31 for(
int i = 17;
i <= 29; ++
i)
38 noiseHits.emplace_back(outerDetId.rawId(), 0.45, hoTof, 0., 0);
41 noiseHits.emplace_back(forwardDetId1.rawId(), 35., hfTof, 0., 0);
44 noiseHits.emplace_back(forwardDetId2.rawId(), 48., hfTof, 0., 0);
std::vector< double > theEndcapSampling
std::vector< double > theBarrelSampling
std::vector<double> HcalTestHitGenerator::theBarrelSampling |
|
private |
std::vector<double> HcalTestHitGenerator::theEndcapSampling |
|
private |