81#define NBIN_ETA_FINE 10
85#define NBIN_PT_COARSE 3
86#define NBIN_ETA_COARSE 3
90 {3.5,4.0,4.5,5.0,6.0,7.0,8.0,10.0,13.0};
92 { 4.0, 5.0, 7.0, 10.0};
95 {-3.,-2.5,-2.0,-1.,-0.5,0.0,0.5,1.,2.,2.5,3.};
97 { -2.0, -0.5, 0.5, 2. };
175 ofstream
xmlOut(
"testUnfold5binning.xml");
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
A 2-Dim function with parameters.
A ROOT file is an on-disk file, usually with extension .root, that stores objects in a file-system-li...
static Int_t ExportXML(const TUnfoldBinning &binning, std::ostream &out, Bool_t writeHeader, Bool_t writeFooter, Int_t indent=0)
export a binning scheme to a stream in XML format
static void WriteDTD(const char *fileName="tunfoldbinning.dtd")
write dtd file
Binning schemes for use with the unfolding algorithm TUnfoldDensity.