Skip to content

Commit f43e8d4

Browse files
committed
Update reflection script
1 parent e99219d commit f43e8d4

1 file changed

Lines changed: 17 additions & 6 deletions

File tree

fcl/from_mcs-reflection.fcl

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,30 +33,39 @@ physics :
3333
@table::TrkQual
3434
KalSeedPtrCollection : Reflectmu
3535
}
36+
TrkPIDReflecte : {
37+
@table::TrkPID
38+
KalSeedPtrCollection : Reflecte
39+
}
40+
TrkPIDReflectmu : {
41+
@table::TrkPID
42+
KalSeedPtrCollection : Reflectmu
43+
}
3644
}
3745
filters : {
3846
Reflecte : {
3947
@table::TrkReco.SelectReflections
4048
UpstreamKalSeedCollection : "KKUe"
4149
DownstreamKalSeedCollection : "KKDe"
42-
debugLevel : 0
50+
debugLevel : 1
4351
}
4452
Reflectmu : {
4553
@table::TrkReco.SelectReflections
4654
UpstreamKalSeedCollection : "KKUmu"
4755
DownstreamKalSeedCollection : "KKDmu"
48-
debugLevel : 0
56+
debugLevel : 1
4957
}
5058
}
51-
eTrig : [ Reflecte, TrkQualReflecte ]
52-
muTrig : [ Reflectmu, TrkQualReflectmu ]
59+
eTrig : [ Reflecte, TrkQualReflecte, TrkPIDReflecte ]
60+
muTrig : [ Reflectmu, TrkQualReflectmu, TrkPIDReflectmu ]
5361
analyzers : {
5462
ENe : {
5563
@table::EN
5664
SelectEvents : [ "eTrig" ]
5765
branches : [
5866
{ @table::ENBranch
59-
trkQualTag : "TrkQualReflecte"
67+
trkQualTags : ["TrkQualReflecte"]
68+
trkPIDTags : ["TrkPIDReflecte"]
6069
input: "Reflecte"
6170
}
6271
]
@@ -66,9 +75,11 @@ physics :
6675
SelectEvents : [ "muTrig" ]
6776
branches : [
6877
{ @table::ENBranch
69-
trkQualTag : "TrkQualReflectmu"
78+
trkQualTags : ["TrkQualReflectmu"]
79+
trkPIDTags : ["TrkPIDReflectmu"]
7080
input: "Reflectmu"
7181
}
82+
7283
]
7384
}
7485
printModule : {

0 commit comments

Comments
 (0)