ATLAS Offline Software
LArStripNeighborhoodDumper.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef GLOBALSIM_LARSTRIPNEIGHBORHOODDUMPER_H
6 #define GLOBALSIM_LARSTRIPNEIGHBORHOODDUMPER_H
7 
9 #include "LArStripNeighborhood.h"
11 
12 namespace GlobalSim {
13 
15  public:
17 
19  dump(const std::string& name,
20  const xAOD::EventInfo& eventInfo,
21  const LArStripNeighborhoodContainer&) const;
22 
24  dumpTerse(const std::string& name,
25  const xAOD::EventInfo& eventInfo,
26  const LArStripNeighborhoodContainer&) const;
27  };
28 }
29 
30 #endif
GlobalSim::LArStripNeighborhoodDumper::LArStripNeighborhoodDumper
LArStripNeighborhoodDumper()
Definition: LArStripNeighborhoodDumper.cxx:10
LArStripNeighborhood.h
GlobalSim
AlgTool to obtain a selection of eFex RoIs read in from the event store.
Definition: dump.h:8
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
GlobalSim::LArStripNeighborhoodDumper::dump
StatusCode dump(const std::string &name, const xAOD::EventInfo &eventInfo, const LArStripNeighborhoodContainer &) const
Definition: LArStripNeighborhoodDumper.cxx:14
DataVector
Derived DataVector<T>.
Definition: DataVector.h:794
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:240
GlobalSim::LArStripNeighborhoodDumper::dumpTerse
StatusCode dumpTerse(const std::string &name, const xAOD::EventInfo &eventInfo, const LArStripNeighborhoodContainer &) const
Definition: LArStripNeighborhoodDumper.cxx:65
EventInfo.h
xAOD::EventInfo_v1
Class describing the basic event information.
Definition: EventInfo_v1.h:43
GlobalSim::LArStripNeighborhoodDumper
Definition: LArStripNeighborhoodDumper.h:14
LArStripNeighborhoodContainer.h