Skip to content

Commit 47101d9

Browse files
committed
Fix include style
1 parent 3da09f9 commit 47101d9

36 files changed

+217
-216
lines changed

Common/CCDB/ctpRateFetcher.cxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111

1212
#include "ctpRateFetcher.h"
1313

14-
#include "CCDB/BasicCCDBManager.h"
15-
#include "CommonConstants/LHCConstants.h"
16-
#include "DataFormatsCTP/Configuration.h"
17-
#include "DataFormatsCTP/Scalers.h"
18-
#include "DataFormatsParameters/GRPLHCIFData.h"
14+
#include <CCDB/BasicCCDBManager.h>
15+
#include <CommonConstants/LHCConstants.h>
16+
#include <DataFormatsCTP/Configuration.h>
17+
#include <DataFormatsCTP/Scalers.h>
18+
#include <DataFormatsParameters/GRPLHCIFData.h>
1919

2020
#include <map>
2121
#include <string>

Common/CCDB/ctpRateFetcher.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#ifndef COMMON_CCDB_CTPRATEFETCHER_H_
1313
#define COMMON_CCDB_CTPRATEFETCHER_H_
1414

15-
#include "CCDB/BasicCCDBManager.h"
15+
#include <CCDB/BasicCCDBManager.h>
1616

1717
#include <string>
1818

Common/Core/CollisionAssociation.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
#ifndef COMMON_CORE_COLLISIONASSOCIATION_H_
2121
#define COMMON_CORE_COLLISIONASSOCIATION_H_
2222

23-
#include "CommonConstants/LHCConstants.h"
24-
#include "Framework/ASoAHelpers.h"
25-
#include "Framework/AnalysisDataModel.h"
23+
#include <CommonConstants/LHCConstants.h>
24+
#include <Framework/ASoAHelpers.h>
25+
#include <Framework/AnalysisDataModel.h>
2626

2727
#include <memory>
2828
#include <utility>

Common/Core/EventPlaneHelper.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020

2121
#include "Common/Core/EventPlaneHelper.h"
2222

23-
#include "TMath.h"
24-
#include "TVector3.h"
23+
#include <TMath.h>
24+
#include <TVector3.h>
2525

2626
#include <algorithm>
2727
#include <cstdio>

Common/Core/FFitWeights.h

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
#ifndef COMMON_CORE_FFITWEIGHTS_H_
1818
#define COMMON_CORE_FFITWEIGHTS_H_
1919

20-
#include "TCollection.h"
21-
#include "TFile.h"
22-
#include "TH1D.h"
23-
#include "TH2D.h"
24-
#include "TH3D.h"
25-
#include "TMath.h"
26-
#include "TNamed.h"
27-
#include "TObjArray.h"
28-
#include "TString.h"
20+
#include <TCollection.h>
21+
#include <TFile.h>
22+
#include <TH1D.h>
23+
#include <TH2D.h>
24+
#include <TH3D.h>
25+
#include <TMath.h>
26+
#include <TNamed.h>
27+
#include <TObjArray.h>
28+
#include <TString.h>
2929

3030
#include <algorithm>
3131
#include <complex>

Common/Core/MetadataHelper.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
#include "Common/Core/MetadataHelper.h"
1919

20-
#include "Framework/InitContext.h"
21-
#include "Framework/RunningWorkflowInfo.h"
20+
#include <Framework/InitContext.h>
21+
#include <Framework/RunningWorkflowInfo.h>
2222

2323
#include <string>
2424

Common/Core/PID/DetectorResponse.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@
2020
#ifndef COMMON_CORE_PID_DETECTORRESPONSE_H_
2121
#define COMMON_CORE_PID_DETECTORRESPONSE_H_
2222

23-
#include "Framework/Logger.h"
23+
#include <Framework/Logger.h>
2424

2525
#include <array>
2626
#include <string>
2727
#include <vector>
2828
// ROOT includes
29-
#include "Rtypes.h"
29+
#include <TFile.h>
30+
#include <TMath.h>
3031

31-
#include "TFile.h"
32-
#include "TMath.h"
32+
#include <Rtypes.h>
3333

3434
// O2 includes
3535
#include "Common/Core/PID/ParamBase.h"
3636

37-
#include "ReconstructionDataFormats/PID.h"
37+
#include <ReconstructionDataFormats/PID.h>
3838

3939
namespace o2::pid
4040
{

Common/Core/PID/PIDTOF.h

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@
2424
#include <vector>
2525

2626
// ROOT includes
27-
#include "Rtypes.h"
27+
#include <TF2.h>
28+
#include <TFile.h>
29+
#include <TGraph.h>
30+
#include <TMath.h>
2831

29-
#include "TF2.h"
30-
#include "TFile.h"
31-
#include "TGraph.h"
32-
#include "TMath.h"
32+
#include <Rtypes.h>
3333

3434
// O2 includes
35-
#include "CommonConstants/PhysicsConstants.h"
36-
#include "DataFormatsTOF/ParameterContainers.h"
37-
#include "Framework/DataTypes.h"
38-
#include "Framework/Logger.h"
39-
#include "ReconstructionDataFormats/PID.h"
35+
#include <CommonConstants/PhysicsConstants.h>
36+
#include <DataFormatsTOF/ParameterContainers.h>
37+
#include <Framework/DataTypes.h>
38+
#include <Framework/Logger.h>
39+
#include <ReconstructionDataFormats/PID.h>
4040

4141
namespace o2::pid::tof
4242
{

Common/Core/PID/ParamBase.cxx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@
1717
/// These are the basic storage elements to be kept in the CCDB
1818
///
1919

20-
#include "PID/ParamBase.h"
20+
#include <Framework/Logger.h>
21+
#include <PID/ParamBase.h>
2122

22-
#include "Framework/Logger.h"
23-
24-
#include "TFile.h"
23+
#include <TFile.h>
2524

2625
#include <vector>
2726

Common/Core/PID/ParamBase.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
#include <vector> // std::vector
2727

2828
// ROOT includes
29-
#include "Framework/Logger.h"
29+
#include <Framework/Logger.h>
3030

31-
#include "TFile.h"
32-
#include "TNamed.h"
31+
#include <TFile.h>
32+
#include <TNamed.h>
3333

3434
namespace o2::pid
3535
{

0 commit comments

Comments
 (0)