ROOT
git-r3/HEAD
Reference Guide
Loading...
Searching...
No Matches
RWeight.hxx
Go to the documentation of this file.
1
/// \file
2
/// \warning This is part of the %ROOT 7 prototype! It will change without notice. It might trigger earthquakes.
3
/// Feedback is welcome!
4
5
#ifndef ROOT_RWeight
6
#define ROOT_RWeight
7
8
namespace
ROOT
{
9
namespace
Experimental
{
10
11
/**
12
A weight for filling histograms.
13
14
\warning This is part of the %ROOT 7 prototype! It will change without notice. It might trigger earthquakes.
15
Feedback is welcome!
16
*/
17
struct
RWeight
final {
18
double
fValue
;
19
20
explicit
RWeight
(
double
value) :
fValue
(value) {}
21
};
22
23
}
// namespace Experimental
24
}
// namespace ROOT
25
26
#endif
ROOT::Experimental
Namespace for ROOT features in testing.
Definition
TROOT.h:100
ROOT
Definition
EExecutionPolicy.hxx:4
ROOT::Experimental::RWeight::RWeight
RWeight(double value)
Definition
RWeight.hxx:20
ROOT::Experimental::RWeight::fValue
double fValue
Definition
RWeight.hxx:18
hist
histv7
inc
ROOT
RWeight.hxx
ROOTgit-r3/HEAD - Reference Guide Generated on
(GVA Time) using Doxygen 1.16.1