ATLAS Offline Software
Trigger
TrigT1
TrigT1RPClogic
TrigT1RPClogic
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
13
int
give_nearest_bin
(
const
float
(*)[
NBINS
][
BOUND
],
int
,
int
,
int
,
int
);
14
15
int
windows
(
float
,
float
,
int
,
int
);
16
17
#endif
give_nearest_bin
int give_nearest_bin(const float(*)[NBINS][BOUND], int, int, int, int)
Definition:
windows.cxx:65
windows
int windows(float, float, int, int)
Definition:
windows.cxx:14
NBINS
#define NBINS
Definition:
windows.h:9
BOUND
#define BOUND
Definition:
windows.h:10
Generated on Thu Nov 7 2024 21:31:51 for ATLAS Offline Software by
1.8.18