Skip to content

Commit 1fa7c23

Browse files
authored
Update treeCreatorToXiPi.cxx
1 parent dfd1f60 commit 1fa7c23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGHF/TableProducer/treeCreatorToXiPi.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ struct HfTreeCreatorToXiPi {
250250

251251
Configurable<float> zPvCut{"zPvCut", 10., "Cut on absolute value of primary vertex z coordinate"};
252252
Configurable<bool> useCentrality{"useCentrality", false, "Decide whether to use centrality information"};
253-
253+
254254
using Cents = soa::Join<aod::CentFV0As, aod::CentFT0Ms, aod::CentFT0As, aod::CentFT0Cs, aod::CentFDDMs>;
255255
using MyEventTable = soa::Join<aod::Collisions, aod::EvSels, aod::PVMultZeqs, Cents>;
256256
using MyTrackTable = soa::Join<aod::Tracks, aod::TrackSelection, aod::TracksExtra>;

0 commit comments

Comments
 (0)