ATLAS Offline Software
Loading...
Searching...
No Matches
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
17#include <iomanip>
18#include <iostream>
19
20namespace Analysis {
21
22// print objects found in container
23void MuonContainer::print()
24{
25 std::cout << "Number of Muon objects in container "
26 << this->size() << std::endl;
27}
28
29}
30
31
32
33
size_type size() const noexcept
The namespace of all packages in PhysicsAnalysis/JetTagging.