ATLAS Offline Software
JetEtRoIAuxInfo_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: JetEtRoIAuxInfo_v1.h 631149 2014-11-26 12:26:18Z krasznaa $
8 #ifndef XAODTRIGGER_VERSIONS_JETETROIAUXINFO_V1_H
9 #define XAODTRIGGER_VERSIONS_JETETROIAUXINFO_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):
19 #include "xAODCore/AuxInfoBase.h"
20 
21 namespace xAOD {
22 
35 
36  public:
39 
40  private:
42  std::vector< std::string > thrNames;
43 
44  }; // class JetEtRoIAuxInfo_v1
45 
46 } // namespace xAOD
47 
48 // Declare the inheritance of the class:
49 #include "xAODCore/BaseInfo.h"
51 
52 #endif // XAODTRIGGER_VERSIONS_JETETROIAUXINFO_V1_H
xAOD::AuxInfoBase
Common base class for auxiliary info objects.
Definition: AuxInfoBase.h:49
xAOD::JetEtRoIAuxInfo_v1::roiWord
uint32_t roiWord
Definition: JetEtRoIAuxInfo_v1.h:41
SG_BASE
SG_BASE(xAOD::JetEtRoIAuxInfo_v1, xAOD::AuxInfoBase)
xAOD::uint32_t
setEventNumber uint32_t
Definition: EventInfo_v1.cxx:127
AuxInfoBase.h
BaseInfo.h
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::JetEtRoIAuxInfo_v1
Auxiliary store for a Jet-ET RoI object.
Definition: JetEtRoIAuxInfo_v1.h:34
xAOD::JetEtRoIAuxInfo_v1::JetEtRoIAuxInfo_v1
JetEtRoIAuxInfo_v1()
Default constuctor.
Definition: JetEtRoIAuxInfo_v1.cxx:12
xAOD::JetEtRoIAuxInfo_v1::thrNames
std::vector< std::string > thrNames
Definition: JetEtRoIAuxInfo_v1.h:42