CbmRoot
|
QA submodule for track fit results (residuals and puls) at selected z-coordinate (header) More...
#include "CaDefs.h"
#include "CaEnumArray.h"
#include "CbmL1DetectorID.h"
#include "CbmQaIO.h"
#include "KfFieldRegion.h"
#include "KfTrackParam.h"
#include <array>
Go to the source code of this file.
Classes | |
class | cbm::ca::TrackFitQa |
Set of histograms to monitor track parameters. More... | |
Namespaces | |
namespace | cbm |
namespace | cbm::ca |
namespace | cbm::ca::tools |
Typedefs | |
template<typename T > | |
using | cbm::ca::TrackParArray_t = ca::EnumArray<ETrackParType, T> |
Alias to array, indexed with ETrackParType enumeration. | |
Enumerations | |
enum class | cbm::ca::ETrackParType { cbm::ca::kX , cbm::ca::kY , cbm::ca::kTX , cbm::ca::kTY , cbm::ca::kQP , cbm::ca::kTIME , cbm::ca::kVI , cbm::ca::END , cbm::ca::BEGIN = 0 } |
Enumeration for track parameter type. More... | |
Functions | |
ETrackParType | cbm::ca::operator++ (ETrackParType &type) |
Prefix increment operator for ETrackParType. | |
ETrackParType | cbm::ca::operator++ (ETrackParType &type, int) |
Postfix increment operator for ETrackParType. | |
QA submodule for track fit results (residuals and puls) at selected z-coordinate (header)
Definition in file CbmCaTrackFitQa.h.