ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Event
xAOD
xAODCore
xAODCore
AuxSelection.h
Go to the documentation of this file.
1
// Dear emacs, this is -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// $Id: AuxSelection.h 583607 2014-02-17 11:02:08Z krasznaa $
8
#ifndef XAODCORE_AUXSELECTION_H
9
#define XAODCORE_AUXSELECTION_H
10
11
// System include(s):
12
#include <set>
13
#include <string>
14
15
// EDM include(s):
16
#include "
AthContainersInterfaces/AuxTypes.h
"
17
18
namespace
xAOD
{
19
31
class
AuxSelection
{
32
33
public
:
35
AuxSelection
();
36
38
virtual
void
selectAux
(
const
std::set< std::string >& attributes );
40
virtual
SG::auxid_set_t
41
getSelectedAuxIDs
(
const
SG::auxid_set_t
& fullset )
const
;
42
43
protected
:
45
std::set< std::string >
m_names
;
46
47
};
// class AuxSelection
48
49
}
// namespace xAOD
50
51
#endif
// XAODCORE_AUXSELECTION_H
AuxTypes.h
Basic definitions for auxiliary types.
SG::auxid_set_t
A set of aux data identifiers.
Definition
AuxTypes.h:47
xAOD::AuxSelection::m_names
std::set< std::string > m_names
Properties following the variable selection convention.
Definition
AuxSelection.h:45
xAOD::AuxSelection::selectAux
virtual void selectAux(const std::set< std::string > &attributes)
Select which variables should be written out.
Definition
AuxSelection.cxx:49
xAOD::AuxSelection::getSelectedAuxIDs
virtual SG::auxid_set_t getSelectedAuxIDs(const SG::auxid_set_t &fullset) const
Return which variables were selected to be written out.
Definition
AuxSelection.cxx:64
xAOD::AuxSelection::AuxSelection
AuxSelection()
Default constructor.
Definition
AuxSelection.cxx:32
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition
ICaloAffectedTool.h:24
Generated on
for ATLAS Offline Software by
1.17.0