ATLAS Offline Software
TrigMuonEFContainer.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: TrigMuonEFContainer.cxx
8  Package : offline/Trigger/TrigEvent/TrigMuonEvent
9 
10  AUTHORS: Gabriella Cataldi
11  CREATED: November 2006
12 
13  PURPOSE: This is the Container Class for TrigMuonEF 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  }
30 
TrigMuonEFContainer::print
void print()
Definition: TrigMuonEFContainer.cxx:23
TrigMuonEFContainer.h
DataVector< TrigMuonEF >::size
size_type size() const noexcept
Returns the number of elements in the collection.