PlotHypothesisTest

This action plots the results of a hypothesis test. The test can be performed using the ActionRunHypothesisTest.

Usage:

+PlotHypothesisTest {
  +Morphing {
    +HiggsCP {
      <outputFile="hypotest.pdf">
      <nBins=20>
      +h0 {
        <name="even">
        <title="CP-even">
        <color=kBlue>
      }
      +h1 {
        <name="odd">
        <title="CP-odd">
        <color=kRed>
      }
    }
  }
}