#include <AXOL1TLScore.h>
Public Member Functions | |
AXOL1TLScore () | |
constructors More... | |
AXOL1TLScore (int bxInEvent) | |
AXOL1TLScore (int bxInEvent, float score) | |
float const & | getAXOScore () const |
const int | getbxInEventNr () const |
void | reset () |
void | setAXOScore (float score) |
set/get axo score and other simple members More... | |
void | setbxInEventNr (int bxNr) |
virtual | ~AXOL1TLScore () |
destructor More... | |
Private Attributes | |
float | axoscore_ |
int | m_bxInEvent |
bunch cross in the GT event record (E,F,0,1,2) More... | |
Description: L1 micro Global Trigger - Extra NN score emulation information for AXOL1TL.
Definition at line 39 of file AXOL1TLScore.h.
AXOL1TLScore::AXOL1TLScore | ( | ) |
AXOL1TLScore::AXOL1TLScore | ( | int | bxInEvent | ) |
Definition at line 21 of file AXOL1TLScore.cc.
References axoscore_.
AXOL1TLScore::AXOL1TLScore | ( | int | bxInEvent, |
float | score | ||
) |
Definition at line 23 of file AXOL1TLScore.cc.
|
virtual |
|
inline |
|
inline |
Definition at line 56 of file AXOL1TLScore.h.
References m_bxInEvent.
void AXOL1TLScore::reset | ( | void | ) |
Definition at line 14 of file AXOL1TLScore.cc.
References axoscore_, and m_bxInEvent.
Referenced by AXOL1TLScore(), and l1t::GlobalBoard::GlobalBoard().
|
inline |
set/get axo score and other simple members
Definition at line 52 of file AXOL1TLScore.h.
References axoscore_, and offlineSlimmedPrimaryVertices_cfi::score.
|
inline |
Definition at line 53 of file AXOL1TLScore.h.
References m_bxInEvent.
|
private |
Definition at line 65 of file AXOL1TLScore.h.
Referenced by AXOL1TLScore(), getAXOScore(), reset(), and setAXOScore().
|
private |
bunch cross in the GT event record (E,F,0,1,2)
Definition at line 62 of file AXOL1TLScore.h.
Referenced by getbxInEventNr(), reset(), and setbxInEventNr().