SND@LHC Software
|
#include <sndUSQDCCut.h>
Public Member Functions | |
USQDCCut (float threshold, TChain *ch) | |
~USQDCCut () | |
bool | passCut () |
![]() | |
std::string | getName () |
std::string | getShortName () |
std::vector< int > | getNbins () |
std::vector< double > | getRangeStart () |
std::vector< double > | getRangeEnd () |
std::vector< double > | getPlotVar () |
Private Attributes | |
float | qdc_threshold |
Additional Inherited Members | |
![]() | |
MuFilterBaseCut (TChain *ch) | |
~MuFilterBaseCut () | |
![]() | |
std::string | cutName |
std::string | shortName |
std::vector< int > | nbins |
std::vector< double > | range_start |
std::vector< double > | range_end |
std::vector< double > | plot_var |
![]() | |
static TClonesArray * | muFilterDigiHitCollection = 0 |
Definition at line 10 of file sndUSQDCCut.h.
snd::analysis_cuts::USQDCCut::USQDCCut | ( | float | threshold, |
TChain * | ch | ||
) |
Definition at line 14 of file sndUSQDCCut.cxx.
|
inline |
Definition at line 15 of file sndUSQDCCut.h.
|
virtual |
Implements snd::analysis_cuts::baseCut.
Definition at line 25 of file sndUSQDCCut.cxx.
|
private |
Definition at line 12 of file sndUSQDCCut.h.