Contains RootCore testing code for the JetTileCorrectionTool. More...
#include <memory>
#include <cstdlib>
#include "TFile.h"
#include "TError.h"
#include "TString.h"
#include "xAODEventInfo/EventInfo.h"
#include "xAODJet/JetContainer.h"
#include "xAODCore/ShallowCopy.h"
#include <AsgTools/AnaToolHandle.h>
#include "AsgTools/AsgTool.h"
#include "PATInterfaces/CorrectionCode.h"
#include "JetTileCorrection/JetTileCorrectionTool.h"
Defines | |
#define | CHECK(ARG) |
Functions | |
int | main (int argc, char *argv[]) |
Contains RootCore testing code for the JetTileCorrectionTool.
#define CHECK | ( | ARG | ) |
do { \ const bool result = ARG; \ if(!result) { \ ::Error(APP_NAME, "Failed to execute: \"%s\"", \ #ARG ); \ return 1; \ } \ } while( false )