![]() |
Project
|
Namespaces | |
namespace | device |
Classes | |
class | DCAFitterN |
class | FwdDCAFitterN |
struct | FwdTrackCovI |
struct | FwdTrackDeriv |
struct | InteractionCandidate |
struct | LogLogThrottler |
class | PrimaryVertexingSpec |
class | PrimaryVertexReader |
class | PVertexer |
struct | PVertexerParams |
struct | PVtxCompDump |
class | SecondaryVertexingSpec |
class | SecondaryVertexReader |
struct | SeedHistoTZ |
class | SVertex3Hypothesis |
class | SVertexer |
struct | SVertexerParams |
class | SVertexHypothesis |
struct | TimeZCluster |
struct | TrackCovI |
struct | TrackDeriv |
struct | TrackVF |
struct | TrackVFDump |
struct | TrackWithTimeStamp |
generic track with timestamp More... | |
struct | VertexingInput |
weights and scaling params for current vertex More... | |
struct | VertexSeed |
class | VertexTrackMatcher |
class | VertexTrackMatcherSpec |
Functions | |
template<class FITTER > | |
float | checkResults (o2::utils::TreeStreamRedirector &outs, std::string &treeName, FITTER &fitter, Vec3D &vgen, TLorentzVector &genPar, const std::vector< double > &dtMass) |
TLorentzVector | generate (Vec3D &vtx, std::vector< o2::track::TrackParCov > &vctr, float bz, TGenPhaseSpace &genPHS, double parMass, const std::vector< double > &dtMass, std::vector< int > forceQ) |
BOOST_AUTO_TEST_CASE (DCAFitterNProngsBulk) | |
template<class... Tr> | |
GPUd () int DCAFitterN< N | |
template<int N, typename... Args> | |
GPUd () bool DCAFitterN< N | |
template<int N, typename... Args> | |
GPUdi () void DCAFitterN< N | |
void | __dummy_instance__ () |
void | __test_instance__ () |
BOOST_AUTO_TEST_CASE (DCAFitterNProngs) | |
o2::framework::DataProcessorSpec | getPrimaryVertexingSpec (o2::dataformats::GlobalTrackID::mask_t src, bool skip, bool validateWithFT0, bool useMC, bool useGeom) |
create a processor spec | |
framework::DataProcessorSpec | getPrimaryVertexWriterSpec (bool disableMatching, bool useMC) |
create a processor spec | |
o2::framework::DataProcessorSpec | getSecondaryVertexingSpec (o2::dataformats::GlobalTrackID::mask_t src, bool enableCasc, bool enable3body, bool enableStrangenesTracking, bool enableCCDBParams, bool useMC, bool useGeom, const o2::tpc::CorrectionMapsLoaderGloOpts &sclOpts) |
create a processor spec | |
framework::DataProcessorSpec | getSecondaryVertexWriterSpec () |
create a processor spec | |
o2::framework::DataProcessorSpec | getVertexTrackMatcherSpec (o2::dataformats::GlobalTrackID::mask_t src) |
create a processor spec | |
o2::framework::DataProcessorSpec | getPrimaryVertexReaderSpec (bool useMC) |
o2::framework::DataProcessorSpec | getSecondaryVertexReaderSpec () |
using o2::vertexing::BranchDefinition = typedef MakeRootTreeWriterSpec::BranchDefinition<T> |
Definition at line 31 of file PrimaryVertexWriterSpec.cxx.
using o2::vertexing::Cascade = typedef o2::dataformats::Cascade |
Definition at line 33 of file SecondaryVertexWriterSpec.cxx.
using o2::vertexing::CascadeIndex = typedef o2::dataformats::CascadeIndex |
Definition at line 34 of file SecondaryVertexWriterSpec.cxx.
using o2::vertexing::DCAFitter2 = typedef DCAFitterN<2, o2::track::TrackParCov> |
Definition at line 1224 of file DCAFitterN.h.
using o2::vertexing::DCAFitter3 = typedef DCAFitterN<3, o2::track::TrackParCov> |
Definition at line 1225 of file DCAFitterN.h.
using o2::vertexing::Decay3Body = typedef o2::dataformats::Decay3Body |
Definition at line 35 of file SecondaryVertexWriterSpec.cxx.
using o2::vertexing::Decay3BodyIndex = typedef o2::dataformats::Decay3BodyIndex |
Definition at line 36 of file SecondaryVertexWriterSpec.cxx.
Definition at line 1292 of file FwdDCAFitterN.h.
Definition at line 1293 of file FwdDCAFitterN.h.
using o2::vertexing::GIndex = typedef o2::dataformats::VtxTrackIndex |
Definition at line 36 of file PVertexerHelpers.h.
using o2::vertexing::GTrackID = typedef o2::dataformats::GlobalTrackID |
Definition at line 37 of file PVertexerHelpers.h.
using o2::vertexing::Label = typedef o2::MCEventLabel |
Definition at line 33 of file PrimaryVertexWriterSpec.cxx.
using o2::vertexing::PVertex = typedef o2::dataformats::PrimaryVertex |
Definition at line 33 of file PVertexerHelpers.h.
using o2::vertexing::RRef = typedef o2::dataformats::RangeReference<int, int> |
Definition at line 30 of file SecondaryVertexWriterSpec.cxx.
using o2::vertexing::TimeEst = typedef o2::dataformats::TimeStampWithError<float, float> |
Definition at line 34 of file PVertexerHelpers.h.
using o2::vertexing::V0 = typedef o2::dataformats::V0 |
Definition at line 31 of file SecondaryVertexWriterSpec.cxx.
using o2::vertexing::V0Index = typedef o2::dataformats::V0Index |
Definition at line 32 of file SecondaryVertexWriterSpec.cxx.
using o2::vertexing::V2TRef = typedef o2::dataformats::VtxTrackRef |
Definition at line 35 of file PVertexerHelpers.h.
typedef ROOT::Math::SVector< double, 3 > o2::vertexing::Vec3D |
Definition at line 31 of file testDCAFitterNGPU.cxx.
void o2::vertexing::__dummy_instance__ | ( | ) |
Definition at line 23 of file DCAFitterN.cxx.
void o2::vertexing::__test_instance__ | ( | ) |
Definition at line 23 of file FwdDCAFitterN.cxx.
o2::vertexing::BOOST_AUTO_TEST_CASE | ( | DCAFitterNProngs | ) |
Definition at line 146 of file testDCAFitterN.cxx.
o2::vertexing::BOOST_AUTO_TEST_CASE | ( | DCAFitterNProngsBulk | ) |
Definition at line 557 of file testDCAFitterNGPU.cxx.
float o2::vertexing::checkResults | ( | o2::utils::TreeStreamRedirector & | outs, |
std::string & | treeName, | ||
FITTER & | fitter, | ||
Vec3D & | vgen, | ||
TLorentzVector & | genPar, | ||
const std::vector< double > & | dtMass | ||
) |
Definition at line 34 of file testDCAFitterNGPU.cxx.
TLorentzVector o2::vertexing::generate | ( | Vec3D & | vtx, |
std::vector< o2::track::TrackParCov > & | vctr, | ||
float | bz, | ||
TGenPhaseSpace & | genPHS, | ||
double | parMass, | ||
const std::vector< double > & | dtMass, | ||
std::vector< int > | forceQ | ||
) |
Definition at line 72 of file testDCAFitterNGPU.cxx.
DataProcessorSpec o2::vertexing::getPrimaryVertexingSpec | ( | o2::dataformats::GlobalTrackID::mask_t | src, |
bool | skip, | ||
bool | validateWithFT0, | ||
bool | useMC, | ||
bool | useGeom | ||
) |
create a processor spec
Definition at line 256 of file PrimaryVertexingSpec.cxx.
DataProcessorSpec o2::vertexing::getPrimaryVertexReaderSpec | ( | bool | useMC | ) |
create a processor spec read primary vertex data from a root file
Definition at line 172 of file PrimaryVertexReaderSpec.cxx.
DataProcessorSpec o2::vertexing::getPrimaryVertexWriterSpec | ( | bool | disableMatching, |
bool | useMC | ||
) |
create a processor spec
Definition at line 37 of file PrimaryVertexWriterSpec.cxx.
DataProcessorSpec o2::vertexing::getSecondaryVertexingSpec | ( | o2::dataformats::GlobalTrackID::mask_t | src, |
bool | enableCasc, | ||
bool | enable3body, | ||
bool | enableStrangenesTracking, | ||
bool | enableCCDBParams, | ||
bool | useMC, | ||
bool | useGeom, | ||
const o2::tpc::CorrectionMapsLoaderGloOpts & | sclOpts | ||
) |
create a processor spec
Definition at line 241 of file SecondaryVertexingSpec.cxx.
DataProcessorSpec o2::vertexing::getSecondaryVertexReaderSpec | ( | ) |
create a processor spec read secondary vertex data from a root file
Definition at line 143 of file SecondaryVertexReaderSpec.cxx.
DataProcessorSpec o2::vertexing::getSecondaryVertexWriterSpec | ( | ) |
create a processor spec
Definition at line 43 of file SecondaryVertexWriterSpec.cxx.
DataProcessorSpec o2::vertexing::getVertexTrackMatcherSpec | ( | o2::dataformats::GlobalTrackID::mask_t | src | ) |
create a processor spec
Definition at line 146 of file VertexTrackMatcherSpec.cxx.
o2::vertexing::GPUd | ( | ) |
Definition at line 772 of file DCAFitterN.h.
o2::vertexing::GPUd | ( | ) |
o2::vertexing::GPUdi | ( | ) |
Definition at line 902 of file DCAFitterN.h.