ATLAS Offline Software
Static Public Member Functions | List of all members
LArWheelCalculator_Impl::StepFan< SaggingOn_t, FORWARD > Class Reference

#include <WheelFanCalculator.h>

Collaboration diagram for LArWheelCalculator_Impl::StepFan< SaggingOn_t, FORWARD >:

Static Public Member Functions

static void next (int &fan_number)
 
static void adjust (int &fan_number)
 

Detailed Description

Definition at line 64 of file WheelFanCalculator.h.

Member Function Documentation

◆ adjust()

static void LArWheelCalculator_Impl::StepFan< SaggingOn_t, FORWARD >::adjust ( int &  fan_number)
inlinestatic

Definition at line 70 of file WheelFanCalculator.h.

70  {
71  fan_number--;
72  }

◆ next()

static void LArWheelCalculator_Impl::StepFan< SaggingOn_t, FORWARD >::next ( int &  fan_number)
inlinestatic

Definition at line 67 of file WheelFanCalculator.h.

67  {
68  fan_number++;
69  }

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