ATLAS Offline Software
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):
12 
13 // Local include(s):
15 
16 namespace xAOD{
17 
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  {
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 )
39 
40 } // namespace xAOD
xAOD::AUXSTORE_PRIMITIVE_SETTER_AND_GETTER
AUXSTORE_PRIMITIVE_SETTER_AND_GETTER(BTagging_v1, float, IP2D_pb, setIP2D_pb) AUXSTORE_PRIMITIVE_SETTER_AND_GETTER(BTagging_v1
xAOD::L1TopoRawData_v1::setDataWords
void setDataWords(const std::vector< uint32_t > &)
set dataWords
xAOD::L1TopoRawData_v1::L1TopoRawData_v1
L1TopoRawData_v1()
Default constructor.
Definition: L1TopoRawData_v1.cxx:18
SG
Forward declaration.
Definition: CaloCellPacker_400_500.h:32
AuxStoreAccessorMacros.h
xAOD::uint32_t
setEventNumber uint32_t
Definition: EventInfo_v1.cxx:127
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::L1TopoRawData_v1::dataWords
const std::vector< uint32_t > & dataWords() const
get dataWords
xAOD::L1TopoRawData_v1::setStatusWords
void setStatusWords(const std::vector< uint32_t > &)
set statusWords
xAOD::L1TopoRawData_v1
Description of L1TopoRawData_v1.
Definition: L1TopoRawData_v1.h:28
xAOD::L1TopoRawData_v1::setErrorWord
void setErrorWord(const uint32_t)
set error
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::sourceID
uint32_t sourceID() const
get sourceID
L1TopoRawData_v1.h
xAOD::L1TopoRawData_v1::errorWord
uint32_t errorWord() const
get error
xAOD::L1TopoRawData_v1::statusWords
const std::vector< uint32_t > & statusWords() const
get statusWords
xAOD::AUXSTORE_OBJECT_SETTER_AND_GETTER
AUXSTORE_OBJECT_SETTER_AND_GETTER(CaloRings_v1, RingSetLinks, ringSetLinks, setRingSetLinks) unsigned CaloRings_v1
Definition: CaloRings_v1.cxx:27