ATLAS Offline Software
Loading...
Searching...
No Matches
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
16namespace TrigGlobEffCorr {
17
19 public:
21
22 bool basicConfigChecks();
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 CheckConfig
CheckConfig(TrigGlobalEfficiencyCorrectionTool &parent)
static ToolHandle< CPTool > * findToolByName(ToolHandleArray< CPTool > &suppliedTools, const std::string &name)
TrigGlobalEfficiencyCorrectionTool & m_parent
Definition CheckConfig.h:26
Class mimicking the AthMessaging class from the offline software.
the template specializations below must be enclosed in this namespace