SND@LHC Software
Loading...
Searching...
No Matches
sndSciFiBaseCut.h
Go to the documentation of this file.
1#pragma once
2
3#include <vector>
4
5#include "sndBaseCut.h"
6
7#include "TChain.h"
8#include "TClonesArray.h"
9#include "sndScifiHit.h"
10
11namespace snd {
12 namespace analysis_cuts {
13
15
16 private :
17 static TChain * tree;
18 static unsigned long int read_entry;
19
20 protected :
21 static TClonesArray * scifiDigiHitCollection;
22
23 static std::vector<int> hits_per_plane_vertical;
24 static std::vector<int> hits_per_plane_horizontal;
25
26 void initializeEvent();
27
28 sciFiBaseCut(TChain * ch);
30 };
31
32 }
33}
static TClonesArray * scifiDigiHitCollection
static std::vector< int > hits_per_plane_vertical
static unsigned long int read_entry
static std::vector< int > hits_per_plane_horizontal