File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2929#include < CCDB/BasicCCDBManager.h>
3030#include < DataFormatsParameters/GRPMagField.h>
3131#include < DetectorsBase/GeometryManager.h>
32+ #include < DetectorsBase/MatLayerCylSet.h>
3233#include < DetectorsBase/Propagator.h>
3334#include < Framework/AnalysisDataModel.h>
3435#include < Framework/AnalysisHelpers.h>
@@ -304,7 +305,7 @@ struct DQTrackSelection {
304305 DefineHistograms (fHistMan , cutName.Data (), fConfigHistClassesMu .value ); // define all histograms
305306 }
306307
307- VarManager::SetUseVars (fHistMan ->GetUsedVars ()); // provide the list of required variables so that VarManager knows what to fill
308+ VarManager::SetUseVars (fHistMan ->GetUsedVars ()); // provide the list of required variables so that VarManager knows what to fill
308309 fOutputList .setObject (fHistMan ->GetMainHistogramList ());
309310 }
310311
You can’t perform that action at this time.
0 commit comments