Skip to content

Commit b63b905

Browse files
committed
Remove unused variables
1 parent 53761b4 commit b63b905

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ALICE3/Tasks/alice3Multicharm.cxx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,9 @@ using MultiCharmTracksFull = soa::Join<aod::MCharmCores, aod::MCharmPID, aod::MC
6969

7070
struct Alice3Multicharm {
7171
HistogramRegistry histos{"histos", {}, OutputObjHandlingPolicy::AnalysisObject};
72-
std::map<std::string, HistPtr> histPointers;
73-
std::vector<int> savedConfigs;
74-
std::string histPath;
7572

7673
std::map<int, int> pdgToBin;
7774
o2::ml::OnnxModel bdtMCharm;
78-
7975
std::map<std::string, std::string> metadata;
8076
o2::ccdb::CcdbApi ccdbApi;
8177
Service<o2::ccdb::BasicCCDBManager> ccdb;
@@ -131,6 +127,7 @@ struct Alice3Multicharm {
131127
Configurable<float> xiccMinProperLength{"xiccMinProperLength", -1, "Minimum proper length for Xicc decay (cm)"};
132128
Configurable<float> xiccMaxProperLength{"xiccMaxProperLength", 1e+4, "Minimum proper length for Xicc decay (cm)"};
133129
Configurable<int> otfConfig{"otfConfig", 0, "OTF configuration flag"};
130+
134131
Filter configFilter = (aod::otfmulticharm::lutConfigId == otfConfig);
135132

136133
void init(InitContext&)

0 commit comments

Comments
 (0)