Skip to content

Commit

Permalink
Add include string for MegaLinter
Browse files Browse the repository at this point in the history
  • Loading branch information
omassen committed Dec 18, 2024
1 parent fe1bbf9 commit dc078b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PWGCF/TwoParticleCorrelations/Tasks/neutronProtonCorrZdc.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
/// \brief Correlations between protons and neutrons in the ZDC
/// \author Olaf Massen <[email protected]>

#include <string>
#include "Framework/runDataProcessing.h"
#include "Framework/AnalysisTask.h"
#include "Framework/ASoAHelpers.h"

#include "Common/DataModel/TrackSelectionTables.h"
#include "Common/DataModel/EventSelection.h"
#include "Common/DataModel/PIDResponse.h"
Expand Down Expand Up @@ -55,7 +55,7 @@ struct NeutronProtonCorrZdc {
void init(InitContext const&)
{
// define axes you want to use
const AxisSpec axisCounter{4, 0, +2, ""};
const AxisSpec axisCounter{3, -0.5, 3.5, ""};
const AxisSpec axisZNSectorSignal{cfgNBinsZN, cfgZNmin, cfgZNmax / 3.};
const AxisSpec axisZPSectorSignal{cfgNBinsZP, cfgZPmin, cfgZPmax / 3.};
const AxisSpec axisZNASignal{cfgNBinsZN, cfgZNmin, cfgZNmax, "ZNA (a.u.)"};
Expand Down

0 comments on commit dc078b0

Please sign in to comment.