Skip to content

Commit c920037

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

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

PWGJE/TableProducer/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//
1414
/// \author Nima Zardoshti <nima.zardoshti@cern.ch>
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//
1414
/// \author Nima Zardoshti <nima.zardoshti@cern.ch>
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//
1414
/// \author Nima Zardoshti <nima.zardoshti@cern.ch>
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)