ATLAS Offline Software
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 
20 namespace Analysis {
21 
22 // print objects found in container
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.