We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d53e9d9 commit ac2ac36Copy full SHA for ac2ac36
1 file changed
Detectors/ITSMFT/ITS/tracking/src/Configuration.cxx
@@ -24,8 +24,8 @@ using namespace o2::its;
24
25
std::string TrackingParameters::asString() const
26
{
27
- std::string str = std::format("NZb:{} NPhB:{} NROFIt:{} PerVtx:{} DropFail:{} ClSh:{} TtklMinPt:{:.2f} MinCl:{}",
28
- ZBins, PhiBins, nROFsPerIterations, PerPrimaryVertexProcessing, DropTFUponFailure, ClusterSharing, TrackletMinPt, MinTrackLength);
+ std::string str = std::format("NZb:{} NPhB:{} NROFIt:{} DRof:{} PerVtx:{} DropFail:{} ClSh:{} TtklMinPt:{:.2f} MinCl:{}",
+ ZBins, PhiBins, nROFsPerIterations, DeltaROF, PerPrimaryVertexProcessing, DropTFUponFailure, ClusterSharing, TrackletMinPt, MinTrackLength);
29
bool first = true;
30
for (int il = NLayers; il >= MinTrackLength; il--) {
31
int slot = NLayers - il;
0 commit comments