#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 <ranges>
#include <string>
#include <string_view>
#include <utility>
#include <vector>
Go to the source code of this file.
|
namespace | 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.
|
|