Skip to content

Commit

Permalink
fix pv names
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomomagni committed Jul 5, 2024
1 parent 03346d2 commit 25b52dc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions src/yadism/coefficient_functions/intrinsic/g1_nc.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
class Splus(EmptyPartonicChannel):
pass


class Sminus(EmptyPartonicChannel):
pass
6 changes: 3 additions & 3 deletions src/yadism/coefficient_functions/intrinsic/g4_nc.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from ..partonic_channel import EmptyPartonicChannel


class Splus(EmptyPartonicChannel):
class Rplus(EmptyPartonicChannel):
pass

class Sminus(EmptyPartonicChannel):
pass

class Rminus(EmptyPartonicChannel):
pass
6 changes: 3 additions & 3 deletions src/yadism/coefficient_functions/intrinsic/gl_nc.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from ..partonic_channel import EmptyPartonicChannel


class Splus(EmptyPartonicChannel):
class Rplus(EmptyPartonicChannel):
pass

class Sminus(EmptyPartonicChannel):
pass

class Rminus(EmptyPartonicChannel):
pass

0 comments on commit 25b52dc

Please sign in to comment.