From 0702cb6407618004728957c56a124682849033b6 Mon Sep 17 00:00:00 2001 From: Lingxin Meng Date: Tue, 27 Mar 2018 18:58:20 +0200 Subject: [PATCH] Move DUT plane to ID=6, add some comments --- src/AllPixLCIOwriter.cc | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/AllPixLCIOwriter.cc b/src/AllPixLCIOwriter.cc index d2e8d6f..e955b46 100644 --- a/src/AllPixLCIOwriter.cc +++ b/src/AllPixLCIOwriter.cc @@ -113,6 +113,7 @@ void AllPixLCIOwriter::WriteEvent(int runnr, int eventID, map telescopeEncoder(encodingString, telescopeDataCollection); @@ -135,12 +136,12 @@ void AllPixLCIOwriter::WriteEvent(int runnr, int eventID, mapaddElement(planeData); + planeNr++; }else{ dataCollection->addElement(planeData); event->addCollection(dataCollection, collectionName); + dutNr++; } - planeNr++; }