Skip to content

Commit 50ab085

Browse files
committed
Rename PWGJE/TableProducer/Matching/jetMatchingMC.cxx
1 parent 1942b27 commit 50ab085

14 files changed

+18
-26
lines changed

PWGJE/TableProducer/Matching/jetMatchingMC.cxx renamed to PWGJE/TableProducer/Matching/jetMatchingMC.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
/// \author Aimeric Lanodu <aimeric.landou@cern.ch>
1818
/// \author Nima Zardoshti <nima.zardoshti@cern.ch>
1919

20+
#ifndef PWGJE_TABLEPRODUCER_MATCHING_JETMATCHINGMC_H_
21+
#define PWGJE_TABLEPRODUCER_MATCHING_JETMATCHINGMC_H_
22+
2023
#include "PWGJE/Core/JetMatchingUtilities.h"
2124
#include "PWGJE/DataModel/Jet.h"
2225
#include "PWGJE/DataModel/JetReducedData.h"
@@ -97,3 +100,5 @@ struct JetMatchingMc {
97100
}
98101
PROCESS_SWITCH(JetMatchingMc, processJets, "Perform jet matching", true);
99102
};
103+
104+
#endif // PWGJE_TABLEPRODUCER_MATCHING_JETMATCHINGMC_H_

PWGJE/TableProducer/Matching/jetMatchingMCB0Charged.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/jetMatchingMC.cxx"
17-
1816
#include "PWGJE/DataModel/Jet.h"
1917
#include "PWGJE/DataModel/JetReducedData.h"
18+
#include "PWGJE/TableProducer/Matching/jetMatchingMC.h"
2019

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

PWGJE/TableProducer/Matching/jetMatchingMCBplusCharged.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/jetMatchingMC.cxx"
17-
1816
#include "PWGJE/DataModel/Jet.h"
1917
#include "PWGJE/DataModel/JetReducedData.h"
18+
#include "PWGJE/TableProducer/Matching/jetMatchingMC.h"
2019

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

PWGJE/TableProducer/Matching/jetMatchingMCCharged.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/jetMatchingMC.cxx"
17-
1816
#include "PWGJE/DataModel/Jet.h"
1917
#include "PWGJE/DataModel/JetReducedData.h"
18+
#include "PWGJE/TableProducer/Matching/jetMatchingMC.h"
2019

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

PWGJE/TableProducer/Matching/jetMatchingMCD0Charged.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/jetMatchingMC.cxx"
17-
1816
#include "PWGJE/DataModel/Jet.h"
1917
#include "PWGJE/DataModel/JetReducedData.h"
18+
#include "PWGJE/TableProducer/Matching/jetMatchingMC.h"
2019

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

PWGJE/TableProducer/Matching/jetMatchingMCDielectronCharged.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/jetMatchingMC.cxx"
17-
1816
#include "PWGJE/DataModel/Jet.h"
1917
#include "PWGJE/DataModel/JetReducedData.h"
18+
#include "PWGJE/TableProducer/Matching/jetMatchingMC.h"
2019

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

PWGJE/TableProducer/Matching/jetMatchingMCDplusCharged.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/jetMatchingMC.cxx"
17-
1816
#include "PWGJE/DataModel/Jet.h"
1917
#include "PWGJE/DataModel/JetReducedData.h"
18+
#include "PWGJE/TableProducer/Matching/jetMatchingMC.h"
2019

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

PWGJE/TableProducer/Matching/jetMatchingMCDsCharged.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/jetMatchingMC.cxx"
17-
1816
#include "PWGJE/DataModel/Jet.h"
1917
#include "PWGJE/DataModel/JetReducedData.h"
18+
#include "PWGJE/TableProducer/Matching/jetMatchingMC.h"
2019

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

PWGJE/TableProducer/Matching/jetMatchingMCDstarCharged.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/jetMatchingMC.cxx"
17-
1816
#include "PWGJE/DataModel/Jet.h"
1917
#include "PWGJE/DataModel/JetReducedData.h"
18+
#include "PWGJE/TableProducer/Matching/jetMatchingMC.h"
2019

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

PWGJE/TableProducer/Matching/jetMatchingMCFull.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/jetMatchingMC.cxx"
17-
1816
#include "PWGJE/DataModel/Jet.h"
1917
#include "PWGJE/DataModel/JetReducedData.h"
18+
#include "PWGJE/TableProducer/Matching/jetMatchingMC.h"
2019

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

0 commit comments

Comments
 (0)