#include <L1GctProcessor.h>
Public Member Functions | |
Pipeline () | |
Pipeline (const unsigned size) | |
void | reset (const unsigned nBx) |
void | resize (const unsigned size) |
void | store (const T &thisBx, const int bxNum) |
void | store (const std::vector< T > &thisBx, const int bxNum) |
Public Attributes | |
std::vector< T > | contents |
unsigned | entriesPerBx |
Definition at line 87 of file L1GctProcessor.h.
|
inline |
Definition at line 92 of file L1GctProcessor.h.
|
inline |
Definition at line 93 of file L1GctProcessor.h.
|
inline |
Definition at line 99 of file L1GctProcessor.h.
References L1GctProcessor::Pipeline< T >::contents, and L1GctProcessor::Pipeline< T >::entriesPerBx.
Referenced by L1GctJetFinalStage::resetPipelines().
|
inline |
Definition at line 95 of file L1GctProcessor.h.
References L1GctProcessor::Pipeline< T >::entriesPerBx, and findQualityFiles::size.
Referenced by Vispa.Gui.TextDialog.TextDialog::__init__(), Vispa.Plugins.ConfigEditor.ToolDialog.ToolDialog::__init__(), Vispa.Main.MainWindow.MainWindow::_loadIni(), and Vispa.Gui.PortConnection.PointToPointConnection::updateConnection().
|
inline |
Definition at line 104 of file L1GctProcessor.h.
References L1GctProcessor::Pipeline< T >::contents.
Referenced by L1GctJetFinalStage::process().
|
inline |
Definition at line 108 of file L1GctProcessor.h.
References L1GctProcessor::Pipeline< T >::contents, L1GctProcessor::Pipeline< T >::entriesPerBx, and i.
std::vector<T> L1GctProcessor::Pipeline< T >::contents |
Definition at line 89 of file L1GctProcessor.h.
Referenced by BeautifulSoup.PageElement::_invert(), L1GctJetFinalStage::getCentralJets(), L1GctJetFinalStage::getForwardJets(), L1GctJetFinalStage::getTauJets(), operator<<(), L1GctProcessor::Pipeline< T >::reset(), dqm_interfaces.DirFetcher::run(), and L1GctProcessor::Pipeline< T >::store().
unsigned L1GctProcessor::Pipeline< T >::entriesPerBx |
Definition at line 90 of file L1GctProcessor.h.
Referenced by L1GctProcessor::Pipeline< T >::reset(), L1GctProcessor::Pipeline< T >::resize(), and L1GctProcessor::Pipeline< T >::store().