ATLAS Offline Software
Loading...
Searching...
No Matches
sTGCRDOVariables.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MuonPRDTEST_sTGCRDOVARIABLES_H
6#define MuonPRDTEST_sTGCRDOVARIABLES_H
7
10
11namespace MuonPRDTest{
13 public:
14 sTGCRDOVariables(MuonTesterTree& tree, const std::string& container_name, MSG::Level msglvl);
15
16 ~sTGCRDOVariables() = default;
17
18 bool fill(const EventContext& ctx) override final;
19
20 bool declare_keys() override final;
21
26 unsigned int push_back(const EventContext& ctx, const Muon::STGC_RawData& rdo);
27 unsigned int push_back(const EventContext& ctx, const Identifier& id);
28
30 void dumpAllHitsInChamber(const MuonGM::sTgcReadoutElement& detEle);
32 void enableSeededDump();
33
34 private:
35 unsigned int dump(const EventContext& ctx, const Muon::STGC_RawData& rdo);
36 SG::ReadHandleKey<Muon::STGC_RawDataContainer> m_key{};
47
49 std::unordered_set<IdentifierHash> m_filteredChamb{};
51 std::unordered_map<Identifier, unsigned int> m_filteredRDOs{};
53 bool m_applyFilter{false};
55 bool m_externalPush{false};
56 };
57};
58
59#endif // MuonPRDTEST_sTGCRDOVARIABLES_H
PrdTesterModule(MuonTesterTree &tree, const std::string &grp_name, MSG::Level msglvl)
VectorBranch< bool > & m_NSWsTGC_rdo_isDead
unsigned int push_back(const EventContext &ctx, const Muon::STGC_RawData &rdo)
Adds a RDO to the output tree.
VectorBranch< uint16_t > & m_NSWsTGC_rdo_bcTag
void enableSeededDump()
Dumps only hits which are marked by the dumpAllHitsInChamber method.
ThreeVectorBranch m_NSWsTGC_rdo_globalPos
std::unordered_set< IdentifierHash > m_filteredChamb
Set of chambers to be dumped.
SG::ReadHandleKey< Muon::STGC_RawDataContainer > m_key
bool m_applyFilter
Apply a filter to dump the prds.
VectorBranch< double > & m_NSWsTGC_rdo_time
void dumpAllHitsInChamber(const MuonGM::sTgcReadoutElement &detEle)
Adds all hits in this particular chamber to the output n-tuple.
ScalarBranch< unsigned int > & m_NSWsTGC_nRDO
bool declare_keys() override final
bool m_externalPush
Flag telling whether an external prd has been pushed.
VectorBranch< double > & m_NSWsTGC_rdo_localPosX
VectorBranch< double > & m_NSWsTGC_rdo_localPosY
VectorBranch< uint16_t > & m_NSWsTGC_rdo_charge
VectorBranch< uint16_t > & m_NSWsTGC_rdo_tdo
sTgcIdentifierBranch m_NSWsTGC_rdo_id
std::unordered_map< Identifier, unsigned int > m_filteredRDOs
Set of particular chambers to be dumped.
bool fill(const EventContext &ctx) override final
The fill method checks if enough information is provided such that the branch is cleared from the inf...
sTGCRDOVariables(MuonTesterTree &tree, const std::string &container_name, MSG::Level msglvl)
MuonTesterTree & parent()
Returns the reference to the MuonTesterTree parent.
TTree * tree() override final
Returns the underlying TTree object.
VectorBranch< T > & newVector(const std::string &name)
Creates new branches and returns their reference.
ScalarBranch< T > & newScalar(const std::string &name)
Branch to store all information of the sTgcIdentifier.
Ensure that the Athena extensions are properly loaded.
Definition GeoMuonHits.h:27
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Forward declaration.
-event-from-file
#define private