ATLAS Offline Software
Loading...
Searching...
No Matches
SigAnalysis.h File Reference
#include <iostream>
#include <vector>
#include <map>
#include "TrigInDetAnalysis/TrackAnalysis.h"
#include "TrigInDetAnalysis/Track.h"
#include "TrigInDetAnalysis/Efficiency1D.h"
#include "TrigInDetAnalysis/TIDDirectory.h"
#include "TH1F.h"
#include "TH2F.h"
Include dependency graph for SigAnalysis.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SigAnalysis

Functions

std::ostream & operator<< (std::ostream &s, const SigAnalysis &)

Detailed Description

Author
mark sutton
Date
Wed 28 Oct 2009 02:41:51 CET

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

Definition in file SigAnalysis.h.

Function Documentation

◆ operator<<()

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

Definition at line 122 of file SigAnalysis.h.

122 {
123 return s;
124}