SND@LHC Software
Loading...
Searching...
No Matches
sndMinSciFiHitsCut.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 :
13 public :
14 minSciFiHits(int threshold, TChain * ch);
16
17 bool passCut();
18
19 };
20
21 }
22}