![]() |
ATLAS Offline Software
|
#include <memory>#include <cstdlib>#include <string>#include <map>#include <TFile.h>#include <TError.h>#include <TStopwatch.h>#include <TString.h>#include "xAODRootAccess/Init.h"#include "xAODRootAccess/TEvent.h"#include "xAODRootAccess/tools/ReturnCheck.h"#include "AsgMessaging/Check.h"#include "xAODEventInfo/EventInfo.h"#include "xAODMuon/MuonContainer.h"#include "xAODMuon/MuonAuxContainer.h"#include "PATInterfaces/ISystematicsTool.h"#include "xAODCore/tools/IOStats.h"#include "xAODCore/tools/ReadStats.h"#include "AsgTools/ToolHandle.h"#include "AsgTools/StandaloneToolHandle.h"#include "AsgAnalysisInterfaces/IPileupReweightingTool.h"#include "MuonAnalysisInterfaces/IMuonEfficiencyScaleFactors.h"#include "PATInterfaces/SystematicsUtil.h"Go to the source code of this file.
Macros | |
| #define | CHECK_CPCorr(Arg) |
| a simple testing macro for the MuonEfficiencyScaleFactors class shamelessly stolen from CPToolTests.cxx More... | |
| #define | CHECK_CPSys(Arg) |
Typedefs | |
| typedef asg::StandaloneToolHandle< CP::IMuonEfficiencyScaleFactors > | EffiToolInstance |
| Example of how to run the MuonEfficiencyCorrections package to obtain information from muons. More... | |
Functions | |
| EffiToolInstance | createSFTool (const std::string &WP, const std::string &CustomInput, bool uncorrelate_Syst) |
| int | main (int argc, char *argv[]) |
| #define CHECK_CPCorr | ( | Arg | ) |
a simple testing macro for the MuonEfficiencyScaleFactors class shamelessly stolen from CPToolTests.cxx
Usage: MuonEfficiencyScaleFactorsTest -i <input file>
Definition at line 47 of file MuonEfficiencyScaleFactorsTest.cxx.
| #define CHECK_CPSys | ( | Arg | ) |
Definition at line 52 of file MuonEfficiencyScaleFactorsTest.cxx.
Example of how to run the MuonEfficiencyCorrections package to obtain information from muons.
Definition at line 58 of file MuonEfficiencyScaleFactorsTest.cxx.
| EffiToolInstance createSFTool | ( | const std::string & | WP, |
| const std::string & | CustomInput, | ||
| bool | uncorrelate_Syst | ||
| ) |
Definition at line 60 of file MuonEfficiencyScaleFactorsTest.cxx.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 72 of file MuonEfficiencyScaleFactorsTest.cxx.
1.8.18