#include <iostream>
#include <fstream>
#include <sstream>
#include <cinttypes>
#include <iomanip>
#include <cstdlib>
#include <cstdio>
#include <cstring>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
uint16_t | mem [nChs][nEvts] |
const int | nChs = 68 |
const int | nEvts = 2048 |
The TCC memory for FE data emulation takes a fixed number, 2048, of events. This standalone application completes a FE emulation data file with an arbitrary number of events (<=2048) in order to have the required 2048 events. The N initial events are repeated till having 2048 events. In general the number of initial events is choosen as a divider of 2048.
Definition in file recycleTccEmu.cc.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 23 of file recycleTccEmu.cc.
References gather_cfg::cout, TauDecayModes::dec, cmsRelvalreport::exit, recoMuon::in, mem, nChs, nEvts, MillePedeFileConverter_cfg::out, alignCSCRings::s, and heppy_batch::val.
Definition at line 13 of file recycleTccEmu.cc.
Referenced by reco::findMethod(), edm::shared_memory::ControllerChannel::initCheckWorkerStatus(), main(), and reco::parser::MethodSetter::push().
const int nChs = 68 |
Definition at line 11 of file recycleTccEmu.cc.
Referenced by EcalSRCondTools::importSrpConfigFile(), and main().
const int nEvts = 2048 |
Definition at line 12 of file recycleTccEmu.cc.
Referenced by MuonME0DigisHarvestor::ComputeBKG(), MatacqProducer::getOrbitRange(), and main().