ATLAS Offline Software
Classes | Functions
PurityAnalysis.h File Reference
#include <iostream>
#include <vector>
#include <map>
#include "TrigInDetAnalysis/TrackAnalysis.h"
#include "TrigInDetAnalysis/Track.h"
#include "TrigInDetAnalysis/TIDDirectory.h"
#include "TrigInDetAnalysis/Efficiency1D.h"
#include "Resplot.h"
#include "TH1F.h"
#include "TH2F.h"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PurityAnalysis
 

Functions

std::ostream & operator<< (std::ostream &s, const PurityAnalysis &pa)
 

Detailed Description

Author
mark sutton
Date
$Id: PurityAnalysis.h 688225 2015-08-07 20:12:06Z

Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration

Definition in file PurityAnalysis.h.

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  s,
const PurityAnalysis pa 
)
inline

Definition at line 129 of file PurityAnalysis.h.

129  {
130  return s << pa.name();
131 }
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
TrackAnalysis::name
std::string name() const
return identifier
Definition: TrackAnalysis.h:48