Skip to content

Commit f78f893

Browse files
committed
Please consider the following formatting changes
1 parent e55c909 commit f78f893

File tree

6 files changed

+23
-21
lines changed

6 files changed

+23
-21
lines changed

ALICE3/TableProducer/OTF/onTheFlyTrackerPid.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
#include <DataFormatsParameters/GRPMagField.h>
3838
#include <DetectorsBase/GeometryManager.h>
3939
#include <DetectorsBase/Propagator.h>
40-
#include <ReconstructionDataFormats/HelixHelper.h>
4140
#include <Framework/ASoAHelpers.h>
4241
#include <Framework/AnalysisDataModel.h>
4342
#include <Framework/AnalysisTask.h>
@@ -46,6 +45,7 @@
4645
#include <Framework/RunningWorkflowInfo.h>
4746
#include <Framework/runDataProcessing.h>
4847
#include <ReconstructionDataFormats/DCA.h>
48+
#include <ReconstructionDataFormats/HelixHelper.h>
4949

5050
#include <TF1.h>
5151
#include <TFile.h>

PWGEM/PhotonMeson/TableProducer/skimmerGammaConversion.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444

4545
#include "CCDB/BasicCCDBManager.h"
4646
#include "CommonConstants/PhysicsConstants.h"
47-
#include "ReconstructionDataFormats/HelixHelper.h"
4847
#include "DataFormatsParameters/GRPMagField.h"
4948
#include "DataFormatsParameters/GRPObject.h"
5049
#include "DetectorsBase/GeometryManager.h"
5150
#include "DetectorsBase/Propagator.h"
51+
#include "ReconstructionDataFormats/HelixHelper.h"
5252
#include "ReconstructionDataFormats/TrackFwd.h"
5353

5454
#include "Math/Vector4D.h"

PWGHF/D2H/Tasks/taskFlowCharmHadrons.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ namespace o2::aod
6464
{
6565
namespace full
6666
{
67-
DECLARE_SOA_COLUMN(M, m, float); //! Invariant mass of candidate (GeV/c2)
68-
DECLARE_SOA_COLUMN(Pt, pt, float); //! Transverse momentum of candidate (GeV/c)
69-
DECLARE_SOA_COLUMN(MlScore0, mlScore0, float); //! ML score of the first configured index
70-
DECLARE_SOA_COLUMN(MlScore1, mlScore1, float); //! ML score of the second configured index
67+
DECLARE_SOA_COLUMN(M, m, float); //! Invariant mass of candidate (GeV/c2)
68+
DECLARE_SOA_COLUMN(Pt, pt, float); //! Transverse momentum of candidate (GeV/c)
69+
DECLARE_SOA_COLUMN(MlScore0, mlScore0, float); //! ML score of the first configured index
70+
DECLARE_SOA_COLUMN(MlScore1, mlScore1, float); //! ML score of the second configured index
7171
DECLARE_SOA_COLUMN(ScalarProd, scalarProd, float); //! Scalar product
7272
DECLARE_SOA_COLUMN(Cent, cent, float); //! Centrality
7373
} // namespace full

PWGLF/DataModel/LFSlimHeLambda.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ struct lambdaCandidate {
8282
float v0Radius = -1.f; // V0 radius
8383
float protonNSigmaTPC = -999.f; // Proton TPC nSigma
8484
float pionNSigmaTPC = -999.f; // Pion TPC nSigma
85-
int8_t sign = 0; // Charge sign of the Lambda candidate
85+
int8_t sign = 0; // Charge sign of the Lambda candidate
8686
};
8787

8888
#endif // PWGLF_DATAMODEL_LFSLIMNUCLEITABLES_H_

PWGLF/Tasks/Strangeness/strangeCascTrack.cxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ struct StrangeCascTrack {
7777

7878
Configurable<bool> doApplyEventCuts{"doApplyEventCuts", true, "apply general event cuts"}; // event filter - PVz, sel8, INEL>0
7979
// Xi selections
80-
Configurable<bool> doApplyPtCutsXi{"doApplyPtCutsXi", true, "apply pt cuts (Xi)"}; // ignore particles with extremely low efficiencies
81-
Configurable<bool> doApplyGenCutsXi{"doApplyGenCutsXi", true, "apply general cuts (Xi)"}; // general cascade cuts - cosPA, TPC hits etc.
80+
Configurable<bool> doApplyPtCutsXi{"doApplyPtCutsXi", true, "apply pt cuts (Xi)"}; // ignore particles with extremely low efficiencies
81+
Configurable<bool> doApplyGenCutsXi{"doApplyGenCutsXi", true, "apply general cuts (Xi)"}; // general cascade cuts - cosPA, TPC hits etc.
8282
Configurable<bool> doApplyTPCPIDXi{"doApplyTPCPIDXi", true, "apply tpc pid to dau tracks (Xi)"};
8383
Configurable<bool> doApplyTOFPIDXi{"doApplyTOFPIDXi", true, "apply tof pid to dau tracks (Xi)"};
8484
// Omega selections
@@ -1000,9 +1000,9 @@ struct StrangeCascTrack {
10001000
});
10011001
// for MC-specific processing
10021002
histos.add("MC/Gen/EvCounter", "Event Counter", kTH1F, {{1, 0, 1}});
1003-
histos.add("MC/Gen/Xi", "Xi", kTH2F, {axesConfig.axisPt, axesConfig.axisMult}); // generated Xis
1004-
histos.add("MC/Gen/Omega", "Omega", kTH2F, {axesConfig.axisPt, axesConfig.axisMult}); // generated Omegas
1005-
histos.add("MC/Gen/PrimaryXi", "Xi primaries", kTH2F, {axesConfig.axisPt, axesConfig.axisMult}); // generated primary Xis
1003+
histos.add("MC/Gen/Xi", "Xi", kTH2F, {axesConfig.axisPt, axesConfig.axisMult}); // generated Xis
1004+
histos.add("MC/Gen/Omega", "Omega", kTH2F, {axesConfig.axisPt, axesConfig.axisMult}); // generated Omegas
1005+
histos.add("MC/Gen/PrimaryXi", "Xi primaries", kTH2F, {axesConfig.axisPt, axesConfig.axisMult}); // generated primary Xis
10061006
histos.add("MC/Gen/PrimaryOmega", "Omega primaries in |y|", kTH2F, {axesConfig.axisPt, axesConfig.axisMult}); // generated primary Omegas
10071007
histos.add("MC/Gen/PrimaryXiRapidity", "Xi primaries", kTH2F, {axesConfig.axisPt, axesConfig.axisMult}); // generated primary Xis in selected rapidity range
10081008
histos.add("MC/Gen/PrimaryOmegaRapidity", "Omega primaries in |y|", kTH2F, {axesConfig.axisPt, axesConfig.axisMult}); // generated primary Omegas in selected rapidity range

PWGMM/Lumi/Tasks/lumiStabilityLightIons.cxx

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
#include "CCDB/BasicCCDBManager.h"
2323
#include "DataFormatsParameters/AggregatedRunInfo.h"
2424
#include "DataFormatsParameters/GRPLHCIFData.h"
25-
#include "Framework/AnalysisTask.h"
26-
#include "Framework/runDataProcessing.h"
2725
#include "Framework/ASoA.h"
2826
#include "Framework/AnalysisDataModel.h"
27+
#include "Framework/AnalysisTask.h"
28+
#include "Framework/runDataProcessing.h"
2929

3030
#include <limits>
3131
#include <map>
@@ -38,14 +38,16 @@ using namespace o2::framework::expressions;
3838

3939
o2::common::core::MetadataHelper metadataInfo; // Metadata helper
4040

41-
namespace o2::aod {
42-
namespace myBc_aod {
41+
namespace o2::aod
42+
{
43+
namespace myBc_aod
44+
{
4345
DECLARE_SOA_COLUMN(Timestamp, timestamp, uint64_t);
4446
DECLARE_SOA_COLUMN(TimeZNA, timeZNA, float);
4547
DECLARE_SOA_COLUMN(TimeZNC, timeZNC, float);
46-
} //namespace myBc_aod
48+
} // namespace myBc_aod
4749
DECLARE_SOA_TABLE(MyBCaod, "AOD", "MYBCAOD", myBc_aod::Timestamp, myBc_aod::TimeZNA, myBc_aod::TimeZNC);
48-
} //namespace o2::aod
50+
} // namespace o2::aod
4951

5052
using MyBCs = soa::Join<aod::BCs, aod::BcSels, aod::Timestamps, aod::Run3MatchedToBCSparse>;
5153

@@ -68,7 +70,7 @@ struct LumiStabilityLightIons {
6870

6971
Configurable<int> cfgEmptyBCsBeforeLeadingBC{"cfgEmptyBCsBeforeLeadingBC", 5, "Minimum number of empty BCs before a leading BC to identify it as such"};
7072

71-
//Configurables specific to VdM analysis: output ao2d with timestamps and ZDC times
73+
// Configurables specific to VdM analysis: output ao2d with timestamps and ZDC times
7274
Configurable<bool> cfgFillBCao2d{"cfgFillBCao2d", false, "Fill BC ao2d with timestamps and ZDC times"};
7375
Configurable<uint64_t> cfgTstampStartFillingBCao2d{"cfgTstampStartFillingBCao2d", 0, "Minimum value of timestamp for output bc ao2d to be filled"};
7476
Configurable<uint64_t> cfgTstampEndFillingBCao2d{"cfgTstampEndFillingBCao2d", 0, "Maximum value of timestamp for output bc ao2d to be filled"};
@@ -271,9 +273,9 @@ struct LumiStabilityLightIons {
271273

272274
mHistManager.fill(HIST("ZDCQA/ZDCTimes"), timeZNA, timeZNC);
273275

274-
//For VdM analysis: fill timestamps and ZDC times in output tree, if enabled
276+
// For VdM analysis: fill timestamps and ZDC times in output tree, if enabled
275277
uint64_t timestamp = bc.timestamp();
276-
if(cfgFillBCao2d && timestamp>=cfgTstampStartFillingBCao2d && timestamp<=cfgTstampEndFillingBCao2d) {
278+
if (cfgFillBCao2d && timestamp >= cfgTstampStartFillingBCao2d && timestamp <= cfgTstampEndFillingBCao2d) {
277279
BCaod(timestamp, timeZNA, timeZNC);
278280
}
279281
}

0 commit comments

Comments
 (0)