ATLAS Offline Software
Loading...
Searching...
No Matches
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
10namespace 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
Base class for elements of a container that can have aux data.
Base class for elements of a container that can have aux data.
Definition AuxElement.h:483
void setVtxTrkPtSqSum(const std::vector< float > &m_vtxTrkPtSqSum)
const std::vector< float > & vtxTrkPtSqSum() const
TrigVertexCounts_v1()
default constructor
void setVtxNtrks(const std::vector< unsigned int > &m_vtxNtrks)
const std::vector< unsigned int > & vtxNtrks() const
getters
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.