|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef MuonPRDTEST_CSCDigitVARIABLES_H
6 #define MuonPRDTEST_CSCDigitVARIABLES_H
17 bool fill(
const EventContext& ctx)
override final;
31 #endif // MuonPRDTEST_CSCDigitVARIABLES_H
Use IdentifiableContainer with CscDigitCollection.
ThreeVectorBranch m_CSC_dig_globalPos
TTree * tree() override final
Returns the underlying TTree object.
SG::ReadHandleKey< CscDigitContainer > m_key
VectorBranch< float > & m_CSC_dig_localPosX
bool declare_keys() override final
VectorBranch< float > & m_CSC_dig_localPosY
VectorBranch< T > & newVector(const std::string &name)
Creates new branches and returns their reference.
CscDigitVariables(MuonTesterTree &tree, const std::string &container_name, MSG::Level msglvl)
ScalarBranch< unsigned int > & m_CSC_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...
ScalarBranch< T > & newScalar(const std::string &name)
MuonTesterTree & parent()
Returns the reference to the MuonTesterTree parent.
Branch to store all information of the CscIdentifier.
CscIdentifierBranch m_CSC_dig_id
~CscDigitVariables()=default