|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef MuonPRDTEST_sTGCPRDVARIABLES_H
6 #define MuonPRDTEST_sTGCPRDVARIABLES_H
22 const std::string& container_name,
27 bool fill(
const EventContext& ctx)
override final;
77 #endif // MuonPRDTEST_sTGCPRDVARIABLES_H
VectorBranch< double > & m_NSWsTGC_PRD_covMatrix_1_1
bool declare_keys() override final
void dumpAllHitsInChamber(const MuonGM::sTgcReadoutElement &detEle)
Adds all hits in this particular chamber to the output n-tuple.
MatrixBranch< int > & m_NSWsTGC_PRD_stripCharge
Ensure that the Athena extensions are properly loaded.
Branch to store all information of the sTgcIdentifier.
std::unordered_map< Identifier, unsigned int > m_filteredPRDs
Set of particular chambers to be dumped.
bool m_externalPush
Flag telling whether an external prd has been pushed.
VectorBranch< double > & m_NSWsTGC_PRD_covMatrix_2_2
VectorBranch< double > & m_NSWsTGC_PRD_localPosY
VectorBranch< int > & m_NSWsTGC_PRD_charge
bool const RAWDATA *ch2 const
This class provides conversion from CSC RDO data to CSC Digits.
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...
VectorBranch< double > & m_NSWsTGC_PRD_localPosX
MatrixBranch< uint16_t > & m_NSWsTGC_PRD_stripChannel
TTree * tree() override final
Returns the underlying TTree object.
VectorBranch< short > & m_NSWsTGC_PRD_time
VectorBranch< int > & m_NSWsTGC_PRD_nStrips
bool m_applyFilter
Apply a filter to dump the prds.
VectorBranch< T > & newVector(const std::string &name)
Creates new branches and returns their reference.
~sTGCPRDVariables()=default
ScalarBranch< T > & newScalar(const std::string &name)
unsigned int push_back(const Muon::sTgcPrepData &prd)
Adds a prd to the output tree.
MuonTesterTree & parent()
Returns the reference to the MuonTesterTree parent.
std::unordered_set< Identifier > m_filteredChamb
Set of chambers to be dumped.
MatrixBranch< short > & m_NSWsTGC_PRD_stripTime
unsigned int dump(const Muon::sTgcPrepData &prd)
MatrixBranch< T > & newMatrix(const std::string &name)
VectorBranch< uint8_t > & m_stgcQuality
sTGCPRDVariables(MuonTesterTree &tree, const std::string &container_name, MSG::Level msglvl)
Standard constructor taking the MuonTesterTree as parent The container name under which the MicroMega...
sTgcIdentifierBranch m_NSWsTGC_PRD_id
SG::ReadHandleKey< Muon::sTgcPrepDataContainer > m_key
MuonPrepDataContainerT< sTgcPrepData > sTgcPrepDataContainer
ThreeVectorBranch m_NSWsTGC_PRD_globalPos
ScalarBranch< unsigned int > & m_NSWsTGC_nPRD
VectorBranch< uint8_t > & m_stgcAuthor
void enableSeededDump()
Dumps only hits which are marked by the dumpAllHitsInChamber method.