Skip to content

Commit 2899f8c

Browse files
committed
Add the missing cfgs
1 parent 8615ecf commit 2899f8c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

PWGUD/Tasks/flowCorrelationsUpc.cxx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,14 @@ struct FlowCorrelationsUpc {
132132
void init(InitContext&)
133133
{
134134
LOGF(info, "Starting init");
135+
// Added UPC Cuts
136+
SGSelector sgSelector;
137+
Configurable<float> cfgCutFV0{"cfgCutFV0", 50., "FV0A threshold"};
138+
Configurable<float> cfgCutFT0A{"cfgCutFT0A", 150., "FT0A threshold"};
139+
Configurable<float> cfgCutFT0C{"cfgCutFT0C", 50., "FT0C threshold"};
140+
Configurable<float> cfgCutZDC{"cfgCutZDC", 10., "ZDC threshold"};
141+
Configurable<float> cfgGapSideSelection{"cfgGapSideSelection", 2, "gap selection"};
142+
135143
// Make histograms to check the distributions after cuts
136144
registry.add("deltaEta_deltaPhi_same", "", {HistType::kTH2D, {axisDeltaPhi, axisDeltaEta}}); // check to see the delta eta and delta phi distribution
137145
registry.add("deltaEta_deltaPhi_mixed", "", {HistType::kTH2D, {axisDeltaPhi, axisDeltaEta}});

0 commit comments

Comments
 (0)