Skip to content

Commit f108b23

Browse files
committed
Rename PWGJE/TableProducer/Matching/jetMatchingMCSub.cxx
1 parent 50ab085 commit f108b23

11 files changed

+15
-20
lines changed

PWGJE/TableProducer/Matching/jetMatchingMCSub.cxx renamed to PWGJE/TableProducer/Matching/jetMatchingMCSub.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 detector level and unsubtracted generated level jets (this is usseful as a template for embedding matching)
1414
/// \author Nima Zardoshti <nima.zardoshti@cern.ch>
1515

16+
#ifndef PWGJE_TABLEPRODUCER_MATCHING_JETMATCHINGMCSUB_H_
17+
#define PWGJE_TABLEPRODUCER_MATCHING_JETMATCHINGMCSUB_H_
18+
1619
#include "PWGJE/Core/JetMatchingUtilities.h"
1720
#include "PWGJE/DataModel/Jet.h"
1821

@@ -86,3 +89,5 @@ struct JetMatchingMcSub {
8689
}
8790
PROCESS_SWITCH(JetMatchingMcSub, processJets, "Perform jet matching", true);
8891
};
92+
93+
#endif // PWGJE_TABLEPRODUCER_MATCHING_JETMATCHINGMCSUB_H_

PWGJE/TableProducer/Matching/jetMatchingMCSubB0Charged.cxx

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

16-
#include "PWGJE/TableProducer/Matching/jetMatchingMCSub.cxx"
17-
1816
#include "PWGJE/DataModel/Jet.h"
17+
#include "PWGJE/TableProducer/Matching/jetMatchingMCSub.h"
1918

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

PWGJE/TableProducer/Matching/jetMatchingMCSubBplusCharged.cxx

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

16-
#include "PWGJE/TableProducer/Matching/jetMatchingMCSub.cxx"
17-
1816
#include "PWGJE/DataModel/Jet.h"
17+
#include "PWGJE/TableProducer/Matching/jetMatchingMCSub.h"
1918

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

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

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

PWGJE/TableProducer/Matching/jetMatchingMCSubD0Charged.cxx

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

16-
#include "PWGJE/TableProducer/Matching/jetMatchingMCSub.cxx"
17-
1816
#include "PWGJE/DataModel/Jet.h"
17+
#include "PWGJE/TableProducer/Matching/jetMatchingMCSub.h"
1918

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

PWGJE/TableProducer/Matching/jetMatchingMCSubDielectronCharged.cxx

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

16-
#include "PWGJE/TableProducer/Matching/jetMatchingMCSub.cxx"
17-
1816
#include "PWGJE/DataModel/Jet.h"
17+
#include "PWGJE/TableProducer/Matching/jetMatchingMCSub.h"
1918

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

PWGJE/TableProducer/Matching/jetMatchingMCSubDplusCharged.cxx

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

16-
#include "PWGJE/TableProducer/Matching/jetMatchingMCSub.cxx"
17-
1816
#include "PWGJE/DataModel/Jet.h"
17+
#include "PWGJE/TableProducer/Matching/jetMatchingMCSub.h"
1918

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

PWGJE/TableProducer/Matching/jetMatchingMCSubDsCharged.cxx

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

16-
#include "PWGJE/TableProducer/Matching/jetMatchingMCSub.cxx"
17-
1816
#include "PWGJE/DataModel/Jet.h"
17+
#include "PWGJE/TableProducer/Matching/jetMatchingMCSub.h"
1918

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

PWGJE/TableProducer/Matching/jetMatchingMCSubDstarCharged.cxx

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

16-
#include "PWGJE/TableProducer/Matching/jetMatchingMCSub.cxx"
17-
1816
#include "PWGJE/DataModel/Jet.h"
17+
#include "PWGJE/TableProducer/Matching/jetMatchingMCSub.h"
1918

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

PWGJE/TableProducer/Matching/jetMatchingMCSubLcCharged.cxx

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

16-
#include "PWGJE/TableProducer/Matching/jetMatchingMCSub.cxx"
17-
1816
#include "PWGJE/DataModel/Jet.h"
17+
#include "PWGJE/TableProducer/Matching/jetMatchingMCSub.h"
1918

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

0 commit comments

Comments
 (0)