ATLAS Offline Software
TrigMuonEFInfoTrackContainer.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: TrigMuonEFInfoTrackContainer.cxx
8  Package : offline/Trigger/TrigEvent/TrigMuonEvent
9 
10  AUTHORS: Sergio Grancagnolo, Alexander Oh
11  CREATED: April 2008, Feb 2009
12 
13  PURPOSE: This is the Container Class for TrigMuonEFInfoTrack 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 Track objects in container "
27  << this->size() << std::endl;
28 
29 }
TrigMuonEFInfoTrackContainer::print
void print()
Definition: TrigMuonEFInfoTrackContainer.cxx:23
TrigMuonEFInfoTrackContainer.h
DataVector< TrigMuonEFInfoTrack >::size
size_type size() const noexcept
Returns the number of elements in the collection.