ATLAS Offline Software
Classes | Namespaces | Typedefs
StripDigitizationTool.h File Reference

Digitize the ITkStrip using an implementation of IPileUpTool. More...

#include "PileUpTools/PileUpToolBase.h"
#include "AthenaKernel/IAthRNGSvc.h"
#include "HitManagement/TimedHitCollection.h"
#include "InDetRawData/SCT_RDO_Container.h"
#include "InDetReadoutGeometry/SiDetectorElementCollection.h"
#include "InDetSimData/InDetSimDataCollection.h"
#include "InDetSimEvent/SiHitCollection.h"
#include "PileUpTools/PileUpMergeSvc.h"
#include "SiDigitization/IFrontEnd.h"
#include "SiDigitization/IRandomDisabledCellGenerator.h"
#include "SiDigitization/ISurfaceChargesGenerator.h"
#include "StoreGate/ReadCondHandleKey.h"
#include "StoreGate/ReadHandleKey.h"
#include "StoreGate/WriteHandle.h"
#include "StoreGate/WriteHandleKey.h"
#include "GaudiKernel/ServiceHandle.h"
#include "GaudiKernel/ToolHandle.h"
#include <limits>
#include <memory>
#include <string>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ITk::StripDigitizationTool
 

Namespaces

 CLHEP
 STD'S.
 
 ITk
 

Typedefs

typedef std::unordered_map< int, std::unique_ptr< SiChargedDiodeCollection > > SiChargedDiodeCollectionMap
 
typedef std::pair< const int, std::unique_ptr< SiChargedDiodeCollection > > SiChargedDiodeCollectionIterator
 

Detailed Description

Digitize the ITkStrip using an implementation of IPileUpTool.

Definition in file StripDigitizationTool.h.

Typedef Documentation

◆ SiChargedDiodeCollectionIterator

typedef std::pair<const int, std::unique_ptr<SiChargedDiodeCollection> > SiChargedDiodeCollectionIterator

Definition at line 48 of file StripDigitizationTool.h.

◆ SiChargedDiodeCollectionMap

typedef std::unordered_map<int, std::unique_ptr<SiChargedDiodeCollection> > SiChargedDiodeCollectionMap

Definition at line 47 of file StripDigitizationTool.h.