Skip to content
Snippets Groups Projects

Improve protection against missing four-vectors

4 files
+ 33
31
Compare changes
  • Side-by-side
  • Inline
Files
4
// -*- c++ -*-
// -*- c++ -*-
/*
/*
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 JETMONITORING_JETKINEMATICHISTOS_H
#ifndef JETMONITORING_JETKINEMATICHISTOS_H
@@ -52,7 +52,7 @@ protected:
@@ -52,7 +52,7 @@ protected:
TProfile2D* m_averagePtEtaPhi;
TProfile2D* m_averagePtEtaPhi;
TProfile2D* m_averageE_EtaPhi;
TProfile2D* m_averageE_EtaPhi;
int m_jetScale;
std::string m_jetScale;
bool m_doN;
bool m_doN;
bool m_doM;
bool m_doM;
Loading