X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=TOF%2FAliTOFTrigger.cxx;h=f80e3fcc7abcfb61e5ad0e7dda579f743adde7e6;hp=91626e09b59160a820b7ad160a8743cc9a8fd81c;hb=33c3c91a040995417ea28c5ae034899b77cca3a6;hpb=572b6f201082bbd2ddf10cc2df56bfe01590e21a diff --git a/TOF/AliTOFTrigger.cxx b/TOF/AliTOFTrigger.cxx index 91626e09b59..f80e3fcc7ab 100644 --- a/TOF/AliTOFTrigger.cxx +++ b/TOF/AliTOFTrigger.cxx @@ -103,27 +103,18 @@ AliTOFTrigger::AliTOFTrigger(Int_t HighMultTh, Int_t ppMBTh, Int_t MultiMuonTh, //____________________________________________________________________________ AliTOFTrigger::AliTOFTrigger(const AliTOFTrigger & tr): - AliTriggerDetector(), - fHighMultTh(0), - fppMBTh(0), - fMultiMuonTh(0), - fUPTh(0), - fdeltaminpsi(0), - fdeltamaxpsi(0), - fdeltaminro(0), - fdeltamaxro(0), - fstripWindow(0) + AliTriggerDetector(tr), + fHighMultTh(tr.fHighMultTh), + fppMBTh(tr.fppMBTh), + fMultiMuonTh(tr.fMultiMuonTh), + fUPTh(tr.fUPTh), + fdeltaminpsi(tr.fdeltaminpsi), + fdeltamaxpsi(tr.fdeltamaxpsi), + fdeltaminro(tr.fdeltaminro), + fdeltamaxro(tr.fdeltamaxro), + fstripWindow(tr.fstripWindow) { //copy ctor - fHighMultTh=tr.fHighMultTh; - fppMBTh=tr.fppMBTh; - fMultiMuonTh=tr.fMultiMuonTh; - fUPTh=tr.fUPTh; - fdeltaminpsi = tr.fdeltaminpsi; - fdeltamaxpsi = tr.fdeltamaxpsi; - fdeltaminro = tr.fdeltaminro; - fdeltamaxro = tr.fdeltamaxro; - fstripWindow = tr.fstripWindow; for (Int_t i=0;iGetRunLoader(); + rl = AliRunLoader::Instance(); Int_t ncurrevent = rl->GetEventNumber(); rl->GetEvent(ncurrevent);