ATLAS Offline Software
MMRDOVariables.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_MMRDOVARIABLES_H
6 #define MuonPRDTEST_MMRDOVARIABLES_H
7 
10 
11 namespace MuonPRDTest{
13  public:
14  MMRDOVariables(MuonTesterTree& tree, const std::string& container_name, MSG::Level msglvl);
15 
16  ~MMRDOVariables() = default;
17 
18  bool fill(const EventContext& ctx) override final;
19 
20  bool declare_keys() override final;
21 
22  private:
23  SG::ReadHandleKey<Muon::MM_RawDataContainer> m_rdokey{};
32  };
33 };
34 
35 #endif // MuonPRDTEST_MMRDOVARIABLES_H
MuonPRDTest::MMRDOVariables
Definition: MMRDOVariables.h:12
SG
Forward declaration.
Definition: CaloCellPacker_400_500.h:32
MuonVal::VectorBranch< int >
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition: TrackSystemController.h:49
MuonVal::ThreeVectorBranch
Definition: ThreeVectorBranch.h:19
MuonVal::MuonTesterBranch::tree
TTree * tree() override final
Returns the underlying TTree object.
Definition: MuonTesterBranch.cxx:53
MuonPRDTest::MMRDOVariables::m_NSWMM_rdo_charge
VectorBranch< int > & m_NSWMM_rdo_charge
Definition: MMRDOVariables.h:26
TrigConf::MSGTC::Level
Level
Definition: Trigger/TrigConfiguration/TrigConfBase/TrigConfBase/MsgStream.h:21
MuonVal::MmIdentifierBranch
Branch to store all information of the MmIdentifier.
Definition: IdentifierBranch.h:110
MuonVal::MuonTesterTree
Definition: MuonTesterTree.h:30
xAOD::uint16_t
setWord1 uint16_t
Definition: eFexEMRoI_v1.cxx:88
MuonPRDTest::MMRDOVariables::m_NSWMM_rdo_localPosY
VectorBranch< double > & m_NSWMM_rdo_localPosY
Definition: MMRDOVariables.h:29
MuonPRDTest::MMRDOVariables::m_NSWMM_rdo_localPosX
VectorBranch< double > & m_NSWMM_rdo_localPosX
Definition: MMRDOVariables.h:28
MuonPRDTest::MMRDOVariables::m_rdokey
SG::ReadHandleKey< Muon::MM_RawDataContainer > m_rdokey
Definition: MMRDOVariables.h:23
MuonPRDTest::PrdTesterModule
Definition: PrdTesterModule.h:15
MuonVal::MuonTesterTree::newVector
VectorBranch< T > & newVector(const std::string &name)
Creates new branches and returns their reference.
MuonPRDTest::MMRDOVariables::m_NSWMM_rdo_globalPos
ThreeVectorBranch m_NSWMM_rdo_globalPos
Definition: MMRDOVariables.h:30
PrdTesterModule.h
MuonPRDTest::MMRDOVariables::m_NSWMM_rdo_relBcid
VectorBranch< uint16_t > & m_NSWMM_rdo_relBcid
Definition: MMRDOVariables.h:27
MuonVal::ScalarBranch< unsigned int >
private
#define private
Definition: DetDescrConditionsDict_dict_fixes.cxx:13
MuonPRDTest::MMRDOVariables::declare_keys
bool declare_keys() override final
Definition: MMRDOVariables.cxx:13
MuonVal::MuonTesterTree::newScalar
ScalarBranch< T > & newScalar(const std::string &name)
MuonPRDTest::MMRDOVariables::m_NSWMM_rdo_id
MmIdentifierBranch m_NSWMM_rdo_id
Definition: MMRDOVariables.h:31
MuonVal::MuonTesterBranch::parent
MuonTesterTree & parent()
Returns the reference to the MuonTesterTree parent.
Definition: MuonTesterBranch.cxx:38
MuonPRDTest::MMRDOVariables::~MMRDOVariables
~MMRDOVariables()=default
MM_RawDataContainer.h
MuonPRDTest::MMRDOVariables::m_NSWMM_rdo_time
VectorBranch< int > & m_NSWMM_rdo_time
Definition: MMRDOVariables.h:25
MuonPRDTest::MMRDOVariables::fill
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...
Definition: MMRDOVariables.cxx:15
MuonPRDTest
Definition: CSCDigitVariables.h:10
MuonPRDTest::MMRDOVariables::MMRDOVariables
MMRDOVariables(MuonTesterTree &tree, const std::string &container_name, MSG::Level msglvl)
Definition: MMRDOVariables.cxx:11
MuonPRDTest::MMRDOVariables::m_NSWMM_nRDO
ScalarBranch< unsigned int > & m_NSWMM_nRDO
Definition: MMRDOVariables.h:24