ATLAS Offline Software
Classes | Functions
Filter_Track.h File Reference
#include <iostream>
#include <cmath>
#include "TrigInDetAnalysis/TrackFilter.h"
#include "TrigInDetAnalysis/Track.h"
#include "TrigInDetAnalysis/TIDARoiDescriptor.h"
#include "TMath.h"
Include dependency graph for Filter_Track.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Filter_Track
 sadly need to include a root dependency, but no matter - the TIDA::Track class itself inherets from TObject already, so perhaps the boat has sailed on that concern long ago More...
 

Functions

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

Detailed Description

generic track filter to filter on kinematics, si and trt hit content NB: Should really make this up from sub filters, ie with classes Filter_Param, Filter_Hits...

Filter_Track : Filter_Param, Filter_Hits { bool select(..) { return Filter_Param::select(..) && Filter_Hits::select(..); } };

Author
mark sutton
Date
Wed 28 Oct 2009 02:47:05 CET

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

Definition in file Filter_Track.h.

Function Documentation

◆ operator<<()

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

Definition at line 116 of file Filter_Track.h.

116  {
117  return s;
118 }
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131