sphenix-software-l AT lists.bnl.gov
Subject: sPHENIX discussion of software
List archive
[Sphenix-software-l] ana build dependent tracking geometry
- From: pinkenburg <pinkenburg AT bnl.gov>
- To: "sphenix-software-l AT lists.bnl.gov" <sphenix-software-l AT lists.bnl.gov>
- Subject: [Sphenix-software-l] ana build dependent tracking geometry
- Date: Tue, 16 Apr 2024 08:44:40 -0400
Hi folks,
last week we switched to using the intt survey geometry. The current code (and the current default ana.411) is incompatible with the old geometry when it is loaded from the cdb which we do for processing data (the sims have the geometry stored and are therefore not affected). Typically what you'll find in your macro is
std::string geofile = CDBInterface::instance()->getUrl("Tracking_Geometry");
Fun4AllRunNodeInputManager *ingeo = new Fun4AllRunNodeInputManager("GeoIn");
ingeo->AddFile(geofile);
se->registerInputManager(ingeo);
I just put the new geometry into the cdb (so running with ana.411 works just fine) but now the older ana builds will crash and burn. If you want to use an older build (there is no really good reason to do so as far as I can tell), you need to set the CDB tag to PROD_ana.410 (data) or MDC2_ana.410 (sims) instead of using the default (ProdA_2023 or MDC2) via e.g.
rc->set_StringFlag("CDB_GLOBALTAG","PROD_ana.410");
Chris
--
*************************************************************
Christopher H. Pinkenburg ; pinkenburg AT bnl.gov
; http://www.phenix.bnl.gov/~pinkenbu
Brookhaven National Laboratory ; phone: (631) 344-5692
Physics Department Bldg 510 C ; fax: (631) 344-3253
Upton, NY 11973-5000
*************************************************************
- [Sphenix-software-l] ana build dependent tracking geometry, pinkenburg, 04/16/2024
Archive powered by MHonArc 2.6.24.