ATLAS Offline Software
Loading...
Searching...
No Matches
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
windows
int windows(float, float, int, int)
Definition
windows.cxx:14
give_nearest_bin
int give_nearest_bin(const float(*)[NBINS][BOUND], int, int, int, int)
Definition
windows.cxx:65
BOUND
#define BOUND
Definition
windows.h:10
NBINS
#define NBINS
Definition
windows.h:9
Generated on
for ATLAS Offline Software by
1.14.0