ATLAS Offline Software
Loading...
Searching...
No Matches
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
10namespace xAOD {
11 namespace TrigHistoCutType {
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
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
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)