ATLAS Offline Software
PixelChargeToTConversion.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef PIXELCALIBALGS_PIXELCHARGETOTCONVERSION_H
6 #define PIXELCALIBALGS_PIXELCHARGETOTCONVERSION_H
7 
9 
16 
17 #include "GaudiKernel/ServiceHandle.h"
18 
19 #include <string>
20 #include <vector>
21 
22 // FIXME: Modifies data in SG!
24 
25  public:
26  PixelChargeToTConversion(const std::string& name, ISvcLocator* pSvcLocator);
28 
32 
33  private:
35  {this, "IBLParameterSvc", "IBLParameterSvc"};
36 
38  {this, "PixelClusterContainer", "PixelClusters", ""};
39 
41  {this, "PixelReadoutManager", "PixelReadoutManager", "Pixel readout manager" };
42 
43 
45  {this, "PixelChargeCalibCondData", "PixelChargeCalibCondData", "Charge calibration"};
46 
47  // For P->T converter of PixelClusters
49  m_pixelDetEleCollKey{this, "PixelDetEleCollKey", "PixelDetectorElementCollection",
50  "Key of SiDetectorElementCollection for Pixel"};
51 
52  bool m_doIBL = true; // Properly set in initialize()
53 
54 };
55 
56 #endif
python.tests.PyTestsLib.finalize
def finalize(self)
_info( "content of StoreGate..." ) self.sg.dump()
Definition: PyTestsLib.py:53
ATLAS_NOT_THREAD_SAFE
#define ATLAS_NOT_THREAD_SAFE
getNoisyStrip() Find noisy strips from hitmaps and write out into xml/db formats
Definition: checker_macros.h:212
initialize
void initialize()
Definition: run_EoverP.cxx:894
IBLParameterSvc.h
SG::ReadHandleKey< InDet::PixelClusterContainer >
LArG4FSStartPointFilterLegacy.execute
execute
Definition: LArG4FSStartPointFilterLegacy.py:20
AthAlgorithm.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
IPixelReadoutManager.h
AthAlgorithm
Definition: AthAlgorithm.h:47
ReadCondHandleKey.h
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
PixelClusterContainer.h
SiDetectorElementCollection.h
SG::ReadCondHandleKey< PixelChargeCalibCondData >
PixelChargeCalibCondData.h
PixelChargeToTConversion
Definition: PixelChargeToTConversion.h:23
ServiceHandle< IBLParameterSvc >