![]() |
Project
|
Implementation of a data processor to extrapolate the tracks to the vertex. More...
#include "TrackAtVertexSpec.h"
#include <chrono>
#include <stdexcept>
#include <list>
#include <gsl/span>
#include <filesystem>
#include <TMath.h>
#include <TGeoManager.h>
#include <TGeoGlobalMagField.h>
#include "DataFormatsParameters/GRPObject.h"
#include "CommonUtils/NameConf.h"
#include "Framework/ConfigParamRegistry.h"
#include "Framework/ControlService.h"
#include "Framework/DataProcessorSpec.h"
#include "Framework/Lifetime.h"
#include "Framework/Output.h"
#include "Framework/Task.h"
#include "DetectorsBase/Propagator.h"
#include "DetectorsBase/GeometryManager.h"
#include "MathUtils/Cartesian.h"
#include "Field/MagneticField.h"
#include "DataFormatsMCH/ROFRecord.h"
#include "DataFormatsMCH/TrackMCH.h"
#include "MCHBase/TrackBlock.h"
#include "MCHTracking/TrackParam.h"
#include "MCHTracking/TrackExtrap.h"
Go to the source code of this file.
Classes | |
struct | o2::mch::TrackAtVtxStruct |
class | o2::mch::TrackAtVertexTask |
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::mch |
Functions | |
o2::framework::DataProcessorSpec | o2::mch::getTrackAtVertexSpec (const char *specName) |
Implementation of a data processor to extrapolate the tracks to the vertex.
Definition in file TrackAtVertexSpec.cxx.