ATLAS Offline Software
Event
xAOD
xAODTrigMinBias
xAODTrigMinBias
xAODTrigMinBiasHelperFunc.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef xAODTrigMinBiasHelperFunc_H
6
#define xAODTrigMinBiasHelperFunc_H
7
8
#include <vector>
9
10
namespace
xAOD
{
11
namespace
TrigHistoCutType
{
12
enum
CutTypeEnum
{
13
BELOW_X
,
14
ABOVE_X
,
15
BELOW_X_BELOW_Y
,
16
ABOVE_X_BELOW_Y
,
17
BELOW_X_ABOVE_Y
,
18
ABOVE_X_ABOVE_Y
};
19
}
20
double
sumEntries
(
const
std::vector<float> &cont,
21
unsigned
int
nbins_x,
22
float
min_x,
23
float
max_x,
24
unsigned
int
nbins_y,
25
float
min_y,
26
float
max_y,
27
float
value_x,
28
float
value_y,
29
int
cutType);
30
}
31
#endif
xAOD::TrigHistoCutType::BELOW_X_BELOW_Y
@ BELOW_X_BELOW_Y
Definition:
TrigHisto2D_v1.h:16
xAOD::TrigHistoCutType::ABOVE_X_ABOVE_Y
@ ABOVE_X_ABOVE_Y
Definition:
TrigHisto2D_v1.h:19
xAOD::TrigHistoCutType::CutTypeEnum
CutTypeEnum
Definition:
TrigHisto2D_v1.h:13
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition:
ICaloAffectedTool.h:24
xAOD::TrigHistoCutType::ABOVE_X
@ ABOVE_X
Definition:
TrigHisto2D_v1.h:15
xAOD::TrigHistoCutType::BELOW_X_ABOVE_Y
@ BELOW_X_ABOVE_Y
Definition:
TrigHisto2D_v1.h:18
TrigHistoCutType
Definition:
TrigHisto.h:12
xAOD::TrigHistoCutType::ABOVE_X_BELOW_Y
@ ABOVE_X_BELOW_Y
Definition:
TrigHisto2D_v1.h:17
xAOD::TrigHistoCutType::BELOW_X
@ BELOW_X
Definition:
TrigHisto2D_v1.h:14
xAOD::sumEntries
double sumEntries(const std::vector< float > &cont, unsigned int nbins_x, float min_x, float max_x, unsigned int nbins_y, float min_y, float max_y, float value_x, float value_y, int cutType)
Definition:
xAODTrigMinBiasHelperFunc_v1.cxx:9
Generated on Thu Nov 7 2024 21:32:12 for ATLAS Offline Software by
1.8.18