ATLAS Offline Software
InnerDetector/InDetRecAlgs/InDetPrepRawDataFormation/src/CacheCreator.h
Go to the documentation of this file.
1 /*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 
11 #ifndef INDETPREPRAWDATAFORMATION_CACHECREATOR
12 #define INDETPREPRAWDATAFORMATION_CACHECREATOR
13 
23 
24 class TRT_ID;
25 class PixelID;
26 class SCT_ID;
27 
28 namespace InDet{
29 
31  {
32  public:
33 
34  CacheCreator(const std::string &name,ISvcLocator *pSvcLocator);
35  virtual ~CacheCreator() ;
36  virtual StatusCode initialize () override;
37  virtual StatusCode execute (const EventContext& ctx) const override;
38  //No need for finalize
39  protected:
44  {this, "TRT_DriftCircleKey", ""};
46  {this, "SCT_ClusterKey", ""};
48  {this,"Pixel_ClusterKey", ""};
50  {this, "SpacePointCachePix", ""};
52  {this, "SpacePointCacheSCT", ""};
54  {this, "SCTRDOCacheKey", ""};
56  {this, "SCTBSErrCacheKey", ""};
58  {this, "SCTFlaggedCondCacheKey", ""};
60  {this, "PixRDOCacheKey", ""};
62  {this, "PixBSErrCacheKey", ""};
63 
65  {this, "TRTRDOCacheKey", ""};
66 
67  BooleanProperty m_disableTRT{this, "disableTRT", false};
68  BooleanProperty m_disableWarning{this, "DisableViewWarning", false};
69 
70  };
71 
72 }
73 
74 
75 #endif //INDETPREPRAWDATAFORMATION_CACHECREATOR
InDet::CacheCreator::m_disableTRT
BooleanProperty m_disableTRT
Definition: InnerDetector/InDetRecAlgs/InDetPrepRawDataFormation/src/CacheCreator.h:67
TRT_RDO_Container.h
InDet::CacheCreator::m_SCTBSErrCacheKey
SG::WriteHandleKey< IDCInDetBSErrContainer_Cache > m_SCTBSErrCacheKey
Definition: InnerDetector/InDetRecAlgs/InDetPrepRawDataFormation/src/CacheCreator.h:56
InDet::CacheCreator::m_SCTclusterContainerCacheKey
SG::WriteHandleKey< SCT_ClusterContainerCache > m_SCTclusterContainerCacheKey
Definition: InnerDetector/InDetRecAlgs/InDetPrepRawDataFormation/src/CacheCreator.h:46
InDet::CacheCreator::m_SCTSpacePointCacheKey
SG::WriteHandleKey< SpacePointCache > m_SCTSpacePointCacheKey
Definition: InnerDetector/InDetRecAlgs/InDetPrepRawDataFormation/src/CacheCreator.h:52
InDet::CacheCreator::m_PIXclusterContainerCacheKey
SG::WriteHandleKey< InDet::PixelClusterContainerCache > m_PIXclusterContainerCacheKey
Definition: InnerDetector/InDetRecAlgs/InDetPrepRawDataFormation/src/CacheCreator.h:48
InDet
DUMMY Primary Vertex Finder.
Definition: VP1ErrorUtils.h:36
SpacePointContainer.h
InDet::CacheCreator::m_PIXSpacePointCacheKey
SG::WriteHandleKey< SpacePointCache > m_PIXSpacePointCacheKey
Definition: InnerDetector/InDetRecAlgs/InDetPrepRawDataFormation/src/CacheCreator.h:50
SCT_RDO_Container.h
SG::WriteHandleKey< InDet::TRT_DriftCircleContainerCache >
InDet::CacheCreator::initialize
virtual StatusCode initialize() override
Definition: InnerDetector/InDetRecAlgs/InDetPrepRawDataFormation/src/CacheCreator.cxx:25
InDet::CacheCreator::~CacheCreator
virtual ~CacheCreator()
InDet::CacheCreator::m_SCTFlaggedCondCacheKey
SG::WriteHandleKey< IDCInDetBSErrContainer_Cache > m_SCTFlaggedCondCacheKey
Definition: InnerDetector/InDetRecAlgs/InDetPrepRawDataFormation/src/CacheCreator.h:58
InDet::CacheCreator::CacheCreator
CacheCreator(const std::string &name, ISvcLocator *pSvcLocator)
Definition: InnerDetector/InDetRecAlgs/InDetPrepRawDataFormation/src/CacheCreator.cxx:16
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
InDet::CacheCreator::m_sct_idHelper
const SCT_ID * m_sct_idHelper
Definition: InnerDetector/InDetRecAlgs/InDetPrepRawDataFormation/src/CacheCreator.h:42
InDet::CacheCreator::m_pTRTHelper
const TRT_ID * m_pTRTHelper
Definition: InnerDetector/InDetRecAlgs/InDetPrepRawDataFormation/src/CacheCreator.h:40
TRT_DriftCircleContainer.h
IDCCacheCreatorBase.h
InDet::CacheCreator::m_pix_idHelper
const PixelID * m_pix_idHelper
Definition: InnerDetector/InDetRecAlgs/InDetPrepRawDataFormation/src/CacheCreator.h:41
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
PixelClusterContainer.h
InDet::CacheCreator::m_TRTRDOCacheKey
SG::WriteHandleKey< TRT_RDO_Cache > m_TRTRDOCacheKey
Definition: InnerDetector/InDetRecAlgs/InDetPrepRawDataFormation/src/CacheCreator.h:65
PixelRDO_Container.h
TRT_ID
Definition: TRT_ID.h:84
SCT_ID
Definition: SCT_ID.h:68
InDet::CacheCreator::m_rioContainerCacheKey
SG::WriteHandleKey< InDet::TRT_DriftCircleContainerCache > m_rioContainerCacheKey
Definition: InnerDetector/InDetRecAlgs/InDetPrepRawDataFormation/src/CacheCreator.h:44
IDCInDetBSErrContainer.h
InDet::CacheCreator
Definition: InnerDetector/InDetRecAlgs/InDetPrepRawDataFormation/src/CacheCreator.h:31
IDCCacheCreatorBase
Definition: IDCCacheCreatorBase.h:13
SCT_ClusterContainer.h
InDet::CacheCreator::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition: InnerDetector/InDetRecAlgs/InDetPrepRawDataFormation/src/CacheCreator.cxx:48
InDet::CacheCreator::m_PixBSErrCacheKey
SG::WriteHandleKey< IDCInDetBSErrContainer_Cache > m_PixBSErrCacheKey
Definition: InnerDetector/InDetRecAlgs/InDetPrepRawDataFormation/src/CacheCreator.h:62
InDet::CacheCreator::m_disableWarning
BooleanProperty m_disableWarning
Definition: InnerDetector/InDetRecAlgs/InDetPrepRawDataFormation/src/CacheCreator.h:68
InDet::CacheCreator::m_SCTRDOCacheKey
SG::WriteHandleKey< SCT_RDO_Cache > m_SCTRDOCacheKey
Definition: InnerDetector/InDetRecAlgs/InDetPrepRawDataFormation/src/CacheCreator.h:54
InDet::CacheCreator::m_PixRDOCacheKey
SG::WriteHandleKey< PixelRDO_Cache > m_PixRDOCacheKey
Definition: InnerDetector/InDetRecAlgs/InDetPrepRawDataFormation/src/CacheCreator.h:60
PixelID
Definition: PixelID.h:67