ATLAS Offline Software
Loading...
Searching...
No Matches
CMXJetTobAuxContainer_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: CMXJetTobAuxContainer_v1.h 687949 2015-08-06 15:48:49Z amazurov $
8#ifndef XAODTRIGL1CALO_VERSIONS_CMXJETTOBAUXCONTAINER_V1_H
9#define XAODTRIGL1CALO_VERSIONS_CMXJETTOBAUXCONTAINER_V1_H
10
11// STL include(s):
12#include <vector>
13// System include(s):
14#include <stdint.h>
15
16// EDM include(s):
18
19namespace xAOD{
20
27
29 public:
32
33 private:
34 std::vector<uint8_t> crate;
35 std::vector<uint8_t> jem;
36 std::vector<uint8_t> frame;
37 std::vector<uint8_t> location;
38 std::vector<uint8_t> peak;
39 std::vector<std::vector<uint16_t> > energyLargeVec;
40 std::vector<std::vector<uint16_t> > energySmallVec;
41 std::vector<std::vector<uint32_t> > errorVec;
42 std::vector<std::vector<uint16_t> > presenceMapVec;
43
44 }; // class CMXJetTobAuxContainer_v1
45} // namespace xAOD
46
48
49#endif
50
#define SG_BASE(D, B)
Declare that class D derives from class B.
Common base class for the auxiliary containers.
AuxContainerBase(bool allowDynamicVars=true)
Default constructor.
Description of CMXJetTobAuxContainer_v1.
std::vector< std::vector< uint16_t > > energySmallVec
std::vector< std::vector< uint16_t > > presenceMapVec
std::vector< std::vector< uint16_t > > energyLargeVec
std::vector< std::vector< uint32_t > > errorVec
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.