![]() |
Project
|
Definition of container class for dE/dx corrections. More...
#include "GPUCommonRtypes.h"
#include "GPUCommonDef.h"
#include "GPUCommonMath.h"
#include "DataFormatsTPC/CalibdEdxCorrection.h"
#include "CalibdEdxTrackTopologyPol.h"
#include "CalibdEdxTrackTopologySpline.h"
#include "FlatObject.h"
#include "TPCPadGainCalib.h"
#include "TPCPadBitMap.h"
#include <string_view>
Go to the source code of this file.
Classes | |
class | o2::tpc::CalibdEdxContainer |
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::tpc |
Global TPC definitions and constants. | |
Enumerations | |
enum class | o2::tpc::CalibsdEdx : uint16_t { o2::tpc::CalTopologySpline = 1 << 0 , o2::tpc::CalTopologyPol = 1 << 1 , o2::tpc::CalThresholdMap = 1 << 2 , o2::tpc::CalGainMap = 1 << 3 , o2::tpc::CalResidualGainMap = 1 << 4 , o2::tpc::CalTimeGain = 1 << 5 } |
flags to set which corrections will be loaded from the CCDB More... | |
Functions | |
CalibsdEdx | o2::tpc::operator| (CalibsdEdx a, CalibsdEdx b) |
CalibsdEdx | o2::tpc::operator& (CalibsdEdx a, CalibsdEdx b) |
CalibsdEdx | o2::tpc::operator~ (CalibsdEdx a) |
Definition of container class for dE/dx corrections.
Definition in file CalibdEdxContainer.h.