Project
Loading...
Searching...
No Matches
o2::fit::DigitToRawDevice< RawWriterFIT_Type > Struct Template Reference

#include <RawWriterFIT.h>

Public Member Functions

 DigitToRawDevice ()=default
 
 DigitToRawDevice (const DigitToRawConfig &config)
 
void setConfig (const DigitToRawConfig &config)
 
void configure (const DigitToRawConfig &cfg)
 
void run ()
 
void run (const DigitToRawConfig &cfg)
 

Static Public Member Functions

static void digit2raw (const DigitToRawConfig &cfg)
 

Public Attributes

RawWriterFIT_Type mRawWriterFIT {}
 
DigitToRawConfig mConfig {}
 

Detailed Description

template<typename RawWriterFIT_Type>
struct o2::fit::DigitToRawDevice< RawWriterFIT_Type >

Definition at line 276 of file RawWriterFIT.h.

Constructor & Destructor Documentation

◆ DigitToRawDevice() [1/2]

template<typename RawWriterFIT_Type >
o2::fit::DigitToRawDevice< RawWriterFIT_Type >::DigitToRawDevice ( )
default

◆ DigitToRawDevice() [2/2]

template<typename RawWriterFIT_Type >
o2::fit::DigitToRawDevice< RawWriterFIT_Type >::DigitToRawDevice ( const DigitToRawConfig config)
inline

Definition at line 278 of file RawWriterFIT.h.

Member Function Documentation

◆ configure()

template<typename RawWriterFIT_Type >
void o2::fit::DigitToRawDevice< RawWriterFIT_Type >::configure ( const DigitToRawConfig cfg)
inline

Definition at line 286 of file RawWriterFIT.h.

◆ digit2raw()

template<typename RawWriterFIT_Type >
static void o2::fit::DigitToRawDevice< RawWriterFIT_Type >::digit2raw ( const DigitToRawConfig cfg)
inlinestatic

Definition at line 343 of file RawWriterFIT.h.

◆ run() [1/2]

template<typename RawWriterFIT_Type >
void o2::fit::DigitToRawDevice< RawWriterFIT_Type >::run ( )
inline

Definition at line 321 of file RawWriterFIT.h.

◆ run() [2/2]

template<typename RawWriterFIT_Type >
void o2::fit::DigitToRawDevice< RawWriterFIT_Type >::run ( const DigitToRawConfig cfg)
inline

Definition at line 325 of file RawWriterFIT.h.

◆ setConfig()

template<typename RawWriterFIT_Type >
void o2::fit::DigitToRawDevice< RawWriterFIT_Type >::setConfig ( const DigitToRawConfig config)
inline

Definition at line 281 of file RawWriterFIT.h.

Member Data Documentation

◆ mConfig

template<typename RawWriterFIT_Type >
DigitToRawConfig o2::fit::DigitToRawDevice< RawWriterFIT_Type >::mConfig {}

Definition at line 280 of file RawWriterFIT.h.

◆ mRawWriterFIT

template<typename RawWriterFIT_Type >
RawWriterFIT_Type o2::fit::DigitToRawDevice< RawWriterFIT_Type >::mRawWriterFIT {}

Definition at line 279 of file RawWriterFIT.h.


The documentation for this struct was generated from the following file: