Summary of JEP (Jet) hits produced by the merger modules.
More...
#include <CMXJetHits.h>
|
| CMXJetHits ()=default |
| Constructors. More...
|
|
| CMXJetHits (int crate, int source) |
| constructs a CMXJetHits object, specifying crate, cmx, source. More...
|
|
| CMXJetHits (int crate, int source, const std::vector< unsigned int > &hits0, const std::vector< unsigned int > &hits1, const std::vector< int > &error0, const std::vector< int > &error1, int peak) |
| constructs a CMXJetHits object and fill all data members More...
|
|
void | setPeak (int peak) |
| For multi-slice readout, need to indicate position of triggered BC. More...
|
|
void | addHits (const std::vector< unsigned int > &hits0, const std::vector< unsigned int > &hits1, const std::vector< int > &error0, const std::vector< int > &error1) |
| Add data to existing object. More...
|
|
int | crate () const |
| Data accessors. More...
|
|
int | source () const |
| returns source of data More...
|
|
unsigned int | hits0 () const |
| For triggered time slice. More...
|
|
unsigned int | hits1 () const |
| returns hits1 for peak sample More...
|
|
int | error0 () const |
| returns error0 for peak sample More...
|
|
int | error1 () const |
| returns error1 for peak sample More...
|
|
const std::vector< unsigned int > & | hitsVec0 () const |
| For multi-slice readout. More...
|
|
const std::vector< unsigned int > & | hitsVec1 () const |
| returns hits1 More...
|
|
const std::vector< int > & | errorVec0 () const |
| returns error0 More...
|
|
const std::vector< int > & | errorVec1 () const |
| returns error1 More...
|
|
int | peak () const |
| returns peak slice number More...
|
|
Summary of JEP (Jet) hits produced by the merger modules.
Used in unpacking and analysis of JEP CMX readout data.
Definition at line 23 of file Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMXJetHits.h.
◆ Sources
◆ CMXJetHits() [1/3]
LVL1::CMXJetHits::CMXJetHits |
( |
| ) |
|
|
default |
◆ CMXJetHits() [2/3]
LVL1::CMXJetHits::CMXJetHits |
( |
int |
crate, |
|
|
int |
source |
|
) |
| |
◆ CMXJetHits() [3/3]
LVL1::CMXJetHits::CMXJetHits |
( |
int |
crate, |
|
|
int |
source, |
|
|
const std::vector< unsigned int > & |
hits0, |
|
|
const std::vector< unsigned int > & |
hits1, |
|
|
const std::vector< int > & |
error0, |
|
|
const std::vector< int > & |
error1, |
|
|
int |
peak |
|
) |
| |
◆ addHits()
void LVL1::CMXJetHits::addHits |
( |
const std::vector< unsigned int > & |
hits0, |
|
|
const std::vector< unsigned int > & |
hits1, |
|
|
const std::vector< int > & |
error0, |
|
|
const std::vector< int > & |
error1 |
|
) |
| |
|
inline |
◆ crate()
int LVL1::CMXJetHits::crate |
( |
| ) |
const |
|
inline |
◆ error0()
int LVL1::CMXJetHits::error0 |
( |
| ) |
const |
|
inline |
◆ error1()
int LVL1::CMXJetHits::error1 |
( |
| ) |
const |
|
inline |
◆ errorVec0()
const std::vector< int > & LVL1::CMXJetHits::errorVec0 |
( |
| ) |
const |
|
inline |
◆ errorVec1()
const std::vector< int > & LVL1::CMXJetHits::errorVec1 |
( |
| ) |
const |
|
inline |
◆ hits0()
unsigned int LVL1::CMXJetHits::hits0 |
( |
| ) |
const |
|
inline |
◆ hits1()
unsigned int LVL1::CMXJetHits::hits1 |
( |
| ) |
const |
|
inline |
◆ hitsVec0()
const std::vector< unsigned int > & LVL1::CMXJetHits::hitsVec0 |
( |
| ) |
const |
|
inline |
◆ hitsVec1()
const std::vector< unsigned int > & LVL1::CMXJetHits::hitsVec1 |
( |
| ) |
const |
|
inline |
◆ peak()
int LVL1::CMXJetHits::peak |
( |
| ) |
const |
|
inline |
◆ setPeak()
void LVL1::CMXJetHits::setPeak |
( |
int |
peak | ) |
|
|
inline |
◆ source()
int LVL1::CMXJetHits::source |
( |
| ) |
const |
|
inline |
◆ m_crate
int LVL1::CMXJetHits::m_crate {} |
|
private |
◆ m_error0
std::vector<int> LVL1::CMXJetHits::m_error0 {0} |
|
private |
◆ m_error1
std::vector<int> LVL1::CMXJetHits::m_error1 {0} |
|
private |
◆ m_hits0
std::vector<unsigned int> LVL1::CMXJetHits::m_hits0 {0} |
|
private |
◆ m_hits1
std::vector<unsigned int> LVL1::CMXJetHits::m_hits1 {0} |
|
private |
◆ m_peak
int LVL1::CMXJetHits::m_peak {} |
|
private |
◆ m_source
int LVL1::CMXJetHits::m_source {} |
|
private |
The documentation for this class was generated from the following files: