#include <EnergyThreshold_jXE.h>
Definition at line 19 of file EnergyThreshold_jXE.h.
◆ EnergyThreshold_jXE()
GlobalSim::EnergyThreshold_jXE::EnergyThreshold_jXE |
( |
const std::string & |
name, |
|
|
unsigned int |
nbits, |
|
|
unsigned int |
threshold |
|
) |
| |
◆ ~EnergyThreshold_jXE()
virtual GlobalSim::EnergyThreshold_jXE::~EnergyThreshold_jXE |
( |
| ) |
|
|
virtualdefault |
◆ counts()
const std::vector< double > & GlobalSim::EnergyThreshold_jXE::counts |
( |
| ) |
const |
◆ input_ET()
const std::vector< double > & GlobalSim::EnergyThreshold_jXE::input_ET |
( |
| ) |
const |
◆ passing_ET()
const std::vector< double > & GlobalSim::EnergyThreshold_jXE::passing_ET |
( |
| ) |
const |
◆ run()
Definition at line 35 of file EnergyThreshold_jXE.cxx.
41 for(
const auto& jxe : jXEs) {
44 if(jxe->Et2() > threshsq) {
51 count.setSizeCount(countVal);
53 return StatusCode::SUCCESS;
◆ toString()
std::string GlobalSim::EnergyThreshold_jXE::toString |
( |
| ) |
const |
◆ m_100MeVthreshold
unsigned int GlobalSim::EnergyThreshold_jXE::m_100MeVthreshold {0u} |
|
private |
◆ m_counts
std::vector<double> GlobalSim::EnergyThreshold_jXE::m_counts {} |
|
private |
◆ m_inputET
std::vector<double> GlobalSim::EnergyThreshold_jXE::m_inputET {} |
|
private |
◆ m_name
std::string GlobalSim::EnergyThreshold_jXE::m_name {} |
|
private |
◆ m_nbits
unsigned int GlobalSim::EnergyThreshold_jXE::m_nbits {0u} |
|
private |
◆ m_passingET
std::vector<double> GlobalSim::EnergyThreshold_jXE::m_passingET {} |
|
private |
The documentation for this class was generated from the following files: