ATLAS Offline Software
MuonRoIAuxContainer_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: MuonRoIAuxContainer_v1.h 631149 2014-11-26 12:26:18Z krasznaa $
8 #ifndef XAODTRIGGER_VERSIONS_MUONROIAUXCONTAINER_V1_H
9 #define XAODTRIGGER_VERSIONS_MUONROIAUXCONTAINER_V1_H
10 
11 // System include(s):
12 extern "C" {
13 # include <stdint.h>
14 }
15 #include <vector>
16 #include <string>
17 
18 // EDM include(s):
20 
21 namespace xAOD{
22 
35 
36  public:
39 
40  private:
41  std::vector< float > eta;
42  std::vector< float > phi;
43  std::vector< uint32_t > roiWord;
44  std::vector< float > thrValue;
45  std::vector< std::string > thrName;
46 
47  }; // class MuonRoIAuxContainer_v1
48 
49 } // namespace xAOD
50 
51 // Declare the inheritance of the class:
52 #include "xAODCore/BaseInfo.h"
54 
55 #endif // XAODTRIGGER_VERSIONS_MUONROIAUXCONTAINER_V1_H
xAOD::MuonRoIAuxContainer_v1::phi
std::vector< float > phi
Definition: MuonRoIAuxContainer_v1.h:42
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
SG_BASE
SG_BASE(xAOD::MuonRoIAuxContainer_v1, xAOD::AuxContainerBase)
xAOD::MuonRoIAuxContainer_v1::roiWord
std::vector< uint32_t > roiWord
Definition: MuonRoIAuxContainer_v1.h:43
xAOD::MuonRoIAuxContainer_v1::thrName
std::vector< std::string > thrName
Definition: MuonRoIAuxContainer_v1.h:45
xAOD::MuonRoIAuxContainer_v1::thrValue
std::vector< float > thrValue
Definition: MuonRoIAuxContainer_v1.h:44
xAOD::MuonRoIAuxContainer_v1::MuonRoIAuxContainer_v1
MuonRoIAuxContainer_v1()
Default constuctor.
Definition: MuonRoIAuxContainer_v1.cxx:12
xAOD::MuonRoIAuxContainer_v1
Auxiliary store for the LVL1 muon RoI container.
Definition: MuonRoIAuxContainer_v1.h:34
xAOD::MuonRoIAuxContainer_v1::eta
std::vector< float > eta
Definition: MuonRoIAuxContainer_v1.h:41