@@ -3,37 +3,73 @@ Product=larcv2
33
44Group:
55
6+ Flavor = ANY
7+ Qualifiers = "c14:p3913:debug"
8+ Action = DefineFQ
9+ envSet(LARCV2_FQ_DIR, ${UPS_PROD_DIR}/${UPS_PROD_FLAVOR}_c14_p3913_debug)
10+ Action = GetProducts
11+ setupRequired( root v6_26_06b -q +c14:+p3913:+debug )
12+
13+
14+ Flavor = ANY
15+ Qualifiers = "c14:p3913:prof"
16+ Action = DefineFQ
17+ envSet(LARCV2_FQ_DIR, ${UPS_PROD_DIR}/${UPS_PROD_FLAVOR}_c14_p3913_prof)
18+ Action = GetProducts
19+ setupRequired( root v6_26_06b -q +c14:+p3913:+prof )
20+
21+
22+
23+ Flavor = ANY
24+ Qualifiers = "e26:p3913:debug"
25+ Action = DefineFQ
26+ envSet(LARCV2_FQ_DIR, ${UPS_PROD_DIR}/${UPS_PROD_FLAVOR}_e26_p3913_debug)
27+ Action = GetProducts
28+ setupRequired( root v6_26_06b -q +e26:+p3913:+debug )
29+
30+
31+
32+ Flavor = ANY
33+ Qualifiers = "e26:p3913:prof"
34+ Action = DefineFQ
35+ envSet(LARCV2_FQ_DIR, ${UPS_PROD_DIR}/${UPS_PROD_FLAVOR}_e26_p3913_prof)
36+ Action = GetProducts
37+ setupRequired( root v6_26_06b -q +e26:+p3913:+prof )
38+
39+
40+
641
742Flavor = ANY
843Qualifiers = "c7:p3913:debug"
944 Action = DefineFQ
1045 envSet(LARCV2_FQ_DIR, ${UPS_PROD_DIR}/${UPS_PROD_FLAVOR}_c7_p3913_debug)
1146 Action = GetProducts
12- setupRequired( root v6_26_06a -q +c7:+p3913:+debug )
47+ setupRequired( root v6_26_06b -q +c7:+p3913:+debug )
1348
1449
1550Flavor = ANY
1651Qualifiers = "c7:p3913:prof"
1752 Action = DefineFQ
1853 envSet(LARCV2_FQ_DIR, ${UPS_PROD_DIR}/${UPS_PROD_FLAVOR}_c7_p3913_prof)
1954 Action = GetProducts
20- setupRequired( root v6_26_06a -q +c7:+p3913:+prof )
55+ setupRequired( root v6_26_06b -q +c7:+p3913:+prof )
2156
2257
2358Flavor = ANY
2459Qualifiers = "e20:p3913:debug"
2560 Action = DefineFQ
2661 envSet(LARCV2_FQ_DIR, ${UPS_PROD_DIR}/${UPS_PROD_FLAVOR}_e20_p3913_debug)
2762 Action = GetProducts
28- setupRequired( root v6_26_06a -q +e20:+p3913:+debug )
63+ setupRequired( root v6_26_06b -q +e20:+p3913:+debug )
2964
3065
3166Flavor = ANY
3267Qualifiers = "e20:p3913:prof"
3368 Action = DefineFQ
3469 envSet(LARCV2_FQ_DIR, ${UPS_PROD_DIR}/${UPS_PROD_FLAVOR}_e20_p3913_prof)
3570 Action = GetProducts
36- setupRequired( root v6_26_06a -q +e20:+p3913:+prof )
71+ setupRequired( root v6_26_06b -q +e20:+p3913:+prof )
72+
3773
3874
3975Flavor = ANY
0 commit comments