/cvmfs/atlas.cern.ch/repo/sw/ASG/AnalysisBase/2.4.28/JetTileCorrection/util/JetTileCorrectionTester.cxx File Reference

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[])

Detailed Description

Contains RootCore testing code for the JetTileCorrectionTool.

Author:
Martin Tripiana <tripiana@cern.ch>

Define Documentation

#define CHECK ( ARG   ) 
Value:
do {                                               \
    const bool result = ARG;                         \
    if(!result) {                                    \
      ::Error(APP_NAME, "Failed to execute: \"%s\"", \
              #ARG );                                \
      return 1;                                      \
    }                                                \
  } while( false )
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 15 Apr 2017 for RootCore Packages by  doxygen 1.6.1