SND@LHC Software
Loading...
Searching...
No Matches
sndAvgDSFiducialCut.h
Go to the documentation of this file.
1#pragma once
2
4
5#include "TChain.h"
6#include "MuFilterHit.h"
7
8namespace snd {
9 namespace analysis_cuts {
11 private :
13 public :
14 avgDSFiducialCut(double vertical_min_cut, double vertical_max_cut, double horizontal_min_cut, double horizontal_max_cut, TChain * tree);
16
17 bool passCut();
18
19 };
20
21 }
22}