Skip to content

Commit c920037

Browse files
authored
[PWGJE] Adding missing directory (AliceO2Group#8675)
1 parent d5e3394 commit c920037

4 files changed

+4
-3
lines changed

PWGJE/TableProducer/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# granted to it by virtue of its status as an Intergovernmental Organization
1010
# or submit itself to any jurisdiction.
1111

12+
add_subdirectory(Matching)
1213

1314
if(FastJet_FOUND)
1415

PWGJE/TableProducer/Matching/Duplicates/jetMatchingDuplicatesChargedData1.cxx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//
1414
/// \author Nima Zardoshti <[email protected]>
1515

16-
#include "PWGJE/TableProducer/Matching/jetMatchingDuplicates.cxx"
16+
#include "PWGJE/TableProducer/Matching/Duplicates/jetMatchingDuplicates.cxx"
1717

1818
using Charged1JetDataMatchingDupliacates = JetMatchingDuplicates<soa::Join<aod::ChargedJets, aod::ChargedJetConstituents>,
1919
soa::Join<aod::Charged1Jets, aod::Charged1JetConstituents>,

PWGJE/TableProducer/Matching/Duplicates/jetMatchingDuplicatesChargedMCD1.cxx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//
1414
/// \author Nima Zardoshti <[email protected]>
1515

16-
#include "PWGJE/TableProducer/Matching/jetMatchingDuplicates.cxx"
16+
#include "PWGJE/TableProducer/Matching/Duplicates/jetMatchingDuplicates.cxx"
1717

1818
using Charged1JetMCDMatchingDupliacates = JetMatchingDuplicates<soa::Join<aod::ChargedMCDetectorLevelJets, aod::ChargedMCDetectorLevelJetConstituents>,
1919
soa::Join<aod::Charged1MCDetectorLevelJets, aod::Charged1MCDetectorLevelJetConstituents>,

PWGJE/TableProducer/Matching/Duplicates/jetMatchingDuplicatesChargedMCP1.cxx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//
1414
/// \author Nima Zardoshti <[email protected]>
1515

16-
#include "PWGJE/TableProducer/Matching/jetMatchingDuplicates.cxx"
16+
#include "PWGJE/TableProducer/Matching/Duplicates/jetMatchingDuplicates.cxx"
1717

1818
using Charged1JetMCPMatchingDupliacates = JetMatchingDuplicates<soa::Join<aod::ChargedMCParticleLevelJets, aod::ChargedMCParticleLevelJetConstituents>,
1919
soa::Join<aod::Charged1MCParticleLevelJets, aod::Charged1MCParticleLevelJetConstituents>,

0 commit comments

Comments
 (0)