ATLAS Offline Software
Loading...
Searching...
No Matches
Filter_AcceptAll.h
Go to the documentation of this file.
1/* emacs: this is -*- c++ -*- */
10
11
12#ifndef TIDA_FILTER_ACCEPTALL_H
13#define TIDA_FILTER_ACCEPTALL_H
14
15// #include <iostream>
16// #include <cmath>
17
20
21//
22namespace TIDA {
23class Track;
24}
25
27
28
30
31public:
32
34
35 bool select(const TIDA::Track* /*t*/, const TIDARoiDescriptor* /*r=0*/ ) { return true; }
36
37};
38
39#endif // TIDA_FILTER_ACCEPTALL_H
40
41
42
43
44
45
46
47
48
49
base class for a single track selection filter allowing parameter setting for complex track selection
bool select(const TIDA::Track *, const TIDARoiDescriptor *)
Describes the Region of Ineterest geometry It has basically 8 parameters.
Test for xAOD.