ATLAS Offline Software
Loading...
Searching...
No Matches
CaloRecoStatus.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7bool CaloRecoStatus::getStatus(std::vector<CaloRecoStatus::StatusIndicator>&
8 pStatusList) const
9{
10 const size_t oldSize = pStatusList.size();
12 if ((s & m_status) == s) pStatusList.push_back(s);
13 }
14 return oldSize < pStatusList.size();
15}
virtual bool getStatus(std::vector< CaloRecoStatus::StatusIndicator > &pStatusList) const
retrieve all status indicators
store_type m_status
Status store.