Skip to content

Commit 3c358b2

Browse files
improve explanation of controlMC in settings
1 parent 59f1799 commit 3c358b2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Jets/JetSpectrum_settings_template.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,13 @@ const bool useMatrixOverflows = false; // false by default, haven't tried true r
7373

7474
const int usePtOverflowForKineEff = 0; // false by default, not tested yet, might be better to be at 1; only matters if applyEfficiencies is 1 or 3, and by default this is not the case
7575

76+
// MC split closure test: mcd as input from file_O2Analysis_ppSimDetectorEffect_unfoldingControl with Response from file_O2Analysis_MCfileForMatrix
77+
bool controlMC = false; // use file_O2Analysis_ppSimDetectorEffect_unfoldingControl MC file as input to unfolding (with h_jet_pt(_rhoareasubtracted) distrib on file), rather than real data, and as gen in comparison to gen (with h_jet_pt_part distrib on file);
78+
79+
7680
// Debugging and checks:
7781
const bool doManualErrorPropagForKineEff = false; // false is likely better, but hasn't been tested yet
7882
const bool useFineBinningTest = false;
79-
bool controlMC = false; // use file_O2Analysis_ppSimDetectorEffect_unfoldingControl MC file as input to unfolding (with h_jet_pt_rhoareasubtracted distrib on file), rather than real data, and as comparison to gen (with h_jet_pt_part distrib on file); weighted control MC, and control for PbPb are not yet implemented
8083
const bool drawIntermediateResponseMatrices = false;
8184
bool comparePbPbWithRun2 = false; // if doComparisonMcpFoldedWithFluct == true, then do the comparison with file_O2Analysis_run2ComparisonFileHannaBossiLauraFile (Nevents for this is hardcoded to what Laura told me: see mattermost discussion)
8285

@@ -87,7 +90,6 @@ bool transposeResponseHistogramsInDrawing = false; // default is false; if set
8790

8891
bool automaticBestSvdParameter = false; // automatic function not well setup yet, should work on it; keep false for now
8992

90-
9193
float ptWindowDisplay[2] = {5, 140}; // used for drawn histograms of unfolded distrib
9294
std::array<std::array<float, 2>, 2> drawnWindowUnfoldedMeasurement = {{{ptWindowDisplay[0], ptWindowDisplay[1]}, {-999, -999}}}; // {{xmin, xmax}, {ymin, ymax}}
9395

0 commit comments

Comments
 (0)