ATLAS Offline Software
Trigger
TrigEvent
TrigMuonEvent
src
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
18
#include "
TrigMuonEvent/TrigMuonEFInfoTrackContainer.h
"
19
#include <iomanip>
20
#include <iostream>
21
22
// print objects found in container
23
void
TrigMuonEFInfoTrackContainer::print
()
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.
Generated on Fri Jan 10 2025 21:20:26 for ATLAS Offline Software by
1.8.18