Skip to content

Commit 4f9626f

Browse files
committed
Rename PWGJE/TableProducer/Matching/Duplicates/jetMatchingDuplicates.cxx
1 parent b04680b commit 4f9626f

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

PWGJE/TableProducer/Matching/Duplicates/jetMatchingDuplicates.cxx renamed to PWGJE/TableProducer/Matching/Duplicates/jetMatchingDuplicates.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
/// \brief matching duplicate jets
1414
/// \author Nima Zardoshti <nima.zardoshti@cern.ch>
1515

16+
#ifndef PWGJE_TABLEPRODUCER_MATCHING_DUPLICATES_JETMATCHINGDUPLICATES_H_
17+
#define PWGJE_TABLEPRODUCER_MATCHING_DUPLICATES_JETMATCHINGDUPLICATES_H_
18+
1619
#include "PWGJE/Core/JetMatchingUtilities.h"
1720
#include "PWGJE/DataModel/Jet.h"
1821
#include "PWGJE/DataModel/JetReducedData.h"
@@ -85,3 +88,5 @@ struct JetMatchingDuplicates {
8588
}
8689
PROCESS_SWITCH(JetMatchingDuplicates, processJets, "Perform jet matching", true);
8790
};
91+
92+
#endif // PWGJE_TABLEPRODUCER_MATCHING_DUPLICATES_JETMATCHINGDUPLICATES_H_

PWGJE/TableProducer/Matching/Duplicates/jetMatchingDuplicatesChargedData1.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@
1313
//
1414
/// \author Nima Zardoshti <nima.zardoshti@cern.ch>
1515

16-
#include "PWGJE/TableProducer/Matching/Duplicates/jetMatchingDuplicates.cxx"
17-
1816
#include "PWGJE/DataModel/Jet.h"
1917
#include "PWGJE/DataModel/JetReducedData.h"
18+
#include "PWGJE/TableProducer/Matching/Duplicates/jetMatchingDuplicates.h"
2019

2120
#include <Framework/ASoA.h>
2221
#include <Framework/AnalysisTask.h>

PWGJE/TableProducer/Matching/Duplicates/jetMatchingDuplicatesChargedMCD1.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@
1313
//
1414
/// \author Nima Zardoshti <nima.zardoshti@cern.ch>
1515

16-
#include "PWGJE/TableProducer/Matching/Duplicates/jetMatchingDuplicates.cxx"
17-
1816
#include "PWGJE/DataModel/Jet.h"
1917
#include "PWGJE/DataModel/JetReducedData.h"
18+
#include "PWGJE/TableProducer/Matching/Duplicates/jetMatchingDuplicates.h"
2019

2120
#include <Framework/ASoA.h>
2221
#include <Framework/AnalysisTask.h>

PWGJE/TableProducer/Matching/Duplicates/jetMatchingDuplicatesChargedMCP1.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@
1313
//
1414
/// \author Nima Zardoshti <nima.zardoshti@cern.ch>
1515

16-
#include "PWGJE/TableProducer/Matching/Duplicates/jetMatchingDuplicates.cxx"
17-
1816
#include "PWGJE/DataModel/Jet.h"
1917
#include "PWGJE/DataModel/JetReducedData.h"
18+
#include "PWGJE/TableProducer/Matching/Duplicates/jetMatchingDuplicates.h"
2019

2120
#include <Framework/ASoA.h>
2221
#include <Framework/AnalysisTask.h>

0 commit comments

Comments
 (0)