ATLAS Offline Software
Loading...
Searching...
No Matches
TrigVertexCounts_v1.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5
7
9
10
11namespace xAOD {
12
13 // Default ctor
17
19
20 AUXSTORE_OBJECT_SETTER_AND_GETTER (TrigVertexCounts_v1, std::vector<unsigned int> , vtxNtrks, setVtxNtrks)
21 AUXSTORE_OBJECT_SETTER_AND_GETTER (TrigVertexCounts_v1, std::vector<float>, vtxTrkPtSqSum, setVtxTrkPtSqSum )
22
23}
#define AUXSTORE_OBJECT_SETTER_AND_GETTER(CL, TYPE, NAME, SETTER)
Macro creating the accessors of complex auxiliary properties.
AuxElement()
Default constructor.
TrigVertexCounts_v1()
default constructor
Forward declaration.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.