ATLAS Offline Software
Loading...
Searching...
No Matches
RoiDescriptorStoreAuxInfo_v1.h
Go to the documentation of this file.
1// emacs: this is -*- c++ -*-
2/*
3 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
4*/
5//
6// @file IRoiDecsriptorStorageAuxInfo_v1.h
7//
8// Class holding the data handled by RoiDescriptorStore_v1
9// This is the auxiliary class holding the serialised RoiDescriptor
10// information in xAOD files.
11//
12// $Id: RoiDescriptorStoreAuxInfo_v1.h v0.0 Wed 11 Nov 2015 14:36:15 CET sutt $
13
14#ifndef XAODTRIGGER_VERSIONS_ROIDESCRIPTORSTOREAUXINFO_V1_H
15#define XAODTRIGGER_VERSIONS_ROIDESCRIPTORSTOREAUXINFO_V1_H
16
17#include <stdint.h>
18#include <vector>
19
20// xAOD include
22
23namespace xAOD {
24
26
27 public:
30
31 private:
32
33 std::vector< std::vector<uint32_t> > serialised;
34
35 }; // class RoiDescriptorStoreAuxInfo_v1
36
37} // namespace xAOD
38
39// Declare the inheritance of the type:
40#include "xAODCore/BaseInfo.h"
42
43#endif // XAODTRIGGER_VERSIONS_ROIDESCRIPTORSTOREAUXINFO_V1_H
#define SG_BASE(D, B)
Declare that class D derives from class B.
Common base class for auxiliary info objects.
Definition AuxInfoBase.h:45
AuxInfoBase(bool allowDynamicVars=true)
Default constructor.
std::vector< std::vector< uint32_t > > serialised
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.