Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
10 const std::string&
name,
46 std::make_unique< ActsTrk::PixelClusterValidationPlots >(
nullptr,
55 std::make_unique< ActsTrk::StripClusterValidationPlots >(
nullptr,
64 std::make_unique< ActsTrk::PixelSpacePointValidationPlots >(
nullptr,
73 std::make_unique< ActsTrk::StripSpacePointValidationPlots >(
nullptr,
83 std::make_unique< ActsTrk::StripSpacePointValidationPlots >(
nullptr,
94 std::make_unique< ActsTrk::HgtdClusterValidationPlots >(
nullptr,
105 return StatusCode::SUCCESS;
120 return StatusCode::SUCCESS;
124 float beamSpotWeight) {
127 if (not inputHgtdClusterContainer.
isValid()) {
129 return StatusCode::FAILURE;
135 if (not hgtdDetEleHandle.
isValid() or hgtdElements==
nullptr) {
137 return StatusCode::FAILURE;
145 return StatusCode::SUCCESS;
149 float beamSpotWeight) {
152 if (not inputPixelClusterContainer.
isValid()) {
154 return StatusCode::FAILURE;
162 return StatusCode::SUCCESS;
166 float beamSpotWeight) {
169 if (not inputStripClusterContainer.
isValid()) {
171 return StatusCode::FAILURE;
179 return StatusCode::SUCCESS;
184 float beamSpotWeight) {
187 if (not inputPixelSpacePointContainer.
isValid()) {
189 return StatusCode::FAILURE;
197 return StatusCode::SUCCESS;
201 float beamSpotWeight) {
204 if (not inputStripSpacePointContainer.
isValid()) {
206 return StatusCode::FAILURE;
214 return StatusCode::SUCCESS;
218 float beamSpotWeight) {
221 if (not inputStripOverlapSpacePointContainer.
isValid()) {
223 return StatusCode::FAILURE;
227 for(
const xAOD::SpacePoint* spacePoint : *stripOverlapSpacePointContainer) {
231 return StatusCode::SUCCESS;
239 const EventContext& ctx = Gaudi::Hive::currentContext();
243 if (not eventInfoHandle.
isValid()) {
245 return StatusCode::FAILURE;
248 float beamSpotWeight = eventInfo->beamSpotWeight();
258 return StatusCode::SUCCESS;
270 return StatusCode::SUCCESS;
def retrieve(aClass, aKey=None)
const_pointer_type cptr()
Dereference the pointer.
const std::string & key() const
Return the StoreGate ID for the referenced object.
const ServiceHandle< StoreGateSvc > & detStore() const
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
SG::ReadCondHandle< T > makeHandle(const SG::ReadCondHandleKey< T > &key, const EventContext &ctx=Gaudi::Hive::currentContext())
::StatusCode StatusCode
StatusCode definition for legacy code.
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
virtual bool isValid() override final
Can the handle be successfully dereferenced?
StatusCode initialize(bool used=true)
Class describing the basic event information.
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...