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

Classes

class  Detector
 
class  Digitizer
 
class  DigitReader
 
struct  DPLDigitizerParam
 
class  GeometryTGeo
 
struct  TRKBaseParam
 
class  TRKDigitReader
 
class  TRKDPLDigitizerTask
 
class  TRKLayer
 
class  TRKPetalCase
 
class  TRKPetalDisk
 This class defines the Geometry for the TRK Disk TGeo. More...
 
class  TRKPetalLayer
 
class  TRKServices
 

Typedefs

template<typename T >
using BranchDefinition = MakeRootTreeWriterSpec::BranchDefinition< T >
 
using MCCont = o2::dataformats::ConstMCTruthContainer< o2::MCCompLabel >
 

Enumerations

enum  eLayout { kCylinder = 0 , kTurboStaves , kStaggered }
 

Functions

float getDetLengthFromEta (const float eta, const float radius)
 
framework::DataProcessorSpec getTRKDigitReaderSpec (bool useMC=true, bool useCalib=false, std::string defname="trkdigits.root")
 
o2::framework::DataProcessorSpec getTRKDigitWriterSpec (bool mctruth=true, bool dec=false, bool calib=false)
 
DataProcessorSpec getDigitWriterSpec (bool mctruth, bool dec, bool calib, o2::header::DataOrigin detOrig, o2::detectors::DetID detId)
 
DataProcessorSpec getTRKDigitizerSpec (int channel, bool mctruth)
 

Typedef Documentation

◆ BranchDefinition

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

Definition at line 37 of file DigitWriterSpec.cxx.

◆ MCCont

Enumeration Type Documentation

◆ eLayout

Enumerator
kCylinder 
kTurboStaves 
kStaggered 

Definition at line 23 of file TRKBaseParam.h.

Function Documentation

◆ getDetLengthFromEta()

float o2::trk::getDetLengthFromEta ( const float  eta,
const float  radius 
)

Definition at line 29 of file Detector.cxx.

◆ getDigitWriterSpec()

DataProcessorSpec o2::trk::getDigitWriterSpec ( bool  mctruth,
bool  dec,
bool  calib,
o2::header::DataOrigin  detOrig,
o2::detectors::DetID  detId 
)

create the processor spec describing a processor receiving digits for ITS/MFT and writing them to file

Definition at line 42 of file DigitWriterSpec.cxx.

◆ getTRKDigitizerSpec()

o2::framework::DataProcessorSpec o2::trk::getTRKDigitizerSpec ( int  channel,
bool  mctruth 
)

Definition at line 286 of file TRKDigitizerSpec.cxx.

◆ getTRKDigitReaderSpec()

DataProcessorSpec o2::trk::getTRKDigitReaderSpec ( bool  useMC = true,
bool  useCalib = false,
std::string  defname = "trkdigits.root" 
)

create a processor spec read ITS/MFT Digit data from a root file

Definition at line 116 of file DigitReaderSpec.cxx.

◆ getTRKDigitWriterSpec()

DataProcessorSpec o2::trk::getTRKDigitWriterSpec ( bool  mctruth = true,
bool  dec = false,
bool  calib = false 
)

Definition at line 104 of file DigitWriterSpec.cxx.