Project
Loading...
Searching...
No Matches
o2::tpc::TrackCuts Class Reference

track cut class More...

#include <TrackCuts.h>

Public Member Functions

 TrackCuts ()=default
 
 TrackCuts (float PMin, float PMax, float NClusMin, float dEdxMin=0, float dEdxMax=1e10)
 
bool goodTrack (o2::tpc::TrackTPC const &track)
 
void setPMin (float PMin)
 
void setPMax (float PMax)
 
void setNClusMin (float NClusMin)
 
void setdEdxMin (float dEdxMin)
 
void setdEdxMax (float dEdxMax)
 
void setCutLooper (bool cut)
 try to remove looper cutting on (abs(z_out) - abs(z_in)) < -10), not very precise
 

Detailed Description

track cut class

Can be used to apply cuts on tracks during qc.

origin: TPC

Author
Thomas Klemenz, thoma.nosp@m.s.kl.nosp@m.emenz.nosp@m.@tum.nosp@m..de

Definition at line 36 of file TrackCuts.h.

Constructor & Destructor Documentation

◆ TrackCuts() [1/2]

o2::tpc::TrackCuts::TrackCuts ( )
default

◆ TrackCuts() [2/2]

TrackCuts::TrackCuts ( float  PMin,
float  PMax,
float  NClusMin,
float  dEdxMin = 0,
float  dEdxMax = 1e10 
)

Definition at line 21 of file TrackCuts.cxx.

Member Function Documentation

◆ goodTrack()

bool TrackCuts::goodTrack ( o2::tpc::TrackTPC const &  track)

Definition at line 31 of file TrackCuts.cxx.

◆ setCutLooper()

void o2::tpc::TrackCuts::setCutLooper ( bool  cut)
inline

try to remove looper cutting on (abs(z_out) - abs(z_in)) < -10), not very precise

Definition at line 50 of file TrackCuts.h.

◆ setdEdxMax()

void o2::tpc::TrackCuts::setdEdxMax ( float  dEdxMax)
inline

Definition at line 48 of file TrackCuts.h.

◆ setdEdxMin()

void o2::tpc::TrackCuts::setdEdxMin ( float  dEdxMin)
inline

Definition at line 47 of file TrackCuts.h.

◆ setNClusMin()

void o2::tpc::TrackCuts::setNClusMin ( float  NClusMin)
inline

Definition at line 46 of file TrackCuts.h.

◆ setPMax()

void o2::tpc::TrackCuts::setPMax ( float  PMax)
inline

Definition at line 45 of file TrackCuts.h.

◆ setPMin()

void o2::tpc::TrackCuts::setPMin ( float  PMin)
inline

Definition at line 44 of file TrackCuts.h.


The documentation for this class was generated from the following files: