Belle II Software development
KLMReconstructionParameters Class Reference

Class to store KLM reconstruction parameters in the database. More...

#include <KLMReconstructionParameters.h>

Inheritance diagram for KLMReconstructionParameters:

Public Member Functions

 KLMReconstructionParameters ()
 Constructor.
 
 ~KLMReconstructionParameters ()
 Destructor.
 
bool multiStripDigitsEnabled () const
 Whether multi-strip digits are enabled.
 
void setMultiStripDigitsEnabled (bool enabled)
 Set whether multi-strip digits are enabled.
 

Private Member Functions

 ClassDef (Belle2::KLMReconstructionParameters, 2)
 Class version.
 

Private Attributes

bool m_MultiStripDigitsEnabled = false
 Whether multi-strip digits are enabled.
 

Detailed Description

Class to store KLM reconstruction parameters in the database.

Definition at line 23 of file KLMReconstructionParameters.h.

Constructor & Destructor Documentation

◆ KLMReconstructionParameters()

Constructor.

Definition at line 30 of file KLMReconstructionParameters.h.

31 {
32 }

◆ ~KLMReconstructionParameters()

Destructor.

Definition at line 37 of file KLMReconstructionParameters.h.

38 {
39 }

Member Function Documentation

◆ multiStripDigitsEnabled()

bool multiStripDigitsEnabled ( ) const
inline

Whether multi-strip digits are enabled.

Definition at line 44 of file KLMReconstructionParameters.h.

45 {
47 }
bool m_MultiStripDigitsEnabled
Whether multi-strip digits are enabled.

◆ setMultiStripDigitsEnabled()

void setMultiStripDigitsEnabled ( bool  enabled)
inline

Set whether multi-strip digits are enabled.

Definition at line 52 of file KLMReconstructionParameters.h.

53 {
55 }

Member Data Documentation

◆ m_MultiStripDigitsEnabled

bool m_MultiStripDigitsEnabled = false
private

Whether multi-strip digits are enabled.

Definition at line 60 of file KLMReconstructionParameters.h.


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