SND@LHC Software
Loading...
Searching...
No Matches
sndAvgSciFiFiducialCut.h
Go to the documentation of this file.
1#pragma once
2
3#include "sndSciFiBaseCut.h"
4
5#include "TChain.h"
6#include "sndScifiHit.h"
7
8namespace snd {
9 namespace analysis_cuts {
11 private :
14 public :
15 avgSciFiFiducialCut(double vertical_min_cut, double vertical_max_cut, double horizontal_min_cut, double horizontal_max_cut, TChain * ch, bool reverseCuts = false);
17
18 bool passCut();
19 };
20
21 }
22}