Skip to content
Snippets Groups Projects

JVT analysis sequence updates

Merged Tadej Novak requested to merge tadej/athena:analysis/JVT into 21.2
All threads resolved!
4 files
+ 72
17
Compare changes
  • Side-by-side
  • Inline
Files
4
/*
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
*/
/// @author Nils Krumnack
@@ -53,6 +53,18 @@ namespace CP
private:
std::string m_truthJetsName;
/// \brief differenciate between JVT and fJVT
private:
bool m_dofJVT = false;
/// \brief the decoration for the fJVT selection
private:
std::string m_fJVTStatus;
/// \brief the accessor for \ref m_fJVTStatus
private:
std::unique_ptr<ISelectionAccessor> m_fJVTStatusAccessor;
/// \brief the decoration for the JVT selection
private:
std::string m_selection;
Loading