Definition at line 20 of file HiSuperClusterProducer.cc.
◆ HiSuperClusterProducer()
Definition at line 65 of file HiSuperClusterProducer.cc.
References edm::ParameterSet::getParameter(), and AlCaHLTBitMon_QueryRunRegistry::string.
90 if (verbosityString ==
"DEBUG")
92 else if (verbosityString ==
"WARNING")
94 else if (verbosityString ==
"INFO")
99 if (verbosityString ==
"INFO") {
std::unique_ptr< HiBremRecoveryClusterAlgo > bremAlgo_p
T getParameter(std::string const &) const
const edm::EDPutTokenT< reco::SuperClusterCollection > endcapSuperclusterPut_
const edm::EDGetTokenT< reco::BasicClusterCollection > ebClustersToken_
const float barrelBCEnergyThreshold_
const float endcapPhiSearchRoad_
const float seedTransverseEnergyThreshold_
const float barrelEtaSearchRoad_
const float barrelPhiSearchRoad_
const edm::EDGetTokenT< reco::BasicClusterCollection > eeClustersToken_
const edm::EDPutTokenT< reco::SuperClusterCollection > barrelSuperclusterPut_
const float endcapEtaSearchRoad_
const float endcapBCEnergyThreshold_
◆ endJob()
void HiSuperClusterProducer::endJob |
( |
void |
| ) |
|
|
virtual |
Definition at line 114 of file HiSuperClusterProducer.cc.
References noSuperClusters, str, and totalE.
115 double averEnergy = 0.;
116 std::ostringstream
str;
117 str <<
"HiSuperClusterProducer::endJob()\n" 118 <<
" total # reconstructed super clusters: " <<
noSuperClusters <<
"\n" 119 <<
" total energy of all clusters: " <<
totalE <<
"\n";
122 str <<
" average SuperCluster energy = " << averEnergy <<
"\n";
Log< level::Info, false > LogInfo
◆ getClusterPtrVector()
◆ outputValidationInfo()
◆ produce()
◆ produceSuperclustersForECALPart()
◆ barrelBCEnergyThreshold_
const float HiSuperClusterProducer::barrelBCEnergyThreshold_ |
|
private |
◆ barrelEtaSearchRoad_
const float HiSuperClusterProducer::barrelEtaSearchRoad_ |
|
private |
◆ barrelPhiSearchRoad_
const float HiSuperClusterProducer::barrelPhiSearchRoad_ |
|
private |
◆ barrelSuperclusterPut_
◆ bremAlgo_p
◆ doBarrel_
const bool HiSuperClusterProducer::doBarrel_ |
|
private |
◆ doEndcaps_
const bool HiSuperClusterProducer::doEndcaps_ |
|
private |
◆ ebClustersToken_
◆ eeClustersToken_
◆ endcapBCEnergyThreshold_
const float HiSuperClusterProducer::endcapBCEnergyThreshold_ |
|
private |
◆ endcapEtaSearchRoad_
const float HiSuperClusterProducer::endcapEtaSearchRoad_ |
|
private |
◆ endcapPhiSearchRoad_
const float HiSuperClusterProducer::endcapPhiSearchRoad_ |
|
private |
◆ endcapSuperclusterPut_
◆ noSuperClusters
int HiSuperClusterProducer::noSuperClusters = 0 |
|
private |
◆ seedTransverseEnergyThreshold_
const float HiSuperClusterProducer::seedTransverseEnergyThreshold_ |
|
private |
◆ totalE
double HiSuperClusterProducer::totalE = 0.0 |
|
private |