File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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 ;
You can’t perform that action at this time.
0 commit comments