Skip to content

Commit c45a692

Browse files
authored
Add triggerLc function call to makeStarlightConfig.py
1 parent 7d8ae86 commit c45a692

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

MC/config/PWGUD/ini/makeStarlightConfig.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@
127127
fout.write('funcName = triggerPhi(-0.9,0.9) \n')
128128
if 'Kstar' in args.process:
129129
fout.write('funcName = triggerKstar(-0.9,0.9) \n')
130+
if 'Lc' in args.process:
131+
fout.write('funcName = triggerLc(-0.9,0.9) \n')
130132

131133
### close outout file
132134
fout.close()

0 commit comments

Comments
 (0)