Line: 1 to 1 | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||
Line: 414 to 414 | |||||||||||||||||||||
myFrame->Draw() | |||||||||||||||||||||
Added: | |||||||||||||||||||||
> > | Links for RooFitUser's Manual![]() ![]() | ||||||||||||||||||||
RooStatsGeneral description | |||||||||||||||||||||
Line: 486 to 492 | |||||||||||||||||||||
Added: | |||||||||||||||||||||
> > | Links for RooStatsWiki![]() ![]() ![]() | ||||||||||||||||||||
ModelConfigThe ModelConfig RooStats class encapsulates the configuration of a model to define a particular hypothesis. It is now used extensively by the calculator tools. ModelConfig always contains a reference to an external workspace that manages all of the objects that are a part of the model (PDFs and parameter sets). So, in order to use ModelConfig, the user must specify a workspace pointer before creating the various objects of the model. | |||||||||||||||||||||
Line: 667 to 685 | |||||||||||||||||||||
Changed: | |||||||||||||||||||||
< < | Analysis! | ||||||||||||||||||||
> > | Guidance in writing the XML configuration files | ||||||||||||||||||||
Changed: | |||||||||||||||||||||
< < | ATLAS recommends the use of the profile likelihood as a test statistic. | ||||||||||||||||||||
> > | Histograms | ||||||||||||||||||||
Changed: | |||||||||||||||||||||
< < | Further information | ||||||||||||||||||||
> > | Units | ||||||||||||||||||||
Changed: | |||||||||||||||||||||
< < | ROOT links: | ||||||||||||||||||||
> > | The units of the input histogram and the luminosity specified in the top-level XML configuration file should be compatible; for example, input histograms might be in | ||||||||||||||||||||
Changed: | |||||||||||||||||||||
< < | ROOT User's Guide![]() | ||||||||||||||||||||
> > | Naming convention | ||||||||||||||||||||
Changed: | |||||||||||||||||||||
< < | RooFit links | ||||||||||||||||||||
> > | The input histogram names are of no special significance, however, it is often preferable to have a good naming convention devised. One might consider the order in which one has information in the XML and aim to have histogram names appear in a similar order when listed alphabetically. | ||||||||||||||||||||
Changed: | |||||||||||||||||||||
< < | User's Manual![]() | ||||||||||||||||||||
> > | Generic example: | ||||||||||||||||||||
Changed: | |||||||||||||||||||||
< < | Tutorials![]() | ||||||||||||||||||||
> > |
| ||||||||||||||||||||
Changed: | |||||||||||||||||||||
< < | RooStats links | ||||||||||||||||||||
> > | The reason for having an "m" character preceding the mass point is that it allows for easy search and replace of the mass point value when automatically producing multiple XML configuration files corresponding to multiple mass points. | ||||||||||||||||||||
Changed: | |||||||||||||||||||||
< < | Wiki![]() | ||||||||||||||||||||
> > | Specific example: | ||||||||||||||||||||
Changed: | |||||||||||||||||||||
< < | RooStats User's Guide![]() | ||||||||||||||||||||
> > |
| ||||||||||||||||||||
Changed: | |||||||||||||||||||||
< < | Tutorials![]() | ||||||||||||||||||||
> > | Samples | ||||||||||||||||||||
Changed: | |||||||||||||||||||||
< < | HistFactory manual![]() | ||||||||||||||||||||
> > | The sample names are of no special significance, however, it is often preferable to have very short names (e.g., signal1) for the purposes of clarity when, for example, printing the contents of the workspace. | ||||||||||||||||||||
Changed: | |||||||||||||||||||||
< < | E-group for support with ATLAS-sensitive information: atlas-phys-stat-root@cern.ch | ||||||||||||||||||||
> > | The NormalizedByTheory attribute should be "True" (as opposed to "TRUE" or "true") for all non-data-driven backgrounds. If the Data tag is removed, expected data shall be used in calculations. | ||||||||||||||||||||
Changed: | |||||||||||||||||||||
< < | E-mail support for software issues, bugs etc.: roostats-development@cern.ch | ||||||||||||||||||||
> > | The signal(s) are specified as such through the use of the POI tag.
Example file: ttH_m110_channel.xml<!DOCTYPE Channel SYSTEM 'HistFactorySchema.dtd'> <!-- channel name and input file --> <Channel Name="ttH_m110" InputFile="data/ttH_histograms.root" HistoName=""> | ||||||||||||||||||||
Changed: | |||||||||||||||||||||
< < | Other links | ||||||||||||||||||||
> > | <-- data -->HistoName="data" /> <-- signal --><Sample Name="signal" HistoName="ttH_m110" NormalizeByTheory="False" > <-- systematics: --><HistoSys Name="Lumi" HistoNameHigh="ttH_m110_sys_Lumi_up" HistoNameLow="ttH_m110_sys_Lumi_do" /> <HistoSys Name="JES" HistoNameHigh="ttH_m110_sys_JES_up" HistoNameLow="ttH_m110_sys_JES_do" /> <-- backgrounds --> <-- WW_Herwig_105987 --> <-- Wplusjets --> <-- systematics --><HistoSys Name="Lumi" HistoNameHigh="Wplusjets_m110_sys_Lumi_up" HistoNameLow="Wplusjets_m110_sys_Lumi_do" /> <HistoSys Name="JES" HistoNameHigh="Wplusjets_m110_sys_JES_up" HistoNameLow="Wplusjets_m110_sys_JES_do" /> Example file: ttH_m110_top-level.xml<!DOCTYPE Combination SYSTEM 'HistFactorySchema.dtd'> <!-- workspace output file prefix --> <Combination OutputFilePrefix="workspaces/ttH_m110_workspace" Mode="comb" > <!-- channel XML file(s) --> <Input>config/ttH_m110_channel.xml</Input> <!-- measurement and bin range --> <Measurement Name="datastat" Lumi="1" LumiRelErr="0.037" BinLow="0" BinHigh="21" Mode="comb" ExportOnly="True"> <POI>SigXsecOverSM</POI> </Measurement> </Combination> Links for HistFactoryHistFactory manual![]() ![]() ![]() | ||||||||||||||||||||
Exotics Working Group statistics tutorial XML reference![]() ![]() | |||||||||||||||||||||
Changed: | |||||||||||||||||||||
< < | XML example![]() | ||||||||||||||||||||
> > | Analysis! | ||||||||||||||||||||
Changed: | |||||||||||||||||||||
< < | HistFactory XML reference![]() | ||||||||||||||||||||
> > | ATLAS recommends the use of the profile likelihood as a test statistic.
Further informationLinks for ROOTROOT User's Guide![]() | ||||||||||||||||||||