SND@LHC Software
Loading...
Searching...
No Matches
sndEventHeaderBaseCut.h
Go to the documentation of this file.
1#pragma once
2
3#include <vector>
4
5#include "sndBaseCut.h"
6
7#include "SNDLHCEventHeader.h"
8#include "TChain.h"
9
10namespace snd {
11 namespace analysis_cuts {
12
14
15 protected :
17 static TChain * tree;
18
19 EventHeaderBaseCut(TChain * ch);
21 };
22
23 }
24}