@@ -936,7 +936,7 @@ struct CorrReso {
936936 }
937937 if (effNch == 0 )
938938 return false ;
939- weight_Nch = 1 . / effNch;
939+ weightNch = 1 . / effNch;
940940 return true ;
941941 }
942942
@@ -1147,7 +1147,7 @@ struct CorrReso {
11471147 }
11481148
11491149 template <CorrelationContainer::CFStep step, typename TV0Tracks, typename TFT0s>
1150- void fillCorrelationsTPCFT0 (TV0Tracks tracks1, TFT0s const & ft0, float posZ, float posY, float posX, int system, int multiplicity, int corType, float eventWeight) // function to fill the Output functions (sparse) and the delta eta and delta phi histograms
1150+ void fillCorrelationsTPCFT0 (TV0Tracks tracks1, TFT0s const & ft0, float posZ, float posY, float posX, int system, int corType, float eventWeight) // function to fill the Output functions (sparse) and the delta eta and delta phi histograms
11511151 {
11521152 int fSampleIndex = gRandom ->Uniform (0 , cfgSampleSize);
11531153
@@ -1347,7 +1347,7 @@ struct CorrReso {
13471347 }
13481348
13491349 const auto & ft0 = collision.foundFT0 ();
1350- fillCorrelationsTPCFT0<CorrelationContainer::kCFStepReconstructed >(V0s, ft0, collision.posZ (), collision.posY (), collision.posX (), SameEvent, multiplicity, kFT0A , eventWeight);
1350+ fillCorrelationsTPCFT0<CorrelationContainer::kCFStepReconstructed >(V0s, ft0, collision.posZ (), collision.posY (), collision.posX (), SameEvent, kFT0A , eventWeight);
13511351 }
13521352 PROCESS_SWITCH (CorrReso, processSameTpcFt0a, " Process same event for TPC-FT0 correlation" , false );
13531353
@@ -1409,7 +1409,7 @@ struct CorrReso {
14091409 }
14101410
14111411 const auto & ft0 = collision2.foundFT0 ();
1412- fillCorrelationsTPCFT0<CorrelationContainer::kCFStepReconstructed >(v0s1, ft0, collision1.posZ (), collision1.posY (), collision1.posX (), MixedEvent, multiplicity, kFT0A , eventWeight);
1412+ fillCorrelationsTPCFT0<CorrelationContainer::kCFStepReconstructed >(v0s1, ft0, collision1.posZ (), collision1.posY (), collision1.posX (), MixedEvent, kFT0A , eventWeight);
14131413 }
14141414 }
14151415 PROCESS_SWITCH (CorrReso, processMixedTpcFt0a, " Process mixed events for TPC-FT0A correlation" , false );
@@ -1465,7 +1465,7 @@ struct CorrReso {
14651465 return ;
14661466 }
14671467
1468- fillCorrelationsTPCFT0<CorrelationContainer::kCFStepReconstructed >(V0s, ft0, collision.posZ (), collision.posY (), collision.posX (), SameEvent, multiplicity, kFT0C , 1 .0f );
1468+ fillCorrelationsTPCFT0<CorrelationContainer::kCFStepReconstructed >(V0s, ft0, collision.posZ (), collision.posY (), collision.posX (), SameEvent, kFT0C , 1 .0f );
14691469 }
14701470 PROCESS_SWITCH (CorrReso, processSameTpcFt0c, " Process same event for TPC-FT0C correlation" , false );
14711471
@@ -1525,7 +1525,7 @@ struct CorrReso {
15251525 return ;
15261526 }
15271527
1528- fillCorrelationsTPCFT0<CorrelationContainer::kCFStepReconstructed >(v0s1, ft0, collision1.posZ (), collision1.posY (), collision1.posX (), MixedEvent, multiplicity, kFT0C , eventWeight);
1528+ fillCorrelationsTPCFT0<CorrelationContainer::kCFStepReconstructed >(v0s1, ft0, collision1.posZ (), collision1.posY (), collision1.posX (), MixedEvent, kFT0C , eventWeight);
15291529 }
15301530 }
15311531 PROCESS_SWITCH (CorrReso, processMixedTpcFt0c, " Process mixed events for TPC-FT0C correlation" , false );
0 commit comments