ATLAS Offline Software
Loading...
Searching...
No Matches
TrackAnalysisSequence.h File Reference
#include <iostream>
#include <string>
#include <vector>
#include <map>
#include "TrigInDetAnalysis/TrackSelector.h"
#include "TrigInDetAnalysis/TrackAssociator.h"
#include "TrigInDetAnalysis/TrackAnalysis.h"
#include "TrigInDetAnalysis/TrackFilter.h"
Include dependency graph for TrackAnalysisSequence.h:

Go to the source code of this file.

Classes

class  TrackAnalysisSequence

Functions

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

Detailed Description

Author
mark sutton
Date
Tue 3 Nov 2009 17:01:50 GMT

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

Definition in file TrackAnalysisSequence.h.

Function Documentation

◆ operator<<()

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

Definition at line 177 of file TrackAnalysisSequence.h.

177 {
178 return s;
179}