Skip to content

Commit 806fd04

Browse files
authored
Add files via upload
1 parent 73e92f6 commit 806fd04

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

PWGDQ/Tasks/dqEfficiency_withAssoc_direct.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
#include <iostream>
5757
#include <map>
5858
#include <memory>
59-
#include <random>
6059
#include <string>
6160
#include <utility>
6261
#include <vector>
@@ -2068,7 +2067,6 @@ struct AnalysisDileptonTrack {
20682067
Configurable<bool> fConfigPublishTripletTable{"cfgPublishTripletTable", false, "Publish the triplet tables, BmesonCandidates"};
20692068
Configurable<bool> fConfigApplyMassEC{"cfgApplyMassEC", false, "Apply fit mass for sideband for the energy correlator study"};
20702069
Configurable<std::vector<int>> fConfigSavelessevents{"cfgSavelessevents", std::vector<int>{1, 0}, "Save less events for the energy correlator study"};
2071-
// Configurable<int> fConfigSavelessevents{"cfgSavelessevents", 1, "Save less events for the energy correlator study"};
20722070
} fConfigOptions;
20732071

20742072
struct : ConfigurableGroup {

0 commit comments

Comments
 (0)