You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PWGDQ/TableProducer/tableMaker_withAssoc.cxx
+2-7Lines changed: 2 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -290,7 +290,6 @@ struct TableMaker {
290
290
Configurable<std::string> fConfigGrpMagPath{"grpmagPath", "GLO/Config/GRPMagField", "CCDB path of the GRPMagField object"};
291
291
Configurable<std::string> fFwdShiftPath{"fwdShiftPath", "Users/m/mcoquet/ZShift", "CCDB path for the shift to apply to forward tracks: 1 (z), 3 (x,y,z), or 10 (x,y,z,slopeX,slopeY for top then bottom; slopes unused)"};
292
292
Configurable<bool> fUseRemoteFwdShift{"cfgUseRemoteFwdShift", false, "Enable getting the forward track shift from ccdb"};
293
-
Configurable<float> fManualZShift{"cfgManualZShift", 0.f, "Manual value for the Zshift for muons."};
294
293
Configurable<std::string> fConfigGrpMagPathRun2{"grpmagPathRun2", "GLO/GRP/GRP", "CCDB path of the GRPObject (Usage for Run 2)"};
295
294
} fConfigCCDB;
296
295
@@ -1692,16 +1691,14 @@ struct TableMaker {
1692
1691
}
1693
1692
// recalculate pDca / DCA and global muon kinematics
1694
1693
// kMuonPDca is always taken from MCH (standalone or the MCH matched to a global)
1695
-
if (static_cast<int>(muon.trackType()) < 2) {
1694
+
if (static_cast<int>(muon.trackType()) <=2) {
1696
1695
auto muontrack = muon.templatematchMCHTrack_as<TMuons>();
0 commit comments