![]() |
Project
|
#include <sys/stat.h>
#include <filesystem>
#include <string>
#include <vector>
#include <array>
#include <set>
#include <deque>
#include <iostream>
#include <fstream>
#include <sstream>
#include <boost/asio/ip/host_name.hpp>
#include "Framework/CCDBParamSpec.h"
#include "Framework/DataProcessorSpec.h"
#include "Framework/Task.h"
#include "Framework/ControlService.h"
#include "Framework/ConfigParamRegistry.h"
#include "Framework/RawDeviceService.h"
#include "Framework/WorkflowSpec.h"
#include "Framework/DataTakingContext.h"
#include "Framework/TimingInfo.h"
#include <fairmq/Device.h>
#include <ITSMFTReconstruction/RawPixelDecoder.h>
#include "DetectorsCalibration/Utils.h"
#include "DetectorsCommonDataFormats/FileMetaData.h"
#include "CCDB/CcdbApi.h"
#include "CommonUtils/MemFileHelper.h"
#include "DataFormatsDCS/DCSConfigObject.h"
#include "TTree.h"
#include "TH1F.h"
#include "TF1.h"
#include "TFile.h"
Go to the source code of this file.
Classes | |
struct | o2::its::ITSCalibInpConf |
class | o2::its::ITSThresholdCalibrator |
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::its |
Enumerations | |
enum | o2::its::RunTypes { o2::its::THR_SCAN = 15 , o2::its::THR_SCAN_SHORT = 2 , o2::its::THR_SCAN_SHORT_33 = 16 , o2::its::THR_SCAN_SHORT_2_10HZ = 18 , o2::its::THR_SCAN_SHORT_100HZ = 19 , o2::its::THR_SCAN_SHORT_200HZ = 20 , o2::its::THR_SCAN_SHORT_150INJ = 55 , o2::its::VCASN150 = 23 , o2::its::VCASN100 = 10 , o2::its::VCASN100_100HZ = 21 , o2::its::VCASN130 = 22 , o2::its::VCASNBB = 24 , o2::its::ITHR150 = 27 , o2::its::ITHR100 = 11 , o2::its::ITHR100_100HZ = 25 , o2::its::ITHR130 = 26 , o2::its::DIGITAL_SCAN = 13 , o2::its::DIGITAL_SCAN_100HZ = 31 , o2::its::DIGITAL_SCAN_NOMASK = 37 , o2::its::ANALOGUE_SCAN = 14 , o2::its::PULSELENGTH_SCAN = 32 , o2::its::TOT_CALIBRATION = 36 , o2::its::TOT_CALIBRATION_1_ROW = 41 , o2::its::VRESETD_150 = 38 , o2::its::VRESETD_300 = 39 , o2::its::VRESETD_2D = 42 , o2::its::END_RUN = 0 } |
enum | o2::its::FitTypes { o2::its::DERIVATIVE = 0 , o2::its::FIT = 1 , o2::its::HITCOUNTING = 2 , o2::its::NO_FIT = 3 } |
Functions | |
o2::framework::DataProcessorSpec | o2::its::getITSThresholdCalibratorSpec (const ITSCalibInpConf &inpConf) |
Variables | |
int | o2::its::nInj = 50 |
int | o2::its::nInjScaled = 50 |