ATLAS Offline Software
Loading...
Searching...
No Matches
windows.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef WINDOWS_H
6#define WINDOWS_H
7
8#define THRES 5 // thershold number for the Z-Trigger windows
9#define NBINS 50 // eta bins for the Z-Trigger windows
10#define BOUND 2 // boundaries of the Z-Trigger windows
11
12
13int give_nearest_bin(const float(*)[NBINS][BOUND],int,int,int,int);
14
15int windows(float,float,int,int);
16
17#endif
int windows(float, float, int, int)
Definition windows.cxx:14
int give_nearest_bin(const float(*)[NBINS][BOUND], int, int, int, int)
Definition windows.cxx:65
#define BOUND
Definition windows.h:10
#define NBINS
Definition windows.h:9