Skip to content

Commit 3897ecb

Browse files
committed
removed unused configurable
1 parent 648d86c commit 3897ecb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

PWGUD/Tasks/upcRhoAnalysis.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ struct UpcRhoAnalysis {
135135
Configurable<float> cutTrueGapSideZDC{"cutTrueGapSideZDC", 10000., "ZDC threshold for SG selector. 0 is <1n, 4.2 is <2n, 6.7 is <3n, 9.5 is <4n, 12.5 is <5n"};
136136

137137
Configurable<bool> requireTof{"requireTof", false, "require TOF signal"};
138-
Configurable<bool> onlyGoldenRuns{"onlyGoldenRuns", false, "process only golden runs"};
139138
Configurable<bool> useRecoFlag{"useRecoFlag", false, "use reco flag for event selection"};
140139
Configurable<int> cutRecoFlag{"cutRecoFlag", 1, "0 = std mode, 1 = upc mode"};
141140
Configurable<bool> useRctFlag{"useRctFlag", false, "use RCT flags for event selection"};

0 commit comments

Comments
 (0)