Skip to content
Snippets Groups Projects
Commit 3e81efcd authored by Carlo Varni's avatar Carlo Varni Committed by Frank Winklmeier
Browse files

No Need For Mutex

No Need For Mutex
parent c896a30e
No related branches found
No related tags found
51 merge requests!78241Draft: FPGATrackSim: GenScan code refactor,!78236Draft: Switching Streams https://its.cern.ch/jira/browse/ATR-27417,!78056AFP monitoring: new synchronization and cleaning,!78041AFP monitoring: new synchronization and cleaning,!77990Updating TRT chip masks for L1TRT trigger simulation - ATR-28372,!77733Draft: add new HLT NN JVT, augmented with additional tracking information,!77731Draft: Updates to ZDC reconstruction,!77728Draft: updates to ZDC reconstruction,!77522Draft: sTGC Pad Trigger Emulator,!76725ZdcNtuple: Fix cppcheck warning.,!76611L1CaloFEXByteStream: Fix out-of-bounds array accesses.,!76475Punchthrough AF3 implementation in FastG4,!76474Punchthrough AF3 implementation in FastG4,!75729New implementation of ZDC nonlinear FADC correction.,!75703Draft: Update to HI han config for HLT jets,!75184Draft: Update file heavyions_run.config,!74430Draft: Fixing upper bound for Delayed Jet Triggers,!73963Changing the path of the histograms to "Expert" area,!73875updating ID ART reference plots,!73874AtlasCLHEP_RandomGenerators: Fix cppcheck warnings.,!73449Add muon detectors to DarkJetPEBTLA partial event building,!73343Draft: [TrigEgamma] Add photon ringer chains on bootstrap mechanism,!72972Update L1Calo Jet Trigger Efficiency Monitoring algorithm,!72336Fixed TRT calibration crash,!72176Draft: Improving L1TopoOnline chain that now gets no-empty plots. Activating it by default,!72012Draft: Separate JiveXMLConfig.py into Config files,!71876Fix MET trigger name in MissingETMonitoring,!71820Draft: Adding new TLA End-Of-Fill (EOF) chains and removing obsolete DIPZ chains,!71279Draft: ATR-29330: Move L1_4J15 and the HLT chains seeded by it in the MC Menu,!70990Updates to pulse analysis to support new 2016 p+Pb analysis and 2023 Pb+Pb analysis,!70948[TrigEGam] Adding egamma chains to be monitored,!70777Draft: sTGC offline raw monitoring: strip efficiency re-implementation,!70654Update JetMonitoringStandard.py,!70442Draft: Harmonize output folders+collections in ID Alignment monitoring and update DQM han config,!70269Draft: Initial Preparations for mc23e mu-distribution,!70047More test chains for delayed jets,!69944Draft: Avoid additional ONNX thread spawning for FastCaloSim,!69935Draft: New efficiency DQ criteria for HLTmuon hanconfig,!69795Some updates to the LArSuperCell Monitoring...,!69643Draft: added back ditau chain for commissioning,!69589Draft: Rely on callables to deffer createion of sequences in HLT menu generation,!69450Draft: Adding WP Scan GN2 vs GN1,!69449Draft: Adding the Working Point Scan chains,!69341Draft: Removing BKee Triggers from CPS Group (ATR-19501),!69292Draft:Make InDetTimeCollection recording optional,!69228Updating LAr EM NTuple creation to CA based configuration,!69154gFEX: fix bug in gTower class,!69149Fix bug in gTower class,!69128Delayed jets, additional chains, ATR-28836,!69112Update test_q443.sh to use correct CA option,!69031No Need For Mutex
......@@ -74,8 +74,6 @@ namespace ActsTrk {
float beamSpotWeight,
const PixelID* pixelID)
{
std::lock_guard<std::mutex> lock(m_mutex);
const Identifier& id = pixelID->wafer_id(cluster->identifierHash());
int pixBrlEc = pixelID->barrel_ec(id);
int pixLayerDisk = pixelID->layer_disk(id);
......
......@@ -9,8 +9,6 @@
#include "xAODInDetMeasurement/PixelClusterContainer.h"
#include "InDetIdentifier/PixelID.h"
#include <mutex>
namespace ActsTrk {
class PixelClusterValidationPlots :
......@@ -24,8 +22,6 @@ namespace ActsTrk {
const PixelID*);
private:
mutable std::mutex m_mutex;
TH1* m_barrelEndcap {};
TH1* m_layerDisk_barrel {};
......
......@@ -60,8 +60,6 @@ namespace ActsTrk {
float beamSpotWeight,
const PixelID* pixelID)
{
std::lock_guard<std::mutex> lock(m_mutex);
const Identifier& id = pixelID->wafer_id(spacePoint->elementIdList()[0]);
bool isBarrel = (pixelID->barrel_ec(id) == 0);
int pixLayerDisk = pixelID->layer_disk(id);
......
......@@ -9,8 +9,6 @@
#include "xAODInDetMeasurement/SpacePointContainer.h"
#include "InDetIdentifier/PixelID.h"
#include <mutex>
namespace ActsTrk {
class PixelSpacePointValidationPlots :
......@@ -24,8 +22,6 @@ namespace ActsTrk {
const PixelID*);
private:
std::mutex m_mutex;
TH1* m_barrelEndcap {};
TH1* m_layerDisk_barrel {};
......
......@@ -59,8 +59,6 @@ namespace ActsTrk {
float beamSpotWeight,
const SCT_ID* stripID)
{
std::lock_guard<std::mutex> lock(m_mutex);
const Identifier& id = stripID->wafer_id(cluster->identifierHash());
bool isBarrel = (stripID->barrel_ec(id) == 0);
......
......@@ -9,8 +9,6 @@
#include "xAODInDetMeasurement/StripClusterContainer.h"
#include "InDetIdentifier/SCT_ID.h"
#include <mutex>
namespace ActsTrk {
class StripClusterValidationPlots :
......@@ -24,8 +22,6 @@ namespace ActsTrk {
const SCT_ID*);
private:
std::mutex m_mutex;
TH1* m_barrelEndcap {};
TH1* m_layerDisk_barrel {};
......
......@@ -77,7 +77,6 @@ namespace ActsTrk {
float beamSpotWeight,
const SCT_ID* stripID)
{
std::lock_guard<std::mutex> lock(m_mutex);
const std::vector<Identifier>& ids { stripID->wafer_id(spacePoint->elementIdList()[0]),
stripID->wafer_id(spacePoint->elementIdList()[1])};
......
......@@ -11,7 +11,6 @@
#include "InDetIdentifier/SCT_ID.h"
#include <string>
#include <mutex>
namespace ActsTrk {
......@@ -30,8 +29,6 @@ namespace ActsTrk {
std::string m_type;
private:
std::mutex m_mutex;
TH1* m_barrelEndcap {};
TH1* m_layerDisk_barrel {};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment