ATLAS Offline Software
Functions
JetHypoExerciserAlg.cxx File Reference
#include "TrigHLTJetHypoUnitTests/JetHypoExerciserAlg.h"
#include "TrigHLTJetHypo/ITrigJetHypoToolHelper.h"
#include "TrigHLTJetHypo/TrigHLTJetHypoUtils/HypoJetDefs.h"
#include "TrigHLTJetHypoUnitTests/../src/TLorentzVectorFactory.h"
#include "TrigHLTJetHypoUnitTests/../src/TLorentzVectorAsIJet.h"
#include "TrigHLTJetHypo/../src/DebugInfoCollector.h"
#include "TrigHLTJetHypo/../src/xAODJetCollector.h"
#include "TrigHLTJetHypo/TrigHLTJetHypoUtils/lineSplitter.h"
#include <fstream>
#include <sstream>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, std::pair< double, double > p)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  s,
std::pair< double, double >  p 
)

Definition at line 17 of file JetHypoExerciserAlg.cxx.

18 {
19  s << p.first << " " << p.second;
20  return s;
21 }
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743