File tree Expand file tree Collapse file tree
PWGCF/TwoParticleCorrelations/TableProducer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,7 +112,9 @@ struct LongrangeMaker {
112112 Configurable<bool > isApplyBestCollIndex{" isApplyBestCollIndex" , true , " bestCollIndex" };
113113 Configurable<bool > isrejectFlangeEvent{" isrejectFlangeEvent" , false , " At least one channel with -350 TDC < time < -450 TDC" };
114114 Configurable<bool > isApplyNoCollInTimeRangeStandard{" isApplyNoCollInTimeRangeStandard" , false , " Enable NoCollInTimeRangeStandard cut" };
115+ Configurable<bool > isApplyNoCollInTimeRangeStrict{" isApplyNoCollInTimeRangeStrict" , false , " Enable NoCollInTimeRangeStrict cut" };
115116 Configurable<bool > isApplyNoCollInRofStandard{" isApplyNoCollInRofStandard" , false , " Enable NoCollInRofStandard cut" };
117+ Configurable<bool > isApplyNoCollInRofStrict{" isApplyNoCollInRofStrict" , false , " Enable NoCollInRofStrict cut" };
116118 Configurable<bool > isApplyNoHighMultCollInPrevRof{" isApplyNoHighMultCollInPrevRof" , false , " Enable NoHighMultCollInPrevRof cut" };
117119 Configurable<bool > isApplyCentFT0C{" isApplyCentFT0C" , false , " Centrality based on FT0C" };
118120 Configurable<bool > isApplyCentFV0A{" isApplyCentFV0A" , false , " Centrality based on FV0A" };
You can’t perform that action at this time.
0 commit comments