|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef MuonPRDTEST_MMDigitVARIABLES_H
6 #define MuonPRDTEST_MMDigitVARIABLES_H
19 bool fill(
const EventContext& ctx)
override final;
33 #endif // MuonPRDTEST_MMDigitVARIABLES_H
Use IdentifiableContainer with MmDigitCollection.
~MMDigitVariables()=default
MMDigitVariables(MuonTesterTree &tree, const std::string &container_name, MSG::Level msglvl)
VectorBranch< float > & m_NSWMM_dig_charge
TwoVectorBranch m_NSWMM_dig_stripLpos
TTree * tree() override final
Returns the underlying TTree object.
ScalarBranch< unsigned int > & m_NSWMM_nDigits
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...
Branch to store all information of the MmIdentifier.
MmIdentifierBranch m_NSWMM_dig_id
SG::ReadHandleKey< MmDigitContainer > m_key
VectorBranch< float > & m_NSWMM_dig_time
VectorBranch< T > & newVector(const std::string &name)
Creates new branches and returns their reference.
ThreeVectorBranch m_NSWMM_dig_stripGpos
bool declare_keys() override final
ScalarBranch< T > & newScalar(const std::string &name)
MuonTesterTree & parent()
Returns the reference to the MuonTesterTree parent.