![]() |
Project
|
Classes | |
| class | TrackMatcher |
| Class to match MCH and MID tracks. More... | |
| struct | TrackMatcherParam |
| Configurable parameters for MCH-MID track matching. More... | |
| class | TrackMatcherTask |
Typedefs | |
| using | SMatrixSym4 = ROOT::Math::SMatrix< double, 4, 4, ROOT::Math::MatRepSym< double, 4 > > |
| using | SMatrix4 = ROOT::Math::SMatrix< double, 4, 4, ROOT::Math::MatRepStd< double, 4 > > |
| using | SVector4 = ROOT::Math::SVector< double, 4 > |
| template<typename T > | |
| using | BranchDefinition = MakeRootTreeWriterSpec::BranchDefinition< T > |
Functions | |
| const char * | subsysname () |
| DataProcessorSpec | getTrackMatcherSpec (bool useMC, const char *name) |
| DataProcessorSpec | getTrackWriterSpec (bool useMC, const char *specName, const char *fileName) |
| using o2::muon::BranchDefinition = typedef MakeRootTreeWriterSpec::BranchDefinition<T> |
Definition at line 33 of file TrackWriterSpec.cxx.
| using o2::muon::SMatrix4 = typedef ROOT::Math::SMatrix<double, 4, 4, ROOT::Math::MatRepStd<double, 4> > |
Definition at line 33 of file TrackMatcher.cxx.
| using o2::muon::SMatrixSym4 = typedef ROOT::Math::SMatrix<double, 4, 4, ROOT::Math::MatRepSym<double, 4> > |
Definition at line 32 of file TrackMatcher.cxx.
| using o2::muon::SVector4 = typedef ROOT::Math::SVector<double, 4> |
Definition at line 34 of file TrackMatcher.cxx.
| framework::DataProcessorSpec o2::muon::getTrackMatcherSpec | ( | bool | useMC, |
| const char * | name | ||
| ) |
Definition at line 108 of file TrackMatcherSpec.cxx.
| framework::DataProcessorSpec o2::muon::getTrackWriterSpec | ( | bool | useMC, |
| const char * | specName, | ||
| const char * | fileName | ||
| ) |
Definition at line 35 of file TrackWriterSpec.cxx.
| const char * o2::muon::subsysname | ( | ) |
Definition at line 17 of file subsysname.h.