Skip to content

Commit

Permalink
[lhe] in gg_tt.mad add coloramps.h (ported from Fortran coloramps.inc…
Browse files Browse the repository at this point in the history
…) for leading color selection madgraph5#402
  • Loading branch information
valassi committed Dec 16, 2022
1 parent 648c968 commit 6b9a148
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions epochX/cudacpp/gg_tt.mad/SubProcesses/P1_gg_ttx/coloramps.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#ifndef COLORAMPS_H
#define COLORAMPS_H 1

namespace mgOnGpu
{

constexpr int ncolor = 2;

constexpr int nchannel = 3;

constexpr bool icolamp[nchannel][ncolor] = { // FIXME: assume process.nprocesses == 1 for the moment
{ true, true },
{ true, false },
{ false, true }
};

}
#endif // COLORAMPS_H

0 comments on commit 6b9a148

Please sign in to comment.