|
ATLAS Offline Software
|
Go to the documentation of this file.
10 const std::string&
name,
40 std::string
folder =
"SquirrelPlots/Acts";
43 std::make_unique< ActsTrk::PixelClusterValidationPlots >(
nullptr,
51 std::make_unique< ActsTrk::StripClusterValidationPlots >(
nullptr,
59 std::make_unique< ActsTrk::PixelSpacePointValidationPlots >(
nullptr,
67 std::make_unique< ActsTrk::StripSpacePointValidationPlots >(
nullptr,
76 std::make_unique< ActsTrk::StripSpacePointValidationPlots >(
nullptr,
86 std::make_unique< ActsTrk::HgtdClusterValidationPlots >(
nullptr,
99 return StatusCode::SUCCESS;
114 return StatusCode::SUCCESS;
118 float beamSpotWeight) {
121 if (not inputHgtdClusterContainer.
isValid()) {
123 return StatusCode::FAILURE;
129 if (not hgtdDetEleHandle.
isValid() or hgtdElements==
nullptr) {
131 return StatusCode::FAILURE;
139 return StatusCode::SUCCESS;
143 float beamSpotWeight) {
146 if (not inputPixelClusterContainer.
isValid()) {
148 return StatusCode::FAILURE;
156 return StatusCode::SUCCESS;
160 float beamSpotWeight) {
163 if (not inputStripClusterContainer.
isValid()) {
165 return StatusCode::FAILURE;
173 return StatusCode::SUCCESS;
178 float beamSpotWeight) {
181 if (not inputPixelSpacePointContainer.
isValid()) {
183 return StatusCode::FAILURE;
191 return StatusCode::SUCCESS;
195 float beamSpotWeight) {
198 if (not inputStripSpacePointContainer.
isValid()) {
200 return StatusCode::FAILURE;
208 return StatusCode::SUCCESS;
212 float beamSpotWeight) {
215 if (not inputStripOverlapSpacePointContainer.
isValid()) {
217 return StatusCode::FAILURE;
221 for(
const xAOD::SpacePoint* spacePoint : *stripOverlapSpacePointContainer) {
225 return StatusCode::SUCCESS;
233 const EventContext& ctx = Gaudi::Hive::currentContext();
237 if (not eventInfoHandle.
isValid()) {
239 return StatusCode::FAILURE;
252 return StatusCode::SUCCESS;
264 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...
float beamSpotWeight() const
Weight for beam spot size reweighting.