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: DPG/Tasks/TPC/tpcSkimsTableCreator.cxx
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,7 @@ struct TreeWriterTpcV0 {
107
107
Configurable<bool> checkZdc{"checkZdc", false, "set ZDC flag for PbPb"};
108
108
Configurable<bool> treatLimitedAcceptanceAsBad{"treatLimitedAcceptanceAsBad", false, "reject all events where the detectors relevant for the specified Runlist are flagged as LimitedAcceptance"};
109
109
Configurable<bool> requireGoodRct{"requireGoodRct", false, "require good detector flag in run condtion table"};
110
+
// Configurable for the path of CCDB General Run Parameters LHC Interface information
110
111
Configurable<std::string> ccdbPathGrpLhcIf{"ccdbPathGrpLhcIf", "GLO/Config/GRPLHCIF", "Path on the CCDB for the GRPLHCIF object"};
111
112
112
113
// an arbitrary value of N sigma TOF assigned by TOF task to tracks which are not matched to TOF hits
Configurable<bool> checkZdc{"checkZdc", false, "set ZDC flag for PbPb"};
638
644
Configurable<bool> treatLimitedAcceptanceAsBad{"treatLimitedAcceptanceAsBad", false, "reject all events where the detectors relevant for the specified Runlist are flagged as LimitedAcceptance"};
639
645
Configurable<bool> requireGoodRct{"requireGoodRct", false, "require good detector flag in run condtion table"};
646
+
// Configurable for the path of CCDB General Run Parameters LHC Interface information
640
647
Configurable<std::string> ccdbPathGrpLhcIf{"ccdbPathGrpLhcIf", "GLO/Config/GRPLHCIF", "Path on the CCDB for the GRPLHCIF object"};
0 commit comments