ATLAS Offline Software
|
#include "PileUpTools/PileUpToolBase.h"
#include "GaudiKernel/ToolHandle.h"
#include "GaudiKernel/ServiceHandle.h"
#include "GaudiKernel/AlgTool.h"
#include "xAODEventInfo/EventInfo.h"
#include "xAODEventInfo/EventAuxInfo.h"
#include "InDetSimData/InDetSimDataCollection.h"
#include <string>
#include "HitManagement/TimedHitCollection.h"
#include "InDetSimEvent/SiHit.h"
#include "InDetSimEvent/SiHitCollection.h"
#include "InDetPrepRawData/SCT_ClusterContainer.h"
#include "InDetPrepRawData/PixelClusterContainer.h"
#include "TrkTruthData/PRD_MultiTruthCollection.h"
#include "AthenaKernel/IAthRNGSvc.h"
#include "GaudiKernel/ITHistSvc.h"
#include "EventPrimitives/EventPrimitives.h"
#include "InDetReadoutGeometry/SiDetectorElementCollection.h"
#include "StoreGate/ReadCondHandleKey.h"
#include <tuple>
Go to the source code of this file.
Classes | |
class | SiSmearedDigitizationTool |
Namespaces | |
InDetDD | |
Message Stream Member. | |
CLHEP | |
STD'S. | |
InDet | |
Primary Vertex Finder. | |
Typedefs | |
typedef std::tuple< Amg::Vector2D, InDet::SiWidth, Amg::MatrixX > | ClusterInfo |
typedef std::tuple< Amg::Vector2D, InDet::SiWidth, Amg::MatrixX> ClusterInfo |
Definition at line 44 of file SiSmearedDigitizationTool.h.