#include <EventStringOutputBranches.h>
Classes | |
struct | NamedBranchPtr |
Public Member Functions | |
EventStringOutputBranches (const edm::BranchDescription *desc, const edm::EDGetToken &token, bool update_only_at_new_lumi=false) | |
void | fill (const edm::EventForOutput &iEvent, TTree &tree) |
void | updateEventStringNames (TTree &, const std::string &) |
Private Attributes | |
std::vector< NamedBranchPtr > | m_evStringBranches |
unsigned long | m_fills |
long | m_lastLumi |
edm::EDGetToken | m_token |
bool | m_update_only_at_new_lumi |
Definition at line 11 of file EventStringOutputBranches.h.
|
inline |
Definition at line 13 of file EventStringOutputBranches.h.
References submitPVResolutionJobs::desc.
void EventStringOutputBranches::fill | ( | const edm::EventForOutput & | iEvent, |
TTree & | tree | ||
) |
Definition at line 30 of file EventStringOutputBranches.cc.
References patZpeak::handle, iEvent, m_fills, m_lastLumi, m_token, m_update_only_at_new_lumi, AlCaHLTBitMon_QueryRunRegistry::string, and updateEventStringNames().
void EventStringOutputBranches::updateEventStringNames | ( | TTree & | tree, |
const std::string & | evstring | ||
) |
Definition at line 7 of file EventStringOutputBranches.cc.
References EventStringOutputBranches::NamedBranchPtr::branch, EventStringOutputBranches::NamedBranchPtr::buffer, dqmPostProcessing_online::existing, newFWLiteAna::found, mps_fire::i, m_evStringBranches, m_fills, EventStringOutputBranches::NamedBranchPtr::name, and EventStringOutputBranches::NamedBranchPtr::title.
Referenced by fill().
|
private |
Definition at line 34 of file EventStringOutputBranches.h.
Referenced by updateEventStringNames().
|
private |
Definition at line 36 of file EventStringOutputBranches.h.
Referenced by fill(), and updateEventStringNames().
|
private |
Definition at line 35 of file EventStringOutputBranches.h.
Referenced by fill().
|
private |
Definition at line 26 of file EventStringOutputBranches.h.
Referenced by fill().
|
private |
Definition at line 37 of file EventStringOutputBranches.h.
Referenced by fill().