Skip to content

Commit e1da845

Browse files
committed
Update muonQa.cxx
1 parent 5db6486 commit e1da845

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Common/Tasks/muonQa.cxx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ using MyMFTs = aod::MFTTracks;
6161
using SMatrix55 = ROOT::Math::SMatrix<double, 5, 5, ROOT::Math::MatRepSym<double, 5>>;
6262
using SMatrix5 = ROOT::Math::SVector<Double_t, 5>;
6363

64-
<<<<<<< HEAD
6564
const int fgNCh = 10;
6665
const int fgNDetElemCh[fgNCh] = {4, 4, 4, 4, 18, 18, 26, 26, 26, 26};
6766
const int fgNCh = 10;
@@ -174,7 +173,6 @@ struct muonQa {
174173
Configurable<int> fTrackNClustMftLow{"cfgTrackNClustMftLow", 7, ""};
175174
Configurable<float> fTrackChi2MftUp{"cfgTrackChi2MftUp", 999.f, ""};
176175
} configMFTs;
177-
>>>>>>> elros/dev_muonDCAtask
178176

179177
//// Variables for selecting global tracks
180178

@@ -235,7 +233,6 @@ struct muonQa {
235233
HistogramRegistry registryResiduals{"registryResiduals", {}};
236234
HistogramRegistry registryResidualsMFT{"registryResidualsMFT", {}};
237235
HistogramRegistry registryResidualsMCH{"registryResidualsMCH", {}};
238-
<<<<<<< HEAD
239236

240237
void CreateHistograms()
241238
{
@@ -262,7 +259,6 @@ struct muonQa {
262259

263260
void CreateBasicHistograms()
264261
{
265-
>>>>>>> elros/dev_muonDCAtask
266262
// ======================
267263
// Muons plots
268264
// ======================
@@ -308,7 +304,6 @@ struct muonQa {
308304
// Global muon plots with matching cuts
309305
// ======================
310306

311-
<<<<<<< HEAD
312307
AxisSpec dbcAxis = {1000, -500, 500, "#Delta_{BC}"};
313308
registry.add("global-matches/BCdifference", "MCH-MFT BC difference", {HistType::kTH1F, {dbcAxis}});
314309

@@ -334,7 +329,6 @@ struct muonQa {
334329
registry.add("global-matches/TrackDCA_glo", "Global muon track DCA", {HistType::kTH1F, {dcaAxis}});
335330
registry.add("global-matches/TrackPhi_glo", "Global muon track #phi", {HistType::kTH1F, {phiAxis}});
336331
}
337-
>>>>>>> elros/dev_muonDCAtask
338332

339333
AxisSpec momentumCorrelationAxis = {100, 0, 100, "momentum (GeV/c)"};
340334
// Momentum correlations
@@ -385,7 +379,6 @@ struct muonQa {
385379
AxisSpec phiAxis = {360, -180.0, 180.0, "#phi (degrees)"};
386380
AxisSpec dPhiAxis = {200, -20.0, 20.0, "#Delta#phi (degrees)"};
387381

388-
<<<<<<< HEAD
389382
for (size_t j = 0; j < quadrants.size(); j++) {
390383
const auto& quadrant = quadrants[j];
391384
std::string histPath = std::string("alignment/DCA/MFT/") + quadrant + "/";
@@ -489,7 +482,6 @@ struct muonQa {
489482
mchResidualsHistosPerDEMixedEvents[i][j][chamber]["dx_vs_de"] = registryResidualsMCH.add((histPath + "dx_vs_de").c_str(), "Cluster x residual vs. DE index", {HistType::kTH2F, {deAxis, dxAxis}});
490483
mchResidualsHistosPerDEMixedEvents[i][j][chamber]["dy_vs_de"] = registryResidualsMCH.add((histPath + "dy_vs_de").c_str(), "Cluster y residual vs. DE index", {HistType::kTH2F, {deAxis, dxAxis}});
491484
}
492-
>>>>>>> elros/dev_muonDCAtask
493485
}
494486
}
495487
}
@@ -1673,11 +1665,9 @@ struct muonQa {
16731665
}
16741666

16751667
// Load geometry information from CCDB/local
1676-
<<<<<<< HEAD
16771668
LOGF(info, "Loading reference aligned geometry from CCDB no later than %d", nolaterthanRef.value);
16781669
ccdb->setCreatedNotAfter(nolaterthanRef.value); // this timestamp has to be consistent with what has been used in reco
16791670
ccdb->clearCache(configCCDB.geoPath);
1680-
>>>>>>> elros/dev_muonDCAtask
16811671
if (geoRef != nullptr) {
16821672
transformation = geo::transformationFromTGeoManager(*geoRef);
16831673
LOGF(fatal, "Reference aligned geometry object is not available in CCDB at timestamp=%llu", bcs.begin().timestamp());
@@ -1703,7 +1693,6 @@ struct muonQa {
17031693
}
17041694
}
17051695

1706-
<<<<<<< HEAD
17071696
fCurrentRun = bc.runNumber();
17081697
}
17091698
}
@@ -1803,7 +1792,6 @@ struct muonQa {
18031792
FillDCAHistograms<0, 1>(fgValuesMFTtmp, fgValuesColltmp, sign, quadrant, sameEvent, mixedEvent);
18041793
}
18051794
resetVar(fgValuesMFTtmp);
1806-
>>>>>>> elros/dev_muonDCAtask
18071795
}
18081796
}
18091797
}

0 commit comments

Comments
 (0)