 |
ATLAS Offline Software
|
Go to the documentation of this file.
24 <<
" is simulation " << std::boolalpha
28 for (
const auto& nbhd : neighborhoods) {
34 return StatusCode::SUCCESS;
39 for(
const auto&
sd : sdv) {
40 os <<
sd.m_eta <<
' ';
45 for(
const auto&
sd : sdv) {
46 os <<
sd.m_phi <<
' ';
50 for(
const auto &
sd : sdv) {
74 <<
" is simulation " << std::boolalpha
78 for (
const auto&
n : neighborhoods) {
dump_n(
n,
out);}
83 return StatusCode::SUCCESS;
LArStripNeighborhoodDumper()
uint64_t eventNumber() const
The current event's event number.
@ IS_SIMULATION
true: simulation, false: data
uint32_t runNumber() const
The current event's run number.
AlgTool to obtain a selection of eFex RoIs read in from the event store.
::StatusCode StatusCode
StatusCode definition for legacy code.
StatusCode dump(const std::string &name, const xAOD::EventInfo &eventInfo, const LArStripNeighborhoodContainer &) const
void dump_stripdataVector(const StripDataVector &sdv, std::ostream &os)
std::string to_string(const DetectorType &type)
StatusCode dumpTerse(const std::string &name, const xAOD::EventInfo &eventInfo, const LArStripNeighborhoodContainer &) const
Class describing the basic event information.
float mcEventWeight(size_t i=0) const
The weight of one specific MC event used in the simulation.
std::vector< StripData > StripDataVector
void dump_n(const LArStripNeighborhood *n, std::ostream &os)
bool eventType(EventType type) const
Check for one particular bitmask value.