Skip to content

Commit 050772b

Browse files
committed
Fix megalinter
1 parent beb8854 commit 050772b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Common/TableProducer/trackPropagationTester.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
#include "DataFormatsParameters/GRPMagField.h"
3838
#include "CCDB/BasicCCDBManager.h"
3939
#include "Framework/HistogramRegistry.h"
40-
#include "Framework/runDataProcessing.h"
4140
#include "DataFormatsCalibration/MeanVertexObject.h"
4241
#include "CommonConstants/GeomConstants.h"
4342
#include "Common/Tools/TrackPropagationModule.h"

Common/Tools/StandardCCDBLoader.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#ifndef COMMON_TOOLS_STANDARDCCDBLOADER_H_
1717
#define COMMON_TOOLS_STANDARDCCDBLOADER_H_
1818

19+
#include <string>
1920
#include <cstdlib>
2021
#include <cmath>
2122
#include <array>

Common/Tools/TrackPropagationModule.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@
1616
#ifndef COMMON_TOOLS_TRACKPROPAGATIONMODULE_H_
1717
#define COMMON_TOOLS_TRACKPROPAGATIONMODULE_H_
1818

19+
#include <memory>
1920
#include <cstdlib>
2021
#include <cmath>
2122
#include <array>
23+
#include <string>
2224
#include "Framework/AnalysisDataModel.h"
2325
#include "Framework/Configurable.h"
2426
#include "Framework/HistogramSpec.h"
@@ -67,7 +69,7 @@ class TrackPropagationModule
6769
public:
6870
TrackPropagationModule(){
6971
// constructor
70-
};
72+
}
7173

7274
// controls behaviour
7375
bool fillTracksCov = false;

0 commit comments

Comments
 (0)