ATLAS Offline Software
InnerDetector
InDetConditions
PixelConditionsData
src
ITkPixSimulationParameters.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
PixelConditionsData/ITkPixSimulationParameters.h
"
6
#include <iostream>
7
#include <format>
8
9
std::ostream &
10
operator<<
(std::ostream &
os
,
const
ITkPixSimulationParameters
&
c
){
11
os
<<
std::format
(
"ToT Threshold = {}; XTalk = {}; p(Disable) = {}; noiseOcc. = {}; "
,
12
c
.totThreshold(),
c
.crossTalk(),
c
.disableProbability(),
c
.noiseOccupancy());
13
os
<<
"Noise shape: "
;
14
15
for
(
const
auto
&
v
=
c
.noiseShape();
const
auto
&
f
:
v
)
os
<<
f
<<
" "
;
16
return
os
;
17
}
vtune_athena.format
format
Definition:
vtune_athena.py:14
ITkPixSimulationParameters
Definition:
ITkPixSimulationParameters.h:18
ITkPixSimulationParameters.h
Simple data class for holding constants for use in the ITkPixV2 Chip simulation.
hist_file_dump.f
f
Definition:
hist_file_dump.py:140
ReadFromCoolCompare.os
os
Definition:
ReadFromCoolCompare.py:231
operator<<
std::ostream & operator<<(std::ostream &os, const ITkPixSimulationParameters &c)
Definition:
ITkPixSimulationParameters.cxx:10
python.PyAthena.v
v
Definition:
PyAthena.py:154
python.compressB64.c
def c
Definition:
compressB64.py:93
Generated on Tue Sep 2 2025 21:13:33 for ATLAS Offline Software by
1.8.18