Skip to content

Commit f1b841a

Browse files
quickfix
1 parent 1e6ae86 commit f1b841a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

PWGJE/Tasks/trackEfficiency.cxx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,8 @@ struct TrackEfficiency {
8080
Configurable<float> pTHatExponent{"pTHatExponent", 6.0, "exponent of the event weight for the calculation of pTHat"};
8181
Configurable<float> pTHatMaxFractionMCD{"pTHatMaxFractionMCD", 999.0, "maximum fraction of hard scattering for reconstructed track acceptance in MC"};
8282

83-
<<<<<<< HEAD
84-
Configurable<int> getPtHatFromHepMCXSection{"getPtHatFromHepMCXSection", true, "test configurable, configurable should be removed once well tested"};
85-
Configurable<int> useTrueTrackWeight{"useTrueTrackWeight", 1, "test configurable, should be set to 1 then config removed once well tested"};
86-
=======
8783
Configurable<bool> getPtHatFromHepMCXSection{"getPtHatFromHepMCXSection", true, "test configurable, configurable should be removed once well tested"};
8884
Configurable<bool> useTrueTrackWeight{"useTrueTrackWeight", true, "test configurable, should be set to 1 then config removed once well tested"};
89-
>>>>>>> 53496b235 (trackEfficiency: separate collision processes; add ptHard vs ptHard with weight and hepmcxsection methods; add MC pt res)
9085

9186
std::vector<int> eventSelectionBits;
9287
int trackSelection = -1;

0 commit comments

Comments
 (0)