ATLAS Offline Software
TrigVertexCounts_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_TrigVertexCounts_V1_H
6 #define xAODTrigMinBias_TrigVertexCounts_V1_H
7 
9 
10 namespace xAOD {
11 
13  public:
16 
19 
21  const std::vector<unsigned int>& vtxNtrks() const;
22 
23  const std::vector<float>& vtxTrkPtSqSum() const;
24 
25  /*setters*/
26 
27  void setVtxNtrks(const std::vector<unsigned int> & m_vtxNtrks);
28 
29  void setVtxTrkPtSqSum(const std::vector<float> &m_vtxTrkPtSqSum);
30 
31  };
32 }
33 
34 #endif
35 
xAOD::TrigVertexCounts_v1::vtxTrkPtSqSum
const std::vector< float > & vtxTrkPtSqSum() const
SG::AuxElement
Base class for elements of a container that can have aux data.
Definition: AuxElement.h:483
xAOD::TrigVertexCounts_v1::TrigVertexCounts_v1
TrigVertexCounts_v1()
default constructor
Definition: TrigVertexCounts_v1.cxx:14
xAOD::TrigVertexCounts_v1::vtxNtrks
const std::vector< unsigned int > & vtxNtrks() const
getters
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::TrigVertexCounts_v1::setVtxNtrks
void setVtxNtrks(const std::vector< unsigned int > &m_vtxNtrks)
xAOD::TrigVertexCounts_v1
Definition: TrigVertexCounts_v1.h:12
xAOD::TrigVertexCounts_v1::~TrigVertexCounts_v1
~TrigVertexCounts_v1()
Destructor.
Definition: TrigVertexCounts_v1.cxx:18
xAOD::TrigVertexCounts_v1::setVtxTrkPtSqSum
void setVtxTrkPtSqSum(const std::vector< float > &m_vtxTrkPtSqSum)
AuxElement.h
Base class for elements of a container that can have aux data.