Project
Loading...
Searching...
No Matches
o2::muon Namespace Reference

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 charsubsysname ()
 
DataProcessorSpec getTrackMatcherSpec (bool useMC, const char *name)
 
DataProcessorSpec getTrackWriterSpec (bool useMC, const char *specName, const char *fileName)
 

Typedef Documentation

◆ BranchDefinition

template<typename T >
using o2::muon::BranchDefinition = typedef MakeRootTreeWriterSpec::BranchDefinition<T>

Definition at line 33 of file TrackWriterSpec.cxx.

◆ SMatrix4

using o2::muon::SMatrix4 = typedef ROOT::Math::SMatrix<double, 4, 4, ROOT::Math::MatRepStd<double, 4> >

Definition at line 33 of file TrackMatcher.cxx.

◆ SMatrixSym4

using o2::muon::SMatrixSym4 = typedef ROOT::Math::SMatrix<double, 4, 4, ROOT::Math::MatRepSym<double, 4> >

Definition at line 32 of file TrackMatcher.cxx.

◆ SVector4

using o2::muon::SVector4 = typedef ROOT::Math::SVector<double, 4>

Definition at line 34 of file TrackMatcher.cxx.

Function Documentation

◆ getTrackMatcherSpec()

framework::DataProcessorSpec o2::muon::getTrackMatcherSpec ( bool  useMC,
const char name 
)

Definition at line 108 of file TrackMatcherSpec.cxx.

◆ getTrackWriterSpec()

framework::DataProcessorSpec o2::muon::getTrackWriterSpec ( bool  useMC,
const char specName,
const char fileName 
)

Definition at line 35 of file TrackWriterSpec.cxx.

◆ subsysname()

const char * o2::muon::subsysname ( )

Definition at line 17 of file subsysname.h.