CORSIKA
@c8_version@
The framework to simulate particle cascades for astroparticle physics
SaveBoostHistogram.hpp
Go to the documentation of this file.
1
/*
2
* (c) Copyright 2020 CORSIKA Project, corsika-project@lists.kit.edu
3
*
4
* This software is distributed under the terms of the GNU General Public
5
* Licence version 3 (GPL Version 3). See file LICENSE for a full version of
6
* the license.
7
*/
8
9
#pragma once
10
11
#include <boost/histogram.hpp>
12
13
namespace
corsika
{
14
29
template
<
class
Axes,
class
Storage>
30
void
save_hist(boost::histogram::histogram<Axes, Storage>
const
& h,
31
std::string
const
& filename,
bool
overwrite =
true
);
32
}
// namespace corsika
33
34
#include <corsika/detail/framework/utility/SaveBoostHistogram.inl>
corsika
`, since they are used everywhere as integral part of the framework.
Definition:
BoundaryCrossingProcess.hpp:14
corsika
framework
utility
SaveBoostHistogram.hpp
Generated by
1.8.13