ATLAS Offline Software
Loading...
Searching...
No Matches
HTXS Namespace Reference

Higgs Template Cross Section namespace. More...

Namespaces

namespace  Stage0
 Two digit number of format PF P is digit for the physics process and F is 0 for |yH|>2.5 and 11 for |yH|<2.5 ("in fiducial")
namespace  Stage1
 Categorization Stage 1: Three digit integer of format PF Where P is a digit representing the process F is a unique integer ( F < 99 ) corresponding to each Stage1 phase-space region (bin)
namespace  Stage1_2
 Categorization Stage 1.2: Three digit integer of format PF Where P is a digit representing the process F is a unique integer ( F < 99 ) corresponding to each Stage1_2 phase-space region (bin)
namespace  Stage1_2_Fine

Enumerations

enum  ErrorCode {
  UNDEFINED =-99 , SUCCESS = 0 , PRODMODE_DEFINED = 1 , MOMENTUM_CONSERVATION = 2 ,
  HIGGS_IDENTIFICATION = 3 , HIGGS_DECAY_IDENTIFICATION = 4 , HS_VTX_IDENTIFICATION = 5 , VH_IDENTIFICATION = 6 ,
  VH_DECAY_IDENTIFICATION = 7 , TOP_W_IDENTIFICATION = 8 , NUM_ERRORCODES
}
 Error code: whether the classification was successful or failed. More...
enum  HiggsProdMode {
  UNKNOWN = 0 , GGF = 1 , VBF = 2 , WH = 3 ,
  QQ2ZH = 4 , GG2ZH = 5 , TTH = 6 , BBH = 7 ,
  TH = 8
}
 Higgs production modes, corresponding to input sample. More...
enum  tH_type { noTH =0 , THQB =1 , TWH =2 }
 Additional identifier flag for TH production modes. More...

Detailed Description

Higgs Template Cross Section namespace.

Enumeration Type Documentation

◆ ErrorCode

Error code: whether the classification was successful or failed.

Enumerator
UNDEFINED 
SUCCESS 

successful classification

PRODMODE_DEFINED 

production mode not defined

MOMENTUM_CONSERVATION 

failed momentum conservation

HIGGS_IDENTIFICATION 

failed to identify Higgs boson

HIGGS_DECAY_IDENTIFICATION 

failed to identify Higgs boson decay products

HS_VTX_IDENTIFICATION 

failed to identify hard scatter vertex

VH_IDENTIFICATION 

failed to identify associated vector boson

VH_DECAY_IDENTIFICATION 

failed to identify associated vector boson decay products

TOP_W_IDENTIFICATION 

failed to identify top decay

NUM_ERRORCODES 

number of error codes (keep this unnumbered and last)

Definition at line 12 of file HiggsTemplateCrossSectionsDefs.h.

12 {
13 UNDEFINED=-99,
14 SUCCESS = 0,
24 };
@ HS_VTX_IDENTIFICATION
failed to identify hard scatter vertex
@ PRODMODE_DEFINED
production mode not defined
@ SUCCESS
successful classification
@ VH_DECAY_IDENTIFICATION
failed to identify associated vector boson decay products
@ HIGGS_IDENTIFICATION
failed to identify Higgs boson
@ TOP_W_IDENTIFICATION
failed to identify top decay
@ HIGGS_DECAY_IDENTIFICATION
failed to identify Higgs boson decay products
@ MOMENTUM_CONSERVATION
failed momentum conservation
@ NUM_ERRORCODES
number of error codes (keep this unnumbered and last)
@ VH_IDENTIFICATION
failed to identify associated vector boson

◆ HiggsProdMode

Higgs production modes, corresponding to input sample.

Enumerator
UNKNOWN 
GGF 
VBF 
WH 
QQ2ZH 
GG2ZH 
TTH 
BBH 
TH 

Definition at line 27 of file HiggsTemplateCrossSectionsDefs.h.

◆ tH_type

Additional identifier flag for TH production modes.

Enumerator
noTH 
THQB 
TWH 

Definition at line 34 of file HiggsTemplateCrossSectionsDefs.h.