From 253c8884e9150f9dcc203dfdede5fadcadb8736c Mon Sep 17 00:00:00 2001 From: akisiel Date: Wed, 22 Oct 2008 14:59:27 +0000 Subject: [PATCH] Commiting files mistakenly omitted --- PWG2/FEMTOSCOPY/AliFemto/AliFemtoBasicEventCut.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWG2/FEMTOSCOPY/AliFemto/AliFemtoBasicEventCut.h b/PWG2/FEMTOSCOPY/AliFemto/AliFemtoBasicEventCut.h index 9a2a4c2a73b..4790b3770cf 100644 --- a/PWG2/FEMTOSCOPY/AliFemto/AliFemtoBasicEventCut.h +++ b/PWG2/FEMTOSCOPY/AliFemto/AliFemtoBasicEventCut.h @@ -54,7 +54,7 @@ inline void AliFemtoBasicEventCut::SetVertZPos(const float& lo, const float& hi) inline int AliFemtoBasicEventCut::NEventsPassed() const {return fNEventsPassed;} inline int AliFemtoBasicEventCut::NEventsFailed() const {return fNEventsFailed;} inline AliFemtoBasicEventCut* AliFemtoBasicEventCut::Clone() { AliFemtoBasicEventCut* c = new AliFemtoBasicEventCut(*this); return c;} -inline AliFemtoBasicEventCut::AliFemtoBasicEventCut(AliFemtoBasicEventCut& c) : AliFemtoEventCut(c), fNEventsPassed(0), fNEventsFailed(0) { +inline AliFemtoBasicEventCut::AliFemtoBasicEventCut(AliFemtoBasicEventCut& c) : AliFemtoEventCut(c), fAcceptBadVertex(false), fNEventsPassed(0), fNEventsFailed(0) { fEventMult[0] = c.fEventMult[0]; fEventMult[1] = c.fEventMult[1]; fVertZPos[0] = c.fVertZPos[0]; -- 2.43.0