From 8b6f99d1a3b72d02a32742ee127ef9dde8f447d9 Mon Sep 17 00:00:00 2001 From: pcrochet Date: Tue, 24 Oct 2006 16:45:59 +0000 Subject: [PATCH] remove AliMUONTriggerConstants, add variables in MUONrectrigger ntuples (Philippe) --- MUON/MUONCheck.C | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/MUON/MUONCheck.C b/MUON/MUONCheck.C index ecf1c798cf7..f509ba98b83 100644 --- a/MUON/MUONCheck.C +++ b/MUON/MUONCheck.C @@ -50,7 +50,6 @@ #include "AliMUONLocalTrigger.h" #include "AliMUONTrack.h" #include "AliMUONTrackParam.h" -#include "AliMUONTriggerConstants.h" #include "AliMUONTriggerCircuitNew.h" #include "AliMUONTriggerCrateStore.h" @@ -439,7 +438,7 @@ void MUONrectrigger (Int_t event2Check=0, char * filename="galice.root", Int_t W Int_t PRINTOUT = (event2Check == 0 ) ? 0 : 1 ; // Book a ntuple for more detailled studies - TNtuple *TgtupleGlo = new TNtuple("TgtupleGlo","Global Trigger Ntuple","ev:global:splpt:smlpt:undeflpt:sphpt:smhpt:undefhpt:uplpt:uphpt"); + TNtuple *TgtupleGlo = new TNtuple("TgtupleGlo","Global Trigger Ntuple","ev:global:splpt:smlpt:undeflpt:sphpt:smhpt:undefhpt:uplpt:uphpt:lplpt:lplpt"); TNtuple *TgtupleLoc = new TNtuple("TgtupleLoc","Local Trigger Ntuple","ev:LoCircuit:LoStripX:LoDev:StripY:LoLpt:LoHpt:y11:y21:x11"); // counters @@ -547,7 +546,7 @@ void MUONrectrigger (Int_t event2Check=0, char * filename="galice.root", Int_t W } // end of loop on Local Trigger // fill ntuple - TgtupleGlo->Fill(ievent,nglobals,gloTrg->SinglePlusLpt(),gloTrg->SingleMinusLpt(),gloTrg->SingleUndefLpt(),gloTrg->SinglePlusHpt(),gloTrg->SingleMinusHpt(),gloTrg->SingleUndefHpt(),gloTrg->PairUnlikeLpt(),gloTrg->PairUnlikeHpt()); + TgtupleGlo->Fill(ievent,nglobals,gloTrg->SinglePlusLpt(),gloTrg->SingleMinusLpt(),gloTrg->SingleUndefLpt(),gloTrg->SinglePlusHpt(),gloTrg->SingleMinusHpt(),gloTrg->SingleUndefHpt(),gloTrg->PairUnlikeLpt(),gloTrg->PairUnlikeHpt(),gloTrg->PairLikeLpt(),gloTrg->PairLikeHpt()); muondata.ResetTrigger(); if (event2Check!=0) ievent=nevents; -- 2.43.0