Skip to content

Commit

Permalink
removing filtered clusters and instead using all the EMCAL clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
Archita-Dash committed Dec 20, 2024
1 parent 3f68b35 commit f3cdfa8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PWGJE/TableProducer/emcalClusterHadronicCorrectionTask.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ using namespace o2;
using namespace o2::framework;
using namespace o2::framework::expressions;
using collisionEvSelIt = o2::soa::Join<o2::aod::Collisions, o2::aod::EvSels>::iterator;
// using selectedClusters = o2::soa::Filtered<o2::aod::EMCALClusters>;
using myTracks = o2::soa::Filtered<o2::soa::Join<o2::aod::pidTPCFullEl, o2::aod::pidTPCFullPi, o2::aod::FullTracks, o2::aod::TrackSelection>>;


Expand Down

0 comments on commit f3cdfa8

Please sign in to comment.