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: PWGLF/TableProducer/Strangeness/strangenesstofpid.cxx
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -185,6 +185,17 @@ struct strangenesstofpid {
185
185
Configurable<bool> autoSetProcessFunctions{"autoSetProcessFunctions", true, "Flag to autodetect the process functions to use"};
186
186
} ccdbConfigurations;
187
187
188
+
// Metadata options
189
+
struct : ConfigurableGroup {
190
+
std::string prefix = "metadata";
191
+
// necessary for TOFResponse when running over derived data (where no metadata can be found)
192
+
Configurable<bool> overrideMetadata{"overrideMetadata", false, "Override metadataInfo with custom information. Enable when running over derived data"};
193
+
Configurable<std::string> Run{"Run", "3", "Is it Run 3 ? If yes: 3 ; otherwise: 2"};
194
+
Configurable<std::string> DataType{"DataType", "Data", "Is it Data? If yes: Data ; otherwise: MC"};
195
+
Configurable<std::string> AnchorPassName{"AnchorPassName", "apass1", "Anchor pass name (only if needed for DataType = MC)"};
196
+
Configurable<std::string> RecoPassName{"RecoPassName", "apass1", "Reco pass name (only if needed for DataType = Data)"};
0 commit comments