#include <Gaudi/Functional/Transformer.h>
#include <Gaudi/Utils/PeriodicAction.h>
#include <GaudiKernel/EventContext.h>
#include <GaudiKernel/IScheduler.h>
#include <GaudiKernel/Memory.h>
#include <TSystem.h>
#include <algorithm>
#include <chrono>
#include <csignal>
#include <fmt/format.h>
#include <mutex>
#include <range/v3/range/conversion.hpp>
#include <range/v3/view/remove.hpp>
#include <range/v3/view/transform.hpp>
#include <string>
#include <string_view>
#include <utility>
#include <vector>
Go to the source code of this file.
|
| Gaudi |
| This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from python with a format liks : ( nbins, min, max, title ) where title can be ommited.
|
|