SND@LHC Software
Loading...
Searching...
No Matches
sndMinSciFiHitsCut.cxx
Go to the documentation of this file.
2
3#include "sndSciFiTools.h"
4
5#include "TChain.h"
6
7namespace snd::analysis_cuts{
8 minSciFiHits::minSciFiHits(int threshold, TChain * ch) : sciFiBaseCut(ch){
9 hitThreshold = threshold;
10 cutName = "More than "+std::to_string(hitThreshold)+" SciFi hits";
11 shortName = "SciFiMinHits";
12 nbins = std::vector<int>{1536};
13 range_start = std::vector<double>{0};
14 range_end = std::vector<double>{1536};
15 plot_var = std::vector<double>{-1};
16 }
17
24}
std::vector< double > plot_var
Definition sndBaseCut.h:14
std::vector< double > range_end
Definition sndBaseCut.h:13
std::vector< double > range_start
Definition sndBaseCut.h:12
std::vector< int > nbins
Definition sndBaseCut.h:11
minSciFiHits(int threshold, TChain *ch)
static std::vector< int > hits_per_plane_vertical
static std::vector< int > hits_per_plane_horizontal
int getTotalSciFiHits(std::vector< int > &horizontal_hits, std::vector< int > &vertical_hits)