Skip to content

Commit

Permalink
Fixing missing lines in HTXS header file
Browse files Browse the repository at this point in the history
  • Loading branch information
adewit committed Nov 25, 2019
1 parent 7411b70 commit ee10bb7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SimDataFormats/HTXS/interface/HiggsTemplateCrossSections.h
Original file line number Diff line number Diff line change
Expand Up @@ -539,8 +539,9 @@ namespace Stage1_1 {
cat.isZ2vvDecay = htxs_cat_rivet.isZ2vvDecay;
return cat;
}
>>>>>>> Adding HTXS stage 1.2

inline int HTXSstage1_to_HTXSstage1FineIndex(HTXS::Stage1::Category stage1,
HiggsProdMode prodMode, tH_type tH) {
if(stage1==HTXS::Stage1::Category::UNKNOWN) return 0;
int P = (int)(stage1 / 100);
int F = (int)(stage1 % 100);
Expand Down Expand Up @@ -689,6 +690,7 @@ namespace Stage1_1 {

// #endif

} // namespace HTXS

#ifdef RIVET_Particle_HH
//#ifdef HIGGSTRUTHCLASSIFIER_HIGGSTRUTHCLASSIFIER_CC
Expand Down

0 comments on commit ee10bb7

Please sign in to comment.