Skip to content

Commit 20b613c

Browse files
committed
Remove unwanted changes
1 parent 80c9f8c commit 20b613c

6 files changed

Lines changed: 1 addition & 672 deletions

File tree

ALICE3/Macros/makeSimpleAO2D.C

Lines changed: 0 additions & 33 deletions
This file was deleted.

ALICE3/TableProducer/OTF/onTheFlyTracker.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1382,7 +1382,7 @@ struct OnTheFlyTracker {
13821382
// data preparation
13831383
o2::vertexing::PVertex primaryVertex;
13841384
if (enablePrimaryVertexing) {
1385-
LOG(info) << "Starting primary vertexing with " << tracksAlice3.size() << " tracks.";
1385+
LOG(debug) << "Starting primary vertexing with " << tracksAlice3.size() << " tracks.";
13861386
fillHist(TH1, histPath + "hVtxMultGen", tracksAlice3.size());
13871387
std::vector<o2::MCCompLabel> lblTracks;
13881388
std::vector<o2::vertexing::PVertex> vertices;

ALICE3/TableProducer/alice3TrackingTranslator.cxx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -587,12 +587,6 @@ struct Alice3TrackingTranslator {
587587
}
588588
};
589589

590-
/// Extends TracksExtra if necessary
591-
struct Alice3TrackingTranslatorInitializer {
592-
o2::framework::Spawns<o2::aod::TracksExtra> tableStoredTracksExtra;
593-
void init(o2::framework::InitContext const&) {}
594-
};
595-
596590
o2::framework::WorkflowSpec defineDataProcessing(o2::framework::ConfigContext const& cfgc)
597591
{
598592
o2::framework::WorkflowSpec w;
@@ -605,6 +599,5 @@ o2::framework::WorkflowSpec defineDataProcessing(o2::framework::ConfigContext co
605599
}
606600
}
607601
w.push_back(adaptAnalysisTask<Alice3TrackingTranslator>(cfgc));
608-
// w.push_back(adaptAnalysisTask<Alice3TrackingTranslatorInitializer>(cfgc));
609602
return w;
610603
}

ALICE3/Tasks/alice3HfTask3Prong.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,6 @@ struct Alice3HfTask3Prong {
428428
{
429429
// MC gen.
430430
for (const auto& particle : mcParticles) {
431-
// LOG(info) << "Processing MC generated particle with PDG " << particle.pdgCode() << " and flagMcGen " << particle.flagMcGen() << " " << selectedPdg;
432431
if (std::abs(particle.flagMcGen()) == selectedPdg) {
433432
double yGen = hfHelper.getCandY<CharmHad>(particle);
434433
if (yCandGenMax >= 0. && std::abs(yGen) > yCandGenMax) {

ALICE3/Tools/LUTs/testDetectorALICE3.C333

Lines changed: 0 additions & 114 deletions
This file was deleted.

0 commit comments

Comments
 (0)