ATLAS Offline Software
Classes | Namespaces | Functions
AnalysisCommon/PMGTools/PMGTools/IPMGCrossSectionTool.h File Reference
#include "AsgTools/IAsgTool.h"
#include <vector>
Include dependency graph for AnalysisCommon/PMGTools/PMGTools/IPMGCrossSectionTool.h:

Go to the source code of this file.

Classes

struct  PMGTools::AllSampleInfo
 
class  PMGTools::IPMGCrossSectionTool
 

Namespaces

 PMGTools
 Tool providing sample cross-sections and k-factors etc.
 

Functions

std::ostream & operator<< (std::ostream &os, const PMGTools::AllSampleInfo &s)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const PMGTools::AllSampleInfo s 
)

Definition at line 64 of file AnalysisCommon/PMGTools/PMGTools/IPMGCrossSectionTool.h.

64  {
65  return os << "Name: " << s.containerName << std::endl
66  << "DSID: " << s.dsid << std::endl
67  << "Cross section: " << s.genXsec << std::endl
68  << "k-factor: " << s.kFactor << std::endl
69  << "Filter eff.: " << s.filterEff << std::endl;
70 }
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
ReadFromCoolCompare.os
os
Definition: ReadFromCoolCompare.py:231