Skip to content

Commit d70a8d1

Browse files
authored
Add triggerLc function call to makeStarlightConfig.py (#2398)
* Add triggerLc function for Lambda_c particle selection * Refactor process argument choices in makeStarlightConfig.py * Add triggerLc function call to makeStarlightConfig.py
1 parent e03096e commit d70a8d1

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)