Skip to content

Commit 2067369

Browse files
authored
Merge pull request #124 from alibuild/alibot-cleanup-11754
Please consider the following formatting changes to #11754
2 parents 875e078 + 5d800cb commit 2067369

File tree

2 files changed

+26
-25
lines changed

2 files changed

+26
-25
lines changed

DPG/Tasks/AOTTrack/D0CalibTables.h

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@
1919
#include "Common/DataModel/EventSelection.h"
2020
#include "Common/DataModel/TrackSelectionTables.h"
2121

22-
#include <Framework/AnalysisDataModel.h>
2322
#include <Framework/ASoA.h>
23+
#include <Framework/AnalysisDataModel.h>
2424

2525
#include <sys/types.h>
26+
2627
#include <cstdint>
2728
#include <limits>
2829
#include <string>
@@ -435,29 +436,29 @@ DECLARE_SOA_TABLE(D0CalibTracks, "AOD", "D0CALIBTRACK",
435436

436437
namespace hf_calib
437438
{
438-
DECLARE_SOA_INDEX_COLUMN_FULL(TrackPos, trackPos, int, D0CalibTracks, "_Pos"); //! Index of positive track
439-
DECLARE_SOA_INDEX_COLUMN_FULL(TrackNeg, trackNeg, int, D0CalibTracks, "_Neg"); //! Index of negative track
440-
DECLARE_SOA_COLUMN(MassHypo, massHypo, uint8_t); //! mass hypothesis for D0 (D0, D0bar, or both)
441-
DECLARE_SOA_COLUMN(Pt, pt, float); //! D0-candidate pT
442-
DECLARE_SOA_COLUMN(Eta, eta, float); //! D0-candidate eta
443-
DECLARE_SOA_COLUMN(Phi, phi, float); //! D0-candidate phi
444-
DECLARE_SOA_COLUMN(InvMassD0, invMassD0, float); //! invariant mass (D0 hypothesis)
445-
DECLARE_SOA_COLUMN(InvMassD0bar, invMassD0bar, float); //! invariant mass (D0bar hypothesis)
446-
DECLARE_SOA_COLUMN(DecLength, decLength, uint8_t); //! compressed decay length
447-
DECLARE_SOA_COLUMN(DecLengthXY, decLengthXY, uint8_t); //! compressed decay length XY
448-
DECLARE_SOA_COLUMN(NormDecLength, normDecLength, uint8_t); //! compressed normalised decay length
449-
DECLARE_SOA_COLUMN(NormDecLengthXY, normDecLengthXY, uint8_t); //! compressed normalised decay length XY
450-
DECLARE_SOA_COLUMN(CosPa, cosPa, uint8_t); //! compressed cosine of pointing angle
451-
DECLARE_SOA_COLUMN(CosPaXY, cosPaXY, uint8_t); //! compressed cosine of pointing angle XY
452-
DECLARE_SOA_COLUMN(PointingAngle, pointingAngle, uint8_t); //! compressed pointing angle
453-
DECLARE_SOA_COLUMN(PointingAngleXY, pointingAngleXY, uint8_t); //! compressed pointing angle XY
454-
DECLARE_SOA_COLUMN(DecVtxChi2, decVtxChi2, uint8_t); //! compressed decay vertex chi2
455-
DECLARE_SOA_COLUMN(BdtScoreBkgD0, bdtScoreBkgD0, uint16_t); //! compressed BDT score (bkg, D0 mass hypo)
456-
DECLARE_SOA_COLUMN(BdtScorePromptD0, bdtScorePromptD0, uint8_t); //! compressed BDT score (prompt, D0 mass hypo)
457-
DECLARE_SOA_COLUMN(BdtScoreNonpromptD0, bdtScoreNonpromptD0, uint8_t); //! compressed BDT score (non-prompt, D0 mass hypo)
458-
DECLARE_SOA_COLUMN(BdtScoreBkgD0bar, bdtScoreBkgD0bar, uint16_t); //! compressed BDT score (bkg, D0bar mass hypo)
459-
DECLARE_SOA_COLUMN(BdtScorePromptD0bar, bdtScorePromptD0bar, uint8_t); //! compressed BDT score (prompt, D0bar mass hypo)
460-
DECLARE_SOA_COLUMN(BdtScoreNonpromptD0bar, bdtScoreNonpromptD0bar, uint8_t); //! compressed BDT score (non-prompt, D0bar mass hypo)
439+
DECLARE_SOA_INDEX_COLUMN_FULL(TrackPos, trackPos, int, D0CalibTracks, "_Pos"); //! Index of positive track
440+
DECLARE_SOA_INDEX_COLUMN_FULL(TrackNeg, trackNeg, int, D0CalibTracks, "_Neg"); //! Index of negative track
441+
DECLARE_SOA_COLUMN(MassHypo, massHypo, uint8_t); //! mass hypothesis for D0 (D0, D0bar, or both)
442+
DECLARE_SOA_COLUMN(Pt, pt, float); //! D0-candidate pT
443+
DECLARE_SOA_COLUMN(Eta, eta, float); //! D0-candidate eta
444+
DECLARE_SOA_COLUMN(Phi, phi, float); //! D0-candidate phi
445+
DECLARE_SOA_COLUMN(InvMassD0, invMassD0, float); //! invariant mass (D0 hypothesis)
446+
DECLARE_SOA_COLUMN(InvMassD0bar, invMassD0bar, float); //! invariant mass (D0bar hypothesis)
447+
DECLARE_SOA_COLUMN(DecLength, decLength, uint8_t); //! compressed decay length
448+
DECLARE_SOA_COLUMN(DecLengthXY, decLengthXY, uint8_t); //! compressed decay length XY
449+
DECLARE_SOA_COLUMN(NormDecLength, normDecLength, uint8_t); //! compressed normalised decay length
450+
DECLARE_SOA_COLUMN(NormDecLengthXY, normDecLengthXY, uint8_t); //! compressed normalised decay length XY
451+
DECLARE_SOA_COLUMN(CosPa, cosPa, uint8_t); //! compressed cosine of pointing angle
452+
DECLARE_SOA_COLUMN(CosPaXY, cosPaXY, uint8_t); //! compressed cosine of pointing angle XY
453+
DECLARE_SOA_COLUMN(PointingAngle, pointingAngle, uint8_t); //! compressed pointing angle
454+
DECLARE_SOA_COLUMN(PointingAngleXY, pointingAngleXY, uint8_t); //! compressed pointing angle XY
455+
DECLARE_SOA_COLUMN(DecVtxChi2, decVtxChi2, uint8_t); //! compressed decay vertex chi2
456+
DECLARE_SOA_COLUMN(BdtScoreBkgD0, bdtScoreBkgD0, uint16_t); //! compressed BDT score (bkg, D0 mass hypo)
457+
DECLARE_SOA_COLUMN(BdtScorePromptD0, bdtScorePromptD0, uint8_t); //! compressed BDT score (prompt, D0 mass hypo)
458+
DECLARE_SOA_COLUMN(BdtScoreNonpromptD0, bdtScoreNonpromptD0, uint8_t); //! compressed BDT score (non-prompt, D0 mass hypo)
459+
DECLARE_SOA_COLUMN(BdtScoreBkgD0bar, bdtScoreBkgD0bar, uint16_t); //! compressed BDT score (bkg, D0bar mass hypo)
460+
DECLARE_SOA_COLUMN(BdtScorePromptD0bar, bdtScorePromptD0bar, uint8_t); //! compressed BDT score (prompt, D0bar mass hypo)
461+
DECLARE_SOA_COLUMN(BdtScoreNonpromptD0bar, bdtScoreNonpromptD0bar, uint8_t); //! compressed BDT score (non-prompt, D0bar mass hypo)
461462
} // namespace hf_calib
462463

463464
DECLARE_SOA_TABLE(D0CalibCands, "AOD", "D0CALIBCAND",

DPG/Tasks/AOTTrack/derivedDataCreatorD0Calibration.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
#include "CommonDataFormat/InteractionRecord.h"
3636
#include <CommonConstants/PhysicsConstants.h>
3737
#include <DCAFitter/DCAFitterN.h>
38-
#include <MathUtils/detail/TypeTruncation.h>
3938
#include <Framework/AnalysisTask.h>
4039
#include <Framework/RunningWorkflowInfo.h>
4140
#include <Framework/runDataProcessing.h>
41+
#include <MathUtils/detail/TypeTruncation.h>
4242
#include <ReconstructionDataFormats/DCA.h>
4343

4444
#include <TH1D.h>

0 commit comments

Comments
 (0)