Skip to content

Commit

Permalink
Update PWGHF/HFL/Tasks/taskElectronWeakBoson.cxx
Browse files Browse the repository at this point in the history
Co-authored-by: Vít Kučera <[email protected]>
  • Loading branch information
sashingo and vkucera authored Sep 6, 2024
1 parent ce7a533 commit 545edd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGHF/HFL/Tasks/taskElectronWeakBoson.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ using namespace o2;
using namespace o2::framework;
using namespace o2::framework::expressions;

using selectedClusters = o2::soa::Filtered<o2::aod::EMCALClusters>;
using SelectedClusters = o2::soa::Filtered<o2::aod::EMCALClusters>;

// PbPb
using TrackEle = o2::soa::Filtered<o2::soa::Join<o2::aod::Tracks, o2::aod::FullTracks, o2::aod::TracksExtra_001, o2::aod::TracksDCA, o2::aod::TrackSelection, o2::aod::pidTPCFullEl>>;

Check failure on line 37 in PWGHF/HFL/Tasks/taskElectronWeakBoson.cxx

View workflow job for this annotation

GitHub Actions / PR formatting / whitespace

Trailing spaces

Remove the trailing spaces at the end of the line.
Expand Down

0 comments on commit 545edd4

Please sign in to comment.