Skip to content

Commit 5bbb220

Browse files
Converted data process function to templated version. It allows the processing of D0 and Lc jets.
1 parent 8447267 commit 5bbb220

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

PWGJE/Tasks/hfFragmentationFunction.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ struct HfFragmentationFunction {
196196

197197
Configurable<float> vertexZCut{"vertexZCut", 10.0f, "Accepted z-vertex range"};
198198
Configurable<std::string> eventSelections{"eventSelections", "sel8", "choose event selection"};
199+
Configurable<std::string> chosenHadron{"chosenHadron", "D0", "choose hadron for analysis: D0 or Lc"};
199200

200201
std::vector<int> eventSelectionBits;
201202

0 commit comments

Comments
 (0)