Skip to content
Snippets Groups Projects

MissingETPerformance: Fix unchecked StatusCodes

Merged Frank Winklmeier requested to merge fwinkl/athena:fwinkl_20200306T182649 into master
8 files
+ 29
39
Compare changes
  • Side-by-side
  • Inline
Files
8
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
*/
#ifndef TRIGMISSINGET_TOOL_H
@@ -56,8 +56,8 @@ protected:
std::string& getDir();
TH1* hist(const std::string&);
TH2* hist2(const std::string&);
StatusCode addHistogram(TH1 *);
StatusCode addHistogram(TH2 *);
void addHistogram(TH1 *);
void addHistogram(TH2 *);
StatusCode trigMissingETPlots(MissingETData *);
Loading