|
BmnRoot
|
#include "CbmL1Def.h"#include <algorithm>#include <string.h>#include <assert.h>#include <cstdio>Go to the source code of this file.
Classes | |
| class | L1Grid |
Functions | |
| template<typename T > | |
| void | memset (T *dest, T i, size_t num) |
| uses binary expansion of copied volume for speed up | |
| void memset | ( | T * | dest, |
| T | i, | ||
| size_t | num | ||
| ) |
uses binary expansion of copied volume for speed up
Copy to memory block [@dest, @dest+@num] num number of times the value of i of type @T with size @typesize.
Definition at line 25 of file L1Grid.h.
References i.
Referenced by BmnTOF1Detector::BmnTOF1Detector(), BmnTrigUnion::BmnTrigUnion(), BmnTOF1Detector::Clear(), BmnDataReceiver::ConnectRaw(), fhcal_profile(), L1Grid::Fill(), BmnTof2Raw2DigitNew::fillEqualization(), BmnTof2Raw2DigitNew::fillEvent(), BmnHistFHCal::FillFromDigi(), BmnHistHodo::FillFromDigi(), BmnTof2Raw2DigitNew::fillPreparation(), BmnTof2Raw2DigitNew::fillSlewing(), BmnTof2Raw2DigitNew::fillSlewingT0(), hodo_profile(), BmnAdcProcessor::InitArrays(), BmnDataReceiver::InitRecvStream(), light_yield(), BmnAdcProcessor::PrecalcEventMods(), BmnAdcProcessor::PrecalcEventMods_simd(), BmnAdcProcessor::PrecalcEventModsOld(), BmnAdcProcessor::RecalculatePedestalsAugmented(), and BmnDataReceiver::RecvData().