![]() |
Project
|
Retrieve or upload MID bad channels. More...
#include <string>
#include <map>
#include <vector>
#include <boost/program_options.hpp>
#include "CCDB/CcdbApi.h"
#include "DataFormatsMID/ColumnData.h"
Go to the source code of this file.
Functions | |
void | queryBadChannels (const std::string ccdbUrl, long timestamp, bool verbose) |
void | uploadBadChannels (const std::string ccdbUrl, long timestamp) |
int | main (int argc, char **argv) |
Variables | |
const std::string | BadChannelCCDBPath = "MID/Calib/BadChannels" |
Definition at line 54 of file bad-channels-ccdb.cxx.
void queryBadChannels | ( | const std::string | ccdbUrl, |
long | timestamp, | ||
bool | verbose | ||
) |
Definition at line 28 of file bad-channels-ccdb.cxx.
void uploadBadChannels | ( | const std::string | ccdbUrl, |
long | timestamp | ||
) |
Definition at line 42 of file bad-channels-ccdb.cxx.
const std::string BadChannelCCDBPath = "MID/Calib/BadChannels" |
Definition at line 26 of file bad-channels-ccdb.cxx.