ATLAS Offline Software
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 
11 namespace xAOD {
12 
13  // Default ctor
15  : SG::AuxElement() {
16  }
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 }
SG
Forward declaration.
Definition: CaloCellPacker_400_500.h:32
AuxStoreAccessorMacros.h
xAOD::TrigVertexCounts_v1::TrigVertexCounts_v1
TrigVertexCounts_v1()
default constructor
Definition: TrigVertexCounts_v1.cxx:14
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
TrigVertexCounts_v1.h
xAOD::TrigVertexCounts_v1
Definition: TrigVertexCounts_v1.h:12
xAOD::TrigVertexCounts_v1::~TrigVertexCounts_v1
~TrigVertexCounts_v1()
Destructor.
Definition: TrigVertexCounts_v1.cxx:18
xAOD::AUXSTORE_OBJECT_SETTER_AND_GETTER
AUXSTORE_OBJECT_SETTER_AND_GETTER(CaloRings_v1, RingSetLinks, ringSetLinks, setRingSetLinks) unsigned CaloRings_v1
Definition: CaloRings_v1.cxx:27