#include <Filters.h>
Definition at line 155 of file Filters.h.
◆ Filter_Vertex()
Filter_Vertex::Filter_Vertex |
( |
double |
d0Cut, |
|
|
double |
z0Cut |
|
) |
| |
|
inline |
TDirectory* dir = gDirectory; dir->cd();
Definition at line 158 of file Filters.h.
159 std::cout <<
"Filter_Vertex::Filter_Vertex() with d0 cut " <<
m_d0Cut <<
"\tz0 cut " <<
m_z0Cut << std::endl;
◆ ~Filter_Vertex()
virtual Filter_Vertex::~Filter_Vertex |
( |
| ) |
|
|
inlinevirtual |
◆ select()
calculate z, d0 with respect to vertex and then cut on them
tracks should already be corrected to the beam line now
calculate z
now test agreement
Implements TrackFilter.
Definition at line 176 of file Filters.h.
182 if (
m_v.size()==0 )
return true;
184 for (
unsigned int i=0 ;
i<
m_v.size() ;
i++ ) {
186 double*
v =
m_v[
i].position();
◆ setVertex() [1/2]
◆ setVertex() [2/2]
◆ m_d0Cut
double Filter_Vertex::m_d0Cut |
|
private |
◆ m_v
◆ m_z0Cut
double Filter_Vertex::m_z0Cut |
|
private |
The documentation for this class was generated from the following file: