![]() |
Project
|
This file provides the interface for loglikehood policies. More...
#include "TGraph.h"
#include "TRDPID/PIDBase.h"
#include "DataFormatsTRD/PID.h"
#include "DataFormatsTRD/Constants.h"
#include "DataFormatsTRD/HelperMethods.h"
#include "Framework/ProcessingContext.h"
#include "Framework/InputRecord.h"
#include "DataFormatsTRD/CalibratedTracklet.h"
#include "DetectorsBase/Propagator.h"
#include "Framework/Logger.h"
#include "ReconstructionDataFormats/TrackParametrization.h"
#include <memory>
#include <vector>
#include <array>
#include <string>
#include <numeric>
Go to the source code of this file.
Classes | |
class | o2::trd::detail::LUT< nDim > |
Lookup Table class for ccdb upload. More... | |
class | o2::trd::LQND< nDim > |
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::trd |
namespace | o2::trd::detail |
Typedefs | |
using | o2::trd::LQ1D = LQND< 1 > |
using | o2::trd::LQ2D = LQND< 2 > |
using | o2::trd::LQ3D = LQND< 3 > |
This file provides the interface for loglikehood policies.
Definition in file LQND.h.