ATLAS Offline Software
Loading...
Searching...
No Matches
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
}
operator<<
std::ostream & operator<<(std::ostream &os, const ITkPixSimulationParameters &c)
Definition
ITkPixSimulationParameters.cxx:10
ITkPixSimulationParameters.h
Simple data class for holding constants for use in the ITkPixV2 Chip simulation.
ITkPixSimulationParameters
Definition
ITkPixSimulationParameters.h:18
Generated on
for ATLAS Offline Software by
1.14.0