github cms-sw/cmssw CMSSW_7_0_0_pre8

latest releases: CMSSW_14_0_6_MULTIARCHS, CMSSW_14_0_6, CMSSW_13_2_11...
10 years ago

Changes since CMSSW_7_0_0_pre7:

  • #1313 from @nclopezo: Multithreading fixes -- Static fixes for thread safety for CondCore.
  • #1314 from @Dr15Jones: Multithreading fixes -- Classes in DataFormats/L1DTTrackFinder only return const * from const functions
  • #1326 from @Dr15Jones: Multithreading fixes -- Fill mutable in L1ParticleMap in a thread-safe way
  • #1334 from @giamman: FastSim updates -- ensure correct replacements for ECAL
  • #1335 from @giamman: FastSim update -- Fine tuning of the seeding cuts
  • #1336 from @fwyzard: Multithreaded framework -- Add Preallocate callback
  • #1344 from @ktf: AlCa fix -- Drop EcalCalPi0Calib+EcalCalEtaCalib from RECOMIN.
  • #1273 from @lgray: Reco updates -- Patches on top of #1242 (Egamma improvements), consistency fixes and conversions
  • #1325 from @fabiocos: Performance monitoring -- Update Validation/Performance output.
  • #1285 from @ktf: AlCa Fix -- Drop EcalCalPi0Calib & EcalCalEtaCalib from tests.
  • #1202 from @ebecheva: DQM update -- Validate ged gsl electrons coll
  • #1310 from @Martin-Grunewald: New TP -- Update of HLT workflow for test of VALIDATION: DIGI => DIGI:pdigi_valid (fro...
  • #1309 from @nclopezo: Multithreading fixes -- Trivial static fixes for thread safety for CalibFormats
  • #1268 from @Dr15Jones: Multithreading fixes -- Made const functions of AssociationVector thread safe
  • #1299 from @deguio: New TP -- Fix the digi sequence for test 3.
  • #1302 from @Dr15Jones: Multithreading fixes -- Removed LockService
  • #1296 from @wmtan: Multithreading fixes -- Declare more framework non-const statics const or atomic
  • #1294 from @gartung: Multithreading fixes -- Remove statics in L1Trigger/CSCTriggerPrimitives
  • #1308 from @deguio: DQM fixes -- Fix for ZMass in DQM
  • #1271 from @deguio: Consumes migration -- L1 DQM
  • #1277 from @anorkus: Consumes migration -- Migration of DQM/SiPixelMonitorRecHit
  • #1297 from @acaudron: DQM fix -- Fix issue #1279 related to consumes migration for BTag DQM.
  • #1288 from @fabiocos: New TP -- Fix HI workflow for new treatment of TrackingParticles
  • #1242 from @lgray: Reco updates -- Protections for jets and MET for PFEGamma and customise function to switch on PFEG in ParticleFlow REDUX
  • #1216 from @vadler: Event content changes -- Add missing event content CommonEventContent to FEVTSIM.
  • #918 from @vkuznet: Threading fixes -- Geometry/EcalAlgo
  • #1248 from @wmtan: Multithreading fixes -- Various statics in framework removed or made const.
  • #1258 from @gartung: Tools update -- Change the default output for statics report.
  • #1260 from @ianna: Multithreading fixes -- Statics cleanup in Geometry/EcalTestBeam
  • #1267 from @wmtan: Multithreading fixes -- Remove statics and unused code from IOPool/Streamer
  • #1171 from @mdhildreth: Reco updates -- Reco luminosity lumi db pileup infrastructure additions
  • #1229 from @civanch: Sim updates -- Added processSubType to SimVertex
  • #1246 from @Dr15Jones: Multithreading fixes -- Removed use of obsolete LockService.
  • #1207 from @nkellams: DQM new feature -- automated DQM
  • #1206 from @acaudron: Consumes migration - getByToken for b-tagging DQM packages.
  • #1255 from @cerati: Reco bug fix -- First outlier now initialised to end of hit vector.
  • #1243 from @vkuznet: Multithreading bug-fix -- Thread safe changes for RecoBTag/SoftLepton
  • #1170 from @rappoccio: DQM new feature -- Adding first implementation of the B2G DQM Modules
  • #1204 from @ktf: Multithreading fixes -- Turn statics into member variables in L1Trigger/DTTrackFinder.
  • #1254 from @wmtan: Misc fixes -- Add missing std:: qualifiers
  • #1245 from @Dr15Jones: Multithreaded fixes -- Modified Timing service to be thread-safe
  • #1241 from @gartung: Static Analyzer improvement -- ignore mutable and static warnings for std::atomic<>, std::mutex, ...
  • #1139 from @Dr15Jones: Multithreading fixes -- Fix statics DataFormats/EcalDet
  • #1233 from @ianna: Misc fixes -- Remove unused includes.
  • #1232 from @mtosi: Multithreading fixes -- Removal of obsolete LockService in Pixel DQM packages
  • #1234 from @alja: New TP -- Remove warning in Fireworks/SimData.
  • #1230 from @Dr15Jones: Multithreading fixes -- Replaced boost::thread_specific_ptr with thread_local.
  • #1222 from @ianna: Misc Geometry fixes -- statics in Geometry/DTGeometry, use auto conditions
  • #1174 from @lgray: Reco updates -- PF-Based Isolation for GED Electrons/Photons
  • #1200 from @fabiocos: Sim updates -- Activate TrackingParticles creation on demand
  • #1218 from @Dr15Jones: Multithreading fixes -- Dropped unnecessary signal connections in PrescaleService
  • #1208 from @gartung: Improved Tools -- Static analyser to find functions that access statics.
  • #1224 from @ggovi: Multithreading fixes -- First Clean up for statics in CondCore/DB packages.
  • #1220 from @wddgit: Misc fixes -- Update unit test reference files
  • #1227 from @wmtan: Misc fixes -- Add missing include.
  • #1225 from @wmtan: Threading fixes -- Change name of nested struct to avoid name clash with member function
  • #1226 from @Dr15Jones: Thread safety -- Made ResourceEnforcer thread-safe
  • #1219 from @Dr15Jones: Multithreading fixes -- Made LockService thread safe
  • #1203 from @fwyzard: Multithreading fixes -- turn FTSFromVertexToPointFactory::operator() into a static method
  • #1213 from @Dr15Jones: Multithreading fixes -- Made SimpleMemoryCheck thread-safe
  • #1214 from @wmtan: Multithreading fixes -- Declare constant statics const
  • #972 from @lgray: Reco updates -- Apply regression corrections from database in PFECAL-SuperClusters, decrease PF-SC seeding thresholds
  • #1205 from @fwyzard: Misc cleanups -- Fix #include directives
  • #1049 from @ghellwig: AlCa fixes -- Bugfix geometry comparison
  • #1197 from @argiro: DB updates -- adjust to new interface, remove obsolete externals (element tree).
  • #1188 from @wmtan: Multithreading fixes -- Declare statics const when they are constant
  • #1163 from @deguio: DQM Updates -- Update Particle Flow for DQM
  • #1185 from @Dr15Jones: Added new Service signals to watch for a delayed get from the Event.
  • #1198 from @fwyzard: propagate the change in Tracer dumpContextForLabels
  • #1193 from @Dr15Jones: Multithreading fixes -- Changed class statics to const member data to fix thread-safety issues
  • #1189 from @wmtan: Multithreading fixes -- Make a static data member non-static and declare another static const.
  • #1192 from @civanch: Simulation improvement -- Speedup MC truth management, addition of check on primary for ECAL RR fo...
  • #1191 from @wmtan: ROOT6 -- Remove unnecessary dependency on Reflex
  • #1187 from @Dr15Jones: Multithreading fixes -- Changed MagFields verbose::debugOut to constexpr to avoid threading problems
  • #1180 from @Dr15Jones: Multithreading fixes -- Changed static to const static to avoid problems with thread safety checker
  • #1186 from @Dr15Jones: Multithreading fixes -- Made static nWarn thread-safe via std::atomic
  • #1166 from @ktf: Multithreading fixes -- Remove statics.
  • #1106 from @vadler: Consumes migration -- CommonTools/TriggerUtils
  • #1149 from @ktf: Multithreading fixes -- Remove / make const a few more statics.
  • #1148 from @ktf: Multithreading fixes -- Remove unneeded statics.
  • #1146 from @ktf: Multithreading fixes -- Make static cache thread_local.
  • #1194 from @davidlt: Pick different struct name if Reflex dictionary is split (ROOT6)
  • #1081 from @jsturdy: updated the HCAL logical map code to reflect the change in HO ring-0 int...
  • #1165 from @Martin-Grunewald: HLT update -- Hlt config provider
  • #1162 from @nclopezo: Alca update -- Update autoCond.py
  • #1164 from @ktf: Multithreaded fixes -- Make a few statics const in DQMServices/Core
  • #1168 from @fwyzard: Multithreaded framework -- change Tracer::dumpContextForLabel into a vstring
  • #1173 from @wmtan: Class with virtual functions needs virtual destructor
  • #1151 from @ktf: Multithreading fixes -- Use official lapack instead of local, thread unsafe, copy.
  • #1160 from @wmtan: Multithreaded framework -- Mixing Modules should be of type 'one'
  • #1154 from @ktf: Multithreaded fixes -- Move from static object to pure static function.

Don't miss a new cmssw release

NewReleases is sending notifications on new releases.