Revision 0b9db5226864058eb43b12286f4a941eae44cbb8 authored by Philippe Canal on 08 April 2016, 20:35:24 UTC, committed by Philippe Canal on 17 May 2016, 12:34:50 UTC
Add proper support for template parameter pack in
cling::ForwardDeclPrinter::VisitTemplateArgument
1 parent 2878e3f
Raw File
example_DataDriven.xml
<!--
//============================================================================
// Name        : example.xml
//============================================================================
-->

<!--
    Top-level configuration,  details for the example channel are in example_channel.xml.
    This is the input file to the executable.

    Note: Config.dtd needs to be accessible.  It can be found in ROOT release area.
    The file system path is relative to location of this XML file, not the executable.
-->

<!DOCTYPE Combination  SYSTEM 'HistFactorySchema.dtd'>

<Combination OutputFilePrefix="./results/example_DataDriven"  >

  <Input>./config/examples/example_DataDriven_signalRegion.xml</Input>
  <Input>./config/examples/example_DataDriven_controlRegion.xml</Input>

  <Measurement Name="GaussExample" Lumi="1." LumiRelErr="0.1" >
    <POI>SigXsecOverSM</POI>
    <ParamSetting Const="True">Lumi alpha_syst1  </ParamSetting>
  </Measurement>


</Combination>
back to top