Skip to content

Commit 5ed4b8e

Browse files
committed
Rename PWGJE/TableProducer/Matching/jetMatchingSub.cxx
1 parent f108b23 commit 5ed4b8e

11 files changed

+15
-20
lines changed

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

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

16+
#ifndef PWGJE_TABLEPRODUCER_MATCHING_JETMATCHINGSUB_H_
17+
#define PWGJE_TABLEPRODUCER_MATCHING_JETMATCHINGSUB_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 JetMatchingSub {
8588
}
8689
PROCESS_SWITCH(JetMatchingSub, processJets, "Perform jet matching", true);
8790
};
91+
92+
#endif // PWGJE_TABLEPRODUCER_MATCHING_JETMATCHINGSUB_H_

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

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

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

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

PWGJE/TableProducer/Matching/jetMatchingSubCharged.cxx

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

16-
#include "PWGJE/TableProducer/Matching/jetMatchingSub.cxx"
17-
1816
#include "PWGJE/DataModel/Jet.h"
1917
#include "PWGJE/DataModel/JetReducedData.h"
2018
#include "PWGJE/DataModel/JetSubtraction.h"
19+
#include "PWGJE/TableProducer/Matching/jetMatchingSub.h"
2120

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

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

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

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

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

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)