Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions PWGHF/Utils/utilsEvSelHf.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,20 @@
#ifndef PWGHF_UTILS_UTILSEVSELHF_H_
#define PWGHF_UTILS_UTILSEVSELHF_H_


#include "PWGHF/Core/CentralityEstimation.h"
//
#include "PWGUD/Core/SGCutParHolder.h"
#include "PWGUD/Core/SGSelector.h"

#include "CCDB/BasicCCDBManager.h"
#include "Common/CCDB/EventSelectionParams.h"
#include "Common/CCDB/RCTSelectionFlags.h"
#include "Common/CCDB/ctpRateFetcher.h"
#include "Common/Core/CollisionTypeHelper.h"
#include "Common/Core/Zorro.h"
#include "Common/Core/ZorroSummary.h"
#include "DataFormatsParameters/GRPLHCIFData.h"

#include "CCDB/BasicCCDBManager.h"
#include "DataFormatsParameters/GRPLHCIFData.h"
#include <Framework/AnalysisHelpers.h>
#include <Framework/Configurable.h>
#include <Framework/DeviceSpec.h>
Expand Down Expand Up @@ -272,7 +271,7 @@ struct HfEventSelection : o2::framework::ConfigurableGroup {

// we initialise IR fetcher
if (!irSource.value.empty()) {
irSourceForCptFetcher = irSource.value;
irSourceForCptFetcher = irSource.value;
}
}

Expand Down
Loading