ATLAS Offline Software
Reconstruction
MuonIdentification
muonEvent
src
MuonContainer.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
15
16
#include "
muonEvent/MuonContainer.h
"
17
#include <iomanip>
18
#include <iostream>
19
20
namespace
Analysis
{
21
22
// print objects found in container
23
void
MuonContainer::print
()
24
{
25
std::cout <<
"Number of Muon objects in container "
26
<< this->
size
() << std::endl;
27
}
28
29
}
30
31
32
33
MuonContainer.h
Analysis
The namespace of all packages in PhysicsAnalysis/JetTagging.
Definition:
BTaggingCnvAlg.h:20
Analysis::MuonContainer::print
void print()
Definition:
MuonContainer.cxx:23
DataVector< Analysis::Muon >::size
size_type size() const noexcept
Returns the number of elements in the collection.
Generated on Thu Jan 9 2025 21:14:45 for ATLAS Offline Software by
1.8.18