Class to represent an outer tracker DTC board.
- Author
- Thomas Schuh
- Date
- 2020, Jan
Definition at line 19 of file DTC.h.
Definition at line 87 of file DTC.cc.
References tt::Setup::dtcDepthMemory(), enableTruncation_, input, PixelMapPlotter::inputs, createfilelist::int, remoteMonitoring_LASER_era2018_cfg::limit, GetRecoTauVFromDQM_MC_cff::next, tt::Setup::numFramesIO(), or, convertSQLitetoXML_cfg::output, pop_front(), setup_, and svgfig::stack.
Referenced by produce(), and split().
91 while (!all_of(
inputs.begin(),
inputs.end(), [](
const Stubs& channel) {
return channel.empty(); })
or 92 !all_of(stacks.begin(), stacks.end(), [](
const Stubs& channel) {
return channel.empty(); })) {
94 for (
int iInput = 0; iInput < (
int)
inputs.size(); iInput++) {
104 stack.push_back(stub);
108 bool nothingToRoute(
true);
109 for (
int iInput =
inputs.size() - 1; iInput >= 0; iInput--) {
113 nothingToRoute =
false;
120 output.push_back(
nullptr);
125 copy_if(
limit,
output.end(), back_inserter(lost), [](Stub* stub) {
return stub; });
int dtcDepthMemory() const
std::vector< Stubs > Stubss
Stub * pop_front(Stubs &stubs)
static std::string const input
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e< void, edm::EventID const &, edm::Timestamp const & > We also list in braces which AR_WATCH_USING_METHOD_ is used for those or
std::deque< Stub * > Stubs