![]() |
ATLAS Offline Software
|
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... | |
Higgs Template Cross Section namespace.
| enum HTXS::ErrorCode |
Error code: whether the classification was successful or failed.
Definition at line 12 of file HiggsTemplateCrossSectionsDefs.h.
| enum HTXS::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.
| enum HTXS::tH_type |
Additional identifier flag for TH production modes.
| Enumerator | |
|---|---|
| noTH | |
| THQB | |
| TWH | |
Definition at line 34 of file HiggsTemplateCrossSectionsDefs.h.