Project
Loading...
Searching...
No Matches
bad-channels-ccdb.cxx File Reference

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"
 

Detailed Description

Retrieve or upload MID bad channels.

Author
Diego Stocco <Diego.Stocco at cern.ch>
Date
16 May 2022

Definition in file bad-channels-ccdb.cxx.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 54 of file bad-channels-ccdb.cxx.

◆ queryBadChannels()

void queryBadChannels ( const std::string  ccdbUrl,
long  timestamp,
bool  verbose 
)

Definition at line 28 of file bad-channels-ccdb.cxx.

◆ uploadBadChannels()

void uploadBadChannels ( const std::string  ccdbUrl,
long  timestamp 
)

Definition at line 42 of file bad-channels-ccdb.cxx.

Variable Documentation

◆ BadChannelCCDBPath

const std::string BadChannelCCDBPath = "MID/Calib/BadChannels"

Definition at line 26 of file bad-channels-ccdb.cxx.