]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/mapping/EMCalNumbering.C
increasing the number of TRU channels in the maps
[u/mrichter/AliRoot.git] / EMCAL / mapping / EMCalNumbering.C
index 3036a1d76d5359b17cbe5b1848e8a0d6f702fe51..3dd7841b2efc778ca2478d9e65eeabebc4ee3a51 100644 (file)
@@ -329,10 +329,9 @@ void EMCalNumbering()
   tTRU->Branch("iRCU",&iRCU,"iRCU/I");
   tTRU->Branch("iBranch",&iBranch,"iBranch/I");
   tTRU->Branch("iGTL",&iGTL,"iGTL/I");
-  int iTRUchip = 0; // extramarker for TRU, together with (GTL==0 && Branch==0 && RCU==0)
+  // TRU is identified by (GTL==0 && !(Branch==0 && RCU==0))
   int iTRUFirstChan = 0; 
-  int iTRULastChan = 15; // info from Hans and Dong, July 22, 2008
-  tTRU->Branch("iTRUchip",&iTRUchip,"iTRUchip/I");
+  int iTRULastChan = 127; // maximum allowed number of fake ALTRO channels=128 from TRU
   tTRU->Branch("iTRUFirstChan",&iTRUFirstChan,"iTRUFirstChan/I");
   tTRU->Branch("iTRULastChan",&iTRULastChan,"iTRULastChan/I");