ROOT
master
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
value
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void value
Definition
TGWin32VirtualXProxy.cxx:142
ROOT::Detail::TRangeCast
Definition
TCollection.h:311
ROOT
Definition
EExecutionPolicy.hxx:4
ROOT::Experimental::RWeight
A weight for filling histograms.
Definition
RWeight.hxx:17
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
ROOT master - Reference Guide Generated on Fri Sep 19 2025 15:05:20 (GVA Time) using Doxygen 1.10.0