ATLAS Offline Software
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 
16 using namespace std;
17 
18 // Simple debug method
19 void
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
python.setupRTTAlg.size
int size
Definition: setupRTTAlg.py:39
TrigCompositeContainer.h
TrigCompositeContainer::print_size
void print_size(void) const
calls TrigComposite::print (to std::cout) for all available combos
Definition: TrigCompositeContainer.cxx:20