ATLAS Offline Software
L1TopoRawDataAuxContainer_v1.h
Go to the documentation of this file.
1 // Dear emacs, this is -*- c++ -*-
2 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // $Id: L1TopoRawDataAuxContainer_v1.h 652824 2015-03-09 23:24:32Z morrisj $
8 #ifndef XAODTRIGL1CALO_VERSIONS_L1TOPORAWDATAAUXCONTAINER_V2_H
9 #define XAODTRIGL1CALO_VERSIONS_L1TOPORAWDATAAUXCONTAINER_V2_H
10 
11 // STL include(s):
12 #include <vector>
13 // System include(s):
14 #include <stdint.h>
15 
16 // EDM include(s):
18 
19 namespace xAOD{
20 
28 
30  public:
31  // Default constructor
33 
34  private:
35  std::vector<std::vector<uint32_t> > dataWords;
36  std::vector<std::vector<uint32_t> > statusWords;
37  std::vector<uint32_t> errorWord;
38  std::vector<uint32_t> sourceID;
39 
40  }; // class L1TopoRawDataAuxContainer_v1
41 } // namespace xAOD
42 
43 #include "xAODCore/BaseInfo.h"
45 
46 #endif // XAODTRIGL1CALO_VERSIONS_L1TOPORAWDATAAUXCONTAINER_V1_H
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition: AuxContainerBase.h:59
BaseInfo.h
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::L1TopoRawDataAuxContainer_v1::sourceID
std::vector< uint32_t > sourceID
Definition: L1TopoRawDataAuxContainer_v1.h:38
xAOD::L1TopoRawDataAuxContainer_v1::statusWords
std::vector< std::vector< uint32_t > > statusWords
Definition: L1TopoRawDataAuxContainer_v1.h:36
xAOD::L1TopoRawDataAuxContainer_v1::L1TopoRawDataAuxContainer_v1
L1TopoRawDataAuxContainer_v1()
Definition: L1TopoRawDataAuxContainer_v1.cxx:12
xAOD::L1TopoRawDataAuxContainer_v1
AuxContainer for L1TopoRawData_v1.
Definition: L1TopoRawDataAuxContainer_v1.h:29
xAOD::L1TopoRawDataAuxContainer_v1::dataWords
std::vector< std::vector< uint32_t > > dataWords
Definition: L1TopoRawDataAuxContainer_v1.h:35
SG_BASE
SG_BASE(xAOD::L1TopoRawDataAuxContainer_v1, xAOD::AuxContainerBase)
xAOD::L1TopoRawDataAuxContainer_v1::errorWord
std::vector< uint32_t > errorWord
Definition: L1TopoRawDataAuxContainer_v1.h:37