ATLAS Offline Software
Loading...
Searching...
No Matches
TrigVertexCountsAuxContainer_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_TrigVertexCountsAUXCONTAINTER_V1_H
6#define xAODTrigMinBias_TrigVertexCountsAUXCONTAINTER_V1_H
7
9
10#include <vector>
11
12namespace xAOD {
13
15
16 public:
18
19 private:
20
21 std::vector< std::vector<unsigned int> > vtxNtrks;
22
23 std::vector< std::vector<float> > vtxTrkPtSqSum;
24
25 };
26
27}
28
29#include "xAODCore/BaseInfo.h"
31
32#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.
std::vector< std::vector< unsigned int > > vtxNtrks
std::vector< std::vector< float > > vtxTrkPtSqSum
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.