ATLAS Offline Software
Trigger
TrigEvent
TrigMuonEvent
src
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
18
#include "
TrigMuonEvent/TrigMuonEFContainer.h
"
19
#include <iomanip>
20
#include <iostream>
21
22
// print objects found in container
23
void
TrigMuonEFContainer::print
()
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.
Generated on Thu Nov 7 2024 21:30:00 for ATLAS Offline Software by
1.8.18