#include <GaudiKernel/StatusCode.h>
#include <set>
#include <algorithm>
#include <iterator>
#include "TrigCompositeUtils/ChainNameParser.h"
#include "NavigationTesterAlg.h"
#include "SpecialCases.h"
Go to the source code of this file.
|
| xAOD |
| ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
|
|
| Trig |
| The common trigger namespace for trigger analysis tools.
|
|
◆ operator<<()
template<typename T >
std::ostream& std::operator<< |
( |
std::ostream & |
os, |
|
|
const std::set< T > & |
s |
|
) |
| |