![]() |
Project
|
Utility to build masks from data. More...
#include <iostream>
#include <vector>
#include "boost/program_options.hpp"
#include "CommonDataFormat/InteractionRecord.h"
#include "DataFormatsMID/ROBoard.h"
#include "DataFormatsMID/ROFRecord.h"
#include "MIDRaw/ColumnDataToLocalBoard.h"
#include "MIDRaw/CrateMasks.h"
#include "MIDRaw/DecodedDataAggregator.h"
#include "MIDRaw/Decoder.h"
#include "MIDRaw/ElectronicsDelay.h"
#include "MIDRaw/FEEIdConfig.h"
#include "MIDRaw/RawFileReader.h"
#include "MIDRaw/ROBoardConfigHandler.h"
#include "MIDFiltering/ChannelMasksHandler.h"
#include "MIDFiltering/ChannelScalers.h"
#include "MIDFiltering/FetToDead.h"
#include "MIDFiltering/MaskMaker.h"
Go to the source code of this file.
Functions | |
bool | processScalers (const o2::mid::ChannelScalers &scalers, unsigned long nEvents, double threshold, const std::vector< o2::mid::ColumnData > &refMasks, const char *outFilename) |
int | main (int argc, char *argv[]) |
Definition at line 70 of file mask-maker.cxx.
bool processScalers | ( | const o2::mid::ChannelScalers & | scalers, |
unsigned long | nEvents, | ||
double | threshold, | ||
const std::vector< o2::mid::ColumnData > & | refMasks, | ||
const char * | outFilename | ||
) |
Definition at line 38 of file mask-maker.cxx.