|
SND@LHC Software
|
#include <sndUSQDCCut.h>


Public Member Functions | |
| USQDCCut (float threshold, TChain *ch) | |
| ~USQDCCut () | |
| bool | passCut () |
Public Member Functions inherited from snd::analysis_cuts::baseCut | |
| 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 | |
Protected Member Functions inherited from snd::analysis_cuts::MuFilterBaseCut | |
| MuFilterBaseCut (TChain *ch) | |
| ~MuFilterBaseCut () | |
Protected Attributes inherited from snd::analysis_cuts::baseCut | |
| 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 Protected Attributes inherited from snd::analysis_cuts::MuFilterBaseCut | |
| 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.