#include <L1DataEmulRecord.h>
|
bool | empty () const |
|
bool | get_isComp (int i) const |
|
bool | get_status () const |
|
bool | get_status (int s) const |
|
void | get_status (bool result[]) const |
|
L1DEDigiCollection | getColl () const |
|
GltDEDigi | getGlt () const |
|
int | getNCand (int i, int j) const |
|
| L1DataEmulRecord () |
|
| L1DataEmulRecord (bool evt_match, bool sys_comp[DEnsys], bool sys_match[DEnsys], int nCand[DEnsys][2], const L1DEDigiCollection &, const GltDEDigi &) |
|
| L1DataEmulRecord (bool evt_match, std::array< bool, DEnsys > const &sys_comp, std::array< bool, DEnsys > const &sys_match, std::array< std::array< int, 2 >, DEnsys > const &nCand, const L1DEDigiCollection &, const GltDEDigi &) |
|
void | set_status (const bool result) |
|
void | set_status (const bool result[]) |
|
void | setColl (const L1DEDigiCollection &col) |
|
void | setGlt (const GltDEDigi &glt) |
|
| ~L1DataEmulRecord () |
|
Definition at line 16 of file L1DataEmulRecord.h.
◆ L1DEDigiCollection
◆ L1DataEmulRecord() [1/3]
L1DataEmulRecord::L1DataEmulRecord |
( |
| ) |
|
◆ L1DataEmulRecord() [2/3]
L1DataEmulRecord::L1DataEmulRecord |
( |
bool |
evt_match, |
|
|
bool |
sys_comp[DEnsys], |
|
|
bool |
sys_match[DEnsys], |
|
|
int |
nCand[DEnsys][2], |
|
|
const L1DEDigiCollection & |
, |
|
|
const GltDEDigi & |
|
|
) |
| |
◆ L1DataEmulRecord() [3/3]
L1DataEmulRecord::L1DataEmulRecord |
( |
bool |
evt_match, |
|
|
std::array< bool, DEnsys > const & |
sys_comp, |
|
|
std::array< bool, DEnsys > const & |
sys_match, |
|
|
std::array< std::array< int, 2 >, DEnsys > const & |
nCand, |
|
|
const L1DEDigiCollection & |
coll, |
|
|
const GltDEDigi & |
glt |
|
) |
| |
◆ ~L1DataEmulRecord()
L1DataEmulRecord::~L1DataEmulRecord |
( |
| ) |
|
◆ empty()
bool L1DataEmulRecord::empty |
( |
| ) |
const |
|
inline |
◆ get_isComp()
bool L1DataEmulRecord::get_isComp |
( |
int |
i | ) |
const |
|
inline |
◆ get_status() [1/3]
bool L1DataEmulRecord::get_status |
( |
| ) |
const |
|
inline |
◆ get_status() [2/3]
bool L1DataEmulRecord::get_status |
( |
int |
s | ) |
const |
|
inline |
◆ get_status() [3/3]
void L1DataEmulRecord::get_status |
( |
bool |
result[] | ) |
const |
◆ getColl()
◆ getGlt()
◆ getNCand()
int L1DataEmulRecord::getNCand |
( |
int |
i, |
|
|
int |
j |
|
) |
| const |
|
inline |
◆ set_status() [1/2]
void L1DataEmulRecord::set_status |
( |
const bool |
result | ) |
|
◆ set_status() [2/2]
void L1DataEmulRecord::set_status |
( |
const bool |
result[] | ) |
|
◆ setColl()
◆ setGlt()
void L1DataEmulRecord::setGlt |
( |
const GltDEDigi & |
glt | ) |
|
|
inline |
◆ deAgree
bool L1DataEmulRecord::deAgree |
|
private |
◆ deColl
◆ deGlt
◆ deMatch
bool L1DataEmulRecord::deMatch[DEnsys] |
|
private |
◆ deNCand
int L1DataEmulRecord::deNCand[DEnsys][2] |
|
private |
◆ DEnsys
const int L1DataEmulRecord::DEnsys = 12 |
|
static |
◆ deSysCompared
bool L1DataEmulRecord::deSysCompared[DEnsys] |
|
private |