SND@LHC Software
Loading...
Searching...
No Matches
sndUSQDCCut.h
Go to the documentation of this file.
1#pragma once
2
4
5#include "TChain.h"
6
7namespace snd {
8 namespace analysis_cuts {
9
11 private :
13 public :
14 USQDCCut(float threshold, TChain * ch);
16 bool passCut();
17 };
18
19 }
20}