#include <DeltaRSqrIncl2.h>
|
| DeltaRSqrIncl2 (const std::string &name, unsigned int MaxTOB1, unsigned int MaxTOB2, const std::vector< unsigned int > &MinET1, const std::vector< unsigned int > &MinET2, const std::vector< unsigned int > &DeltaRMin, const std::vector< unsigned int > &DeltaRMax, unsigned int NumResultBits) |
|
virtual | ~DeltaRSqrIncl2 ()=default |
|
StatusCode | run (const GenericTOBArray &in0, const GenericTOBArray &in1, std::vector< GenericTOBArray > &output, Decision &) |
|
unsigned int | numResultBits () const |
|
const std::vector< double > & | deltaRSqPassByBit (std::size_t bit) const |
|
const std::vector< double > & | deltaRSqFailByBit (std::size_t bit) const |
|
std::string | toString () const |
|
◆ DeltaRSqrIncl2()
GlobalSim::DeltaRSqrIncl2::DeltaRSqrIncl2 |
( |
const std::string & |
name, |
|
|
unsigned int |
MaxTOB1, |
|
|
unsigned int |
MaxTOB2, |
|
|
const std::vector< unsigned int > & |
MinET1, |
|
|
const std::vector< unsigned int > & |
MinET2, |
|
|
const std::vector< unsigned int > & |
DeltaRMin, |
|
|
const std::vector< unsigned int > & |
DeltaRMax, |
|
|
unsigned int |
NumResultBits |
|
) |
| |
◆ ~DeltaRSqrIncl2()
virtual GlobalSim::DeltaRSqrIncl2::~DeltaRSqrIncl2 |
( |
| ) |
|
|
virtualdefault |
◆ deltaRSqFailByBit()
const std::vector< double > & GlobalSim::DeltaRSqrIncl2::deltaRSqFailByBit |
( |
std::size_t |
bit | ) |
const |
◆ deltaRSqPassByBit()
const std::vector< double > & GlobalSim::DeltaRSqrIncl2::deltaRSqPassByBit |
( |
std::size_t |
bit | ) |
const |
◆ numResultBits()
unsigned int GlobalSim::DeltaRSqrIncl2::numResultBits |
( |
| ) |
const |
◆ run()
Definition at line 56 of file Global/GlobalSimulation/src/L1TopoAlgs/DeltaRSqrIncl2.cxx.
60 ss <<
"SimpleCone bit " <<
i;
61 output.push_back(GenericTOBArray(
ss.str()));
68 i_tob1 != tobArray1.end();
72 const auto& tob1 = *i_tob1;
75 i_tob2 != tobArray2.end();
80 const auto& tob2 = *i_tob2;
92 decision.setBit(
i,
true);
105 return StatusCode::SUCCESS;
112 const std::vector<double>&
◆ toString()
std::string GlobalSim::DeltaRSqrIncl2::toString |
( |
| ) |
const |
◆ m_DeltaRMax
std::vector<unsigned int> GlobalSim::DeltaRSqrIncl2::m_DeltaRMax {} |
|
private |
◆ m_DeltaRMin
std::vector<unsigned int> GlobalSim::DeltaRSqrIncl2::m_DeltaRMin {} |
|
private |
◆ m_DeltaRSqFail
std::vector<std::vector<double> > GlobalSim::DeltaRSqrIncl2::m_DeltaRSqFail |
|
private |
◆ m_DeltaRSqPass
std::vector<std::vector<double> > GlobalSim::DeltaRSqrIncl2::m_DeltaRSqPass |
|
private |
◆ m_MaxTOB1
unsigned int GlobalSim::DeltaRSqrIncl2::m_MaxTOB1 {0u} |
|
private |
◆ m_MaxTOB2
unsigned int GlobalSim::DeltaRSqrIncl2::m_MaxTOB2 {0u} |
|
private |
◆ m_MinET1
std::vector<unsigned int> GlobalSim::DeltaRSqrIncl2::m_MinET1 {} |
|
private |
◆ m_MinET2
std::vector<unsigned int> GlobalSim::DeltaRSqrIncl2::m_MinET2 {} |
|
private |
◆ m_name
std::string GlobalSim::DeltaRSqrIncl2::m_name {"DeltaRSqrIncl2_object"} |
|
private |
◆ m_NumResultBits
unsigned int GlobalSim::DeltaRSqrIncl2::m_NumResultBits {0} |
|
private |
The documentation for this class was generated from the following files: