SND@LHC Software
Loading...
Searching...
No Matches
sndSciFiStationCut.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 {
10
12 private :
14 std::vector<int> stations_to_exclude;
15 public :
16 sciFiStationCut(float threshold, std::vector<int> excluded_stations, TChain * ch);
18
19 bool passCut();
20 };
21
22 }
23}