SND@LHC Software
Loading...
Searching...
No Matches
sndDSVetoCut.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 public :
12 DSVetoCut(TChain * ch);
14 bool passCut();
15 };
16
17 }
18}