ATLAS Offline Software
BCMRawDataAuxContainer_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: BCMRawDataAuxContainer_v1.h 652111 2015-03-06 10:13:22Z krasznaa $
8 #ifndef XAODLUMINOSITY_VERSIONS_BCMRAWDATAAUXCONTAINER_V1_H
9 #define XAODLUMINOSITY_VERSIONS_BCMRAWDATAAUXCONTAINER_V1_H
10 
11 // System include(s):
12 extern "C" {
13 # include "stdint.h"
14 }
15 #include <vector>
16 
17 // xAOD include(s):
19 
20 namespace xAOD {
21 
33 
34  public:
37 
38  private:
39  std::vector< uint32_t > bcmWord1;
40  std::vector< uint32_t > bcmWord2;
41 
42  }; // class BCMRawDataAuxContainer_v1
43 
44 } // namespace xAOD
45 
46 #endif // XAODLUMINOSITY_VERSIONS_BCMRAWDATAAUXCONTAINER_V1_H
xAOD::BCMRawDataAuxContainer_v1::BCMRawDataAuxContainer_v1
BCMRawDataAuxContainer_v1()
Default constructor.
Definition: BCMRawDataAuxContainer_v1.cxx:12
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition: AuxContainerBase.h:59
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::BCMRawDataAuxContainer_v1::bcmWord1
std::vector< uint32_t > bcmWord1
First word of the BCM raw data.
Definition: BCMRawDataAuxContainer_v1.h:39
xAOD::BCMRawDataAuxContainer_v1
Class holding the payload of xAOD::BCMRawDataContainer.
Definition: BCMRawDataAuxContainer_v1.h:32
xAOD::BCMRawDataAuxContainer_v1::bcmWord2
std::vector< uint32_t > bcmWord2
Second word of the BCM raw data.
Definition: BCMRawDataAuxContainer_v1.h:40