ATLAS Offline Software
TopCorrectionsTools.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 TOPTOPCORRECTIONTOOLS_H__
6 #define TOPTOPCORRECTIONTOOLS_H__
7 
9 #include <string>
10 
11 namespace top {
12  // Functions useful for b-tagging systematic name mapping
13  std::string bTagNamedSystCheck(std::shared_ptr<top::TopConfig>,
14  const std::string&,
15  const std::string&,
16  const bool,
17  const bool);
18  std::string betterBtagNamedSyst(const std::string&);
19 }
20 
21 #endif
top
TopConfig A simple configuration that is NOT a singleton.
Definition: AnalysisTrackingHelper.cxx:58
top::betterBtagNamedSyst
std::string betterBtagNamedSyst(const std::string &name)
Definition: TopCorrectionsTools.cxx:45
top::bTagNamedSystCheck
std::string bTagNamedSystCheck(std::shared_ptr< top::TopConfig > config, const std::string &systCollection, const std::string &tagWP, const bool isTrackJet, const bool verbose=false)
Definition: TopCorrectionsTools.cxx:13
TopConfig.h