From 0af4ca8dd9543e769f391332002632fa2966db6e Mon Sep 17 00:00:00 2001
From: FASER Reco <faserrec@lxplus909.cern.ch>
Date: Sun, 26 Jan 2025 23:13:30 +0100
Subject: [PATCH] More tries with containers

---
 .gitlab-ci.yml                                       | 8 +++++---
 PhysicsAnalysis/NtupleDumper/src/NtupleDumperAlg.cxx | 2 +-
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fcec6c4b..4adbb501 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,10 +27,12 @@ build_image:
     # - yum -y install redhat-lsb # This doesn't exist in the main release!
     # --disablerepo=epel redhat-lsb redhat-lsb-core 
     - mkdir build
-    - cd build
+    - pwd
+    - ls
+    #- cd build
     # See if we can run this as the payload to a container
-    - set +e && export ALRB_CONT_RUNPAYLOAD="asetup --input=../../calypso/asetup.faser Athena,24.0.41; cmake ../../calypso; make -j 3" && set -e
-    - set +e && source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh -c alma9; set -e
+    - set +e && export ALRB_CONT_RUNPAYLOAD="asetup --input=../calypso/asetup.faser Athena,24.0.41; cd build; cmake ../../calypso; make -j 3" && set -e
+    - set +e && source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh -c alma9 && set -e
     #- set +e && asetup --input=../../calypso/asetup.faser Athena,24.0.41; set -e
     #- cmake ../../calypso
     #- make -j 3
diff --git a/PhysicsAnalysis/NtupleDumper/src/NtupleDumperAlg.cxx b/PhysicsAnalysis/NtupleDumper/src/NtupleDumperAlg.cxx
index dad71189..470d836b 100644
--- a/PhysicsAnalysis/NtupleDumper/src/NtupleDumperAlg.cxx
+++ b/PhysicsAnalysis/NtupleDumper/src/NtupleDumperAlg.cxx
@@ -1033,7 +1033,7 @@ StatusCode NtupleDumperAlg::execute(const EventContext &ctx) const
         //       m_truthM_y.push_back(999999);
         //       m_truthM_z.push_back(999999);
         //     }
-        //   }
+	  }
 
           if ( particle->pdgId() == 11) { // daughter particle (electron) 
             m_truthd0_P.push_back(particle->p4().P());
-- 
GitLab