Skip to content

Commit

Permalink
Removed Counter variable and changed a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JStaa committed Oct 10, 2024
1 parent a124700 commit ff12754
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ struct ThreePartCorr {
Filter TrackPt = aod::track::pt > 0.2f && aod::track::pt < 3.0f;
Filter TrackEta = nabs(aod::track::eta) < 0.8f;

// Track filters
// Particle filters
Filter ParticlePt = aod::mcparticle::pt > 0.2f && aod::mcparticle::pt < 3.0f;
Filter ParticleEta = nabs(aod::mcparticle::eta) < 0.8f;

Expand Down Expand Up @@ -75,7 +75,6 @@ struct ThreePartCorr {
// Particle masses
Double_t massLambda = 1.115683;
Double_t DGaussSigma = 0.0021;
Int_t Counter = 0;

// Correlation variables
Int_t T_Sign;
Expand Down

0 comments on commit ff12754

Please sign in to comment.