Skip to content

Commit

Permalink
Make MegaLinter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Strangmann committed Jan 23, 2025
1 parent 2d5c488 commit d0fa6bc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions PWGJE/Tasks/emcalGammaGammaBcWise.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,17 @@
/// \author Nicolas Strangmann ([email protected]) - Goethe University Frankfurt
///

#include <vector>
#include <CommonConstants/MathConstants.h>
#include "TLorentzVector.h"
#include "TVector3.h"

#include "Framework/runDataProcessing.h"
#include "Framework/AnalysisTask.h"
#include "Framework/HistogramRegistry.h"
#include "Common/DataModel/EventSelection.h"
#include "PWGJE/DataModel/EMCALClusters.h"

#include "TLorentzVector.h"
#include "TVector3.h"
#include <CommonConstants/MathConstants.h>

#include "DataFormatsFT0/Digit.h"

using namespace o2;
Expand Down

0 comments on commit d0fa6bc

Please sign in to comment.