#include <sndDSVetoCut.h>
Definition at line 10 of file sndDSVetoCut.h.
◆ DSVetoCut()
snd::analysis_cuts::DSVetoCut::DSVetoCut |
( |
TChain * |
ch | ) |
|
Definition at line 12 of file sndDSVetoCut.cxx.
13 cutName =
"Remove events with hits in the last (hor) and two last (ver) DS planes";
14
16 nbins = std::vector<int>{180};
20
21 }
MuFilterBaseCut(TChain *ch)
std::vector< double > plot_var
std::vector< double > range_end
std::vector< double > range_start
◆ ~DSVetoCut()
snd::analysis_cuts::DSVetoCut::~DSVetoCut |
( |
| ) |
|
|
inline |
◆ passCut()
bool snd::analysis_cuts::DSVetoCut::passCut |
( |
| ) |
|
|
virtual |
Implements snd::analysis_cuts::baseCut.
Definition at line 23 of file sndDSVetoCut.cxx.
23 {
26
27
28
29
30 double n_hits = 0;
31
32 bool ret = true;
33
34 while ( (hit = (
MuFilterHit*) hitIterator.Next()) ){
37 ret = false;
38 n_hits+=1;
39 }
40 }
41 }
42
44 return ret;
45 }
static TClonesArray * muFilterDigiHitCollection
The documentation for this class was generated from the following files: