Skip to content

Commit b312609

Browse files
committed
Fix includes
1 parent fe94095 commit b312609

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PWGDQ/Tasks/filterPPwithAssociation.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
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

0 commit comments

Comments
 (0)