ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigValidation
TrigValAlgs
src
TrigEDMAuxChecker.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIG_EDM_AUXCHECKER_H
6
#define TRIG_EDM_AUXCHECKER_H
7
8
#include "GaudiKernel/ToolHandle.h"
9
#include "GaudiKernel/ObjectVector.h"
10
#include "
xAODCore/AuxContainerBase.h
"
11
#include "
AthenaBaseComps/AthAlgorithm.h
"
12
13
#include <string>
14
15
16
class
TrigEDMAuxChecker
:
public
AthAlgorithm
{
17
18
public
:
19
20
TrigEDMAuxChecker
(
const
std::string& name, ISvcLocator* pSvcLocator);
21
~TrigEDMAuxChecker
();
22
23
StatusCode
initialize
();
24
StatusCode
finalize
();
25
StatusCode
execute
(
const
EventContext& ctx);
26
27
28
29
private
:
30
31
32
void
dumpDecorators
(
const
xAOD::AuxContainerBase
*,
const
std::string&);
33
std::vector<std::string>
m_auxList
;
34
std::map< std::string,std::vector<std::string> >
m_auxmap
;
35
std::map< std::string,std::vector<std::string> >
m_dynauxmap
;
36
int
m_count
;
37
38
};
39
40
#endif
// TRIG_EDM_AUXCHECKER_H
AthAlgorithm.h
AuxContainerBase.h
AthAlgorithm::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
AthAlgorithm.cxx:10
TrigEDMAuxChecker::execute
StatusCode execute(const EventContext &ctx)
Execute method.
Definition
TrigEDMAuxChecker.cxx:94
TrigEDMAuxChecker::m_auxmap
std::map< std::string, std::vector< std::string > > m_auxmap
Definition
TrigEDMAuxChecker.h:34
TrigEDMAuxChecker::m_auxList
std::vector< std::string > m_auxList
Definition
TrigEDMAuxChecker.h:33
TrigEDMAuxChecker::dumpDecorators
void dumpDecorators(const xAOD::AuxContainerBase *, const std::string &)
Definition
TrigEDMAuxChecker.cxx:53
TrigEDMAuxChecker::~TrigEDMAuxChecker
~TrigEDMAuxChecker()
Definition
TrigEDMAuxChecker.cxx:18
TrigEDMAuxChecker::finalize
StatusCode finalize()
Definition
TrigEDMAuxChecker.cxx:32
TrigEDMAuxChecker::TrigEDMAuxChecker
TrigEDMAuxChecker(const std::string &name, ISvcLocator *pSvcLocator)
Adapted from code by A.Hamilton to check trigger EDM; R.Goncalo 21/11/07.
Definition
TrigEDMAuxChecker.cxx:11
TrigEDMAuxChecker::m_dynauxmap
std::map< std::string, std::vector< std::string > > m_dynauxmap
Definition
TrigEDMAuxChecker.h:35
TrigEDMAuxChecker::m_count
int m_count
Definition
TrigEDMAuxChecker.h:36
TrigEDMAuxChecker::initialize
StatusCode initialize()
Definition
TrigEDMAuxChecker.cxx:20
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition
AuxContainerBase.h:55
Generated on
for ATLAS Offline Software by
1.17.0