ATLAS Offline Software
Loading...
Searching...
No Matches
TrigSpacePointCountsAuxContainer_v1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef xAODTrigMinBias_TrigSpacePointCountsAUXCONTAINTER_V1_H
6#define xAODTrigMinBias_TrigSpacePointCountsAUXCONTAINTER_V1_H
7
9
10#include <vector>
11
12namespace xAOD {
13
15
16 public:
18
19 private:
20 std::vector< std::vector<float> > contentsPixelClusEndcapC;
21 std::vector< std::vector<float> > contentsPixelClusBarrel;
22 std::vector< std::vector<float> > contentsPixelClusEndcapA;
23 std::vector<unsigned int> pixelClusTotBins;
24 std::vector<float> pixelClusTotMin;
25 std::vector<float> pixelClusTotMax;
26 std::vector<unsigned int> pixelClusSizeBins;
27 std::vector<float> pixelClusSizeMin;
28 std::vector<float> pixelClusSizeMax;
29 std::vector<unsigned int> sctSpEndcapC;
30 std::vector<unsigned int> sctSpBarrel;
31 std::vector<unsigned int> sctSpEndcapA;
32 };
33
34}
35
36#include "xAODCore/BaseInfo.h"
38
39#endif
#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.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.