ATLAS Offline Software
Loading...
Searching...
No Matches
TrigCompositeContainer.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: TrigCompositeContainer.cxx
8 PACKAGE: Trigger/TrigEvent/TrigCombinedEvent
9 AUTHORS: Camille B.-Champagne
10 CREATION DATE: November 28th, 2011
11
12******************************************************/
13
15
16using namespace std;
17
18// Simple debug method
19void
21 std::cout << "TrigCompositeContainer with ";
22 std::cout << size() << " TrigComposites" << std::endl;
23 //for ( TrigCompositeContainer::const_iterator i = begin(); i!=end();i++)
24 //(*i)->print();
25}
26
27
28
29// End of file TrigCompositeContainer.cxx
size_type size() const noexcept
void print_size(void) const
calls TrigComposite::print (to std::cout) for all available combos
STL namespace.