Fix formating in CompactHardTruth.cxx
In this MR only the formatting is changed.
The reason to do is that the current formatting for some reason imposes a limit of 80 characters per line.
This limit breaks even simple type A=B
into multiple lines, e.g.
HepMC::GenVertex::particles_out_const_iterator it =
v->particles_out_const_begin();
or break relatively ssimple macros
ATH_MSG_WARNING("Error removing vertex " <<v->barcode()
<<" for event " <<nEvent);
which makes the code completely unreadable.
The formatting was done with clang-format using LLVM style and 200 characters per line. The clang-format has also inserted whitespaces where needed.
Merge request reports
Activity
This merge request affects 1 package:
- PhysicsAnalysis/DerivationFramework/DerivationFrameworkMCTruth
This merge request affects 1 file:
- PhysicsAnalysis/DerivationFramework/DerivationFrameworkMCTruth/src/CompactHardTruth.cxx
Adding @zmarshal as watcher
added Derivation master review-pending-level-1 labels
CI Result SUCCESS (hash 0fda15d3)Athena AthSimulation AthGeneration AnalysisBase externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 0, warnings 0
AthSimulation: number of compilation errors 0, warnings 0
AthGeneration: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 24013]added review-approved label and removed review-pending-level-1 label
mentioned in commit e7a4a29b
Hi @fwinkl ,
for most repositories, I have a master branch in sync with upstream that I use to create all MRs. That is convenient when I compare the changes locally. Of course, after some time there are "mistakes" (e.g. after typing a command in a wrong terminal) in that branch. So I just hard reset my master to the master to upstream from time to time. But it seems it has not worked here last time. Just did it now ...
Best regards,
Andrii
added sweep:ignore label