ATLAS Offline Software
TrigMuonEFInfoContainer.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 /********************************************************************
6 
7  NAME: TrigMuonEFInfoContainer.cxx
8  Package : offline/Trigger/TrigEvent/TrigMuonEvent
9 
10  AUTHORS: Sergio Grancagnolo
11  CREATED: April 2008
12 
13  PURPOSE: This is the Container Class for TrigMuonEFInfo Objects.
14 ********************************************************************/
15 
16  // INCLUDE HEADER FILES:
17 
19 #include <iomanip>
20 #include <iostream>
21 
22 // print objects found in container
24 {
25 
26  std::cout << "Number of Muon objects in container "
27  << this->size() << std::endl;
28 
29 }
TrigMuonEFInfoContainer::print
void print()
Definition: TrigMuonEFInfoContainer.cxx:23
TrigMuonEFInfoContainer.h
DataVector< TrigMuonEFInfo >::size
size_type size() const noexcept
Returns the number of elements in the collection.