ATLAS Offline Software
Loading...
Searching...
No Matches
logLinearBinning.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4//
5// logLinearBinning.h
6//
7//
8// Created by sroe on 22/11/2019, based on code by Max Goblirsch-Kolb.
9//
10
11#ifndef InDetPhysValMonitoring_logLinearBinning_h
12#define InDetPhysValMonitoring_logLinearBinning_h
13#include <vector>
14#include <stdexcept>
15namespace IDPVM{
16 //in rel 21.9, this function was in the baseclass, InDetPlotBase.
17 std::vector<double>
18 logLinearBinning(const unsigned int nBins, const double absXmin, const double absXmax,
19 const bool symmetriseAroundZero);
20
21
22}
23#endif
Class to retrieve associated truth from a track, implementing a cached response.
std::vector< double > logLinearBinning(const unsigned int nBins, const double absXmin, const double absXmax, const bool symmetriseAroundZero)