ATLAS Offline Software
CheckConfig.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 // contact: jmaurer@cern.ch
6 
7 #ifndef TRIGGLOBALEFFICIENCYCORRECTION_CHECKCONFIG_H
8 #define TRIGGLOBALEFFICIENCYCORRECTION_CHECKCONFIG_H 1
9 
10 #include <functional>
11 #include <vector>
12 
15 
16 namespace TrigGlobEffCorr {
17 
19  public:
21 
22  bool basicConfigChecks();
23  bool advancedConfigChecks();
24 
25  private:
27 
28  template <class CPTool>
29  static ToolHandle<CPTool>* findToolByName(
30  ToolHandleArray<CPTool>& suppliedTools, const std::string& name);
31 };
32 
33 } // namespace TrigGlobEffCorr
34 
35 #endif
TrigGlobEffCorr::CheckConfig::basicConfigChecks
bool basicConfigChecks()
Definition: CheckConfig.cxx:39
TrigGlobEffCorr
the template specializations below must be enclosed in this namespace
Definition: Calculator.cxx:1607
TrigGlobEffCorr::CheckConfig::findToolByName
static ToolHandle< CPTool > * findToolByName(ToolHandleArray< CPTool > &suppliedTools, const std::string &name)
Definition: CheckConfig.cxx:27
TrigGlobalEfficiencyCorrectionTool.h
TrigGlobEffCorr::CheckConfig::m_parent
TrigGlobalEfficiencyCorrectionTool & m_parent
Definition: CheckConfig.h:26
AsgMessaging.h
test_pyathena.parent
parent
Definition: test_pyathena.py:15
TrigGlobEffCorr::CheckConfig
Definition: CheckConfig.h:18
TrigGlobEffCorr::CheckConfig::CheckConfig
CheckConfig(TrigGlobalEfficiencyCorrectionTool &parent)
Definition: CheckConfig.cxx:21
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:240
asg::AsgMessaging
Class mimicking the AthMessaging class from the offline software.
Definition: AsgMessaging.h:40
TrigGlobalEfficiencyCorrectionTool
Definition: TrigGlobalEfficiencyCorrectionTool.h:37
TrigGlobEffCorr::CheckConfig::advancedConfigChecks
bool advancedConfigChecks()
Definition: CheckConfig.cxx:244