Skip to content

Commit

Permalink
Update nonstandard.md
Browse files Browse the repository at this point in the history
Fix the script
  • Loading branch information
nucleosynthesis authored Mar 13, 2024
1 parent afb8405 commit d73a637
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/part3/nonstandard.md
Original file line number Diff line number Diff line change
Expand Up @@ -719,15 +719,10 @@ void examplews(){

// A search in a MET tail, define MET as our variable

double xmin=200.;
double xmax=1000.;

RooRealVar met("met","E_{T}^{miss}",200,xmin,xmax);
RooArgList vars(met);

// better to create the bins rather than use the "nbins,min,max" to avoid spurious warning about adding bins with different
// ranges in combine - see https://root-forum.cern.ch/t/attempt-to-divide-histograms-with-different-bin-limits/17624/3 for why!
double xbins[5] = {200.,400.,600.,800.,1000.};

// ---------------------------- SIGNAL REGION -------------------------------------------------------------------//
// Make a dataset, this will be just four bins in MET.
// its easiest to make this from a histogram. Set the contents to "somehting"
Expand Down

0 comments on commit d73a637

Please sign in to comment.