ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Event
xAOD
xAODTrigL1Calo
Root
L1TopoRawData_v1.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
// $Id: L1TopoRawData_v1.cxx 652824 2015-03-09 23:24:32Z morrisj $
6
7
// System include(s):
8
#include <cmath>
9
10
// EDM includes(s):
11
#include "
xAODCore/AuxStoreAccessorMacros.h
"
12
13
// Local include(s):
14
#include "
xAODTrigL1Calo/versions/L1TopoRawData_v1.h
"
15
16
namespace
xAOD
{
17
18
L1TopoRawData_v1::L1TopoRawData_v1
() :
19
SG
::AuxElement()
20
{
21
}
22
24
void
L1TopoRawData_v1::initialize
(
const
std::vector<uint32_t>&
dataWords
,
25
const
std::vector<uint32_t>&
statusWords
,
26
const
uint32_t
errorWord
,
27
const
uint32_t
sourceID
)
28
{
29
setDataWords
(
dataWords
);
30
setStatusWords
(
statusWords
);
31
setErrorWord
(
errorWord
);
32
setSourceID
(
sourceID
);
33
}
34
35
AUXSTORE_OBJECT_SETTER_AND_GETTER
(
L1TopoRawData_v1
, std::vector<uint32_t> , dataWords , setDataWords )
36
AUXSTORE_OBJECT_SETTER_AND_GETTER
(
L1TopoRawData_v1
, std::vector<uint32_t> , statusWords , setStatusWords )
37
AUXSTORE_PRIMITIVE_SETTER_AND_GETTER
(
L1TopoRawData_v1
,
uint32_t
, errorWord , setErrorWord )
38
AUXSTORE_PRIMITIVE_SETTER_AND_GETTER
(
L1TopoRawData_v1
,
uint32_t
, sourceID , setSourceID )
39
40
}
// namespace xAOD
AuxStoreAccessorMacros.h
AUXSTORE_PRIMITIVE_SETTER_AND_GETTER
#define AUXSTORE_PRIMITIVE_SETTER_AND_GETTER(CL, TYPE, NAME, SETTER)
Macro creating the accessors of primitive auxiliary properties.
Definition
AuxStoreAccessorMacros.h:36
AUXSTORE_OBJECT_SETTER_AND_GETTER
#define AUXSTORE_OBJECT_SETTER_AND_GETTER(CL, TYPE, NAME, SETTER)
Macro creating the accessors of complex auxiliary properties.
Definition
AuxStoreAccessorMacros.h:88
L1TopoRawData_v1.h
xAOD::L1TopoRawData_v1
Description of L1TopoRawData_v1.
Definition
L1TopoRawData_v1.h:28
xAOD::L1TopoRawData_v1::setStatusWords
void setStatusWords(const std::vector< uint32_t > &)
set statusWords
xAOD::L1TopoRawData_v1::setDataWords
void setDataWords(const std::vector< uint32_t > &)
set dataWords
xAOD::L1TopoRawData_v1::statusWords
const std::vector< uint32_t > & statusWords() const
get statusWords
xAOD::L1TopoRawData_v1::setSourceID
void setSourceID(const uint32_t)
set sourceID
xAOD::L1TopoRawData_v1::initialize
virtual void initialize(const std::vector< uint32_t > &dataWords, const std::vector< uint32_t > &statusWords, const uint32_t errorWord, const uint32_t sourceID)
initialize
Definition
L1TopoRawData_v1.cxx:24
xAOD::L1TopoRawData_v1::L1TopoRawData_v1
L1TopoRawData_v1()
Default constructor.
Definition
L1TopoRawData_v1.cxx:18
xAOD::L1TopoRawData_v1::errorWord
uint32_t errorWord() const
get error
xAOD::L1TopoRawData_v1::sourceID
uint32_t sourceID() const
get sourceID
xAOD::L1TopoRawData_v1::dataWords
const std::vector< uint32_t > & dataWords() const
get dataWords
xAOD::L1TopoRawData_v1::setErrorWord
void setErrorWord(const uint32_t)
set error
SG
Forward declaration.
Definition
CaloCellPacker_400_500.h:32
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition
ICaloAffectedTool.h:24
xAOD::uint32_t
setEventNumber uint32_t
Definition
EventInfo_v1.cxx:127
Generated on
for ATLAS Offline Software by
1.17.0