ATLAS Offline Software
FanCalculatorFactory.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef __LArWheelCalculator_Impl_FanCalculatorFactory_H__
6 #define __LArWheelCalculator_Impl_FanCalculatorFactory_H__
7 
8 
9 #include "IFanCalculator.h"
10 
11 class LArWheelCalculator;
12 
14 {
15 
22  {
23  public:
24  static IFanCalculator* Create(bool isSaggingOn, bool isModule,
26  };
27 
28 }
29 
30 #endif // __LArWheelCalculator_Impl_FanCalculatorFactory_H__
LArWheelCalculator_Impl::FanCalculatorFactory::Create
static IFanCalculator * Create(bool isSaggingOn, bool isModule, LArWheelCalculator *lwc)
Definition: FanCalculatorFactory.cxx:13
CaloSwCorrections.lwc
def lwc(flags, cells_name, *args, **kw)
Definition: CaloSwCorrections.py:215
IFanCalculator.h
LArWheelCalculator_Impl::FanCalculatorFactory
A factory for FanCalculators.
Definition: FanCalculatorFactory.h:22
LArWheelCalculator
Definition: LArWheelCalculator.h:58
LArWheelCalculator_Impl
Definition: LArWheelCalculator.h:41
LArWheelCalculator_Impl::IFanCalculator
Definition: IFanCalculator.h:19