#include <MultiChainEvent.h>
Public Types | |
typedef std::pair< edm::EventID, edm::EventID > | event_id_range |
typedef std::map< edm::EventID, Long64_t > | sec_file_index_map |
typedef std::map< event_id_range, Long64_t > | sec_file_range_index_map |
Public Member Functions | |
bool | atEnd () const override |
edm::EventAuxiliary const & | eventAuxiliary () const override |
Long64_t | eventIndex () const |
Long64_t | eventIndexSec () const |
Long64_t | fileIndex () const override |
std::vector< edm::BranchDescription > const & | getBranchDescriptions () const |
const std::string | getBranchNameFor (std::type_info const &, char const *, char const *, char const *) const override |
bool | getByLabel (std::type_info const &, char const *, char const *, char const *, void *) const override |
edm::WrapperBase const * | getByProductID (edm::ProductID const &) const override |
fwlite::LuminosityBlock const & | getLuminosityBlock () |
std::vector< std::string > const & | getProcessHistory () const |
fwlite::Run const & | getRun () |
TFile * | getTFile () const |
TFile * | getTFileSec () const |
edm::WrapperBase const * | getThinnedProduct (edm::ProductID const &pid, unsigned int &key) const |
void | getThinnedProducts (edm::ProductID const &pid, std::vector< edm::WrapperBase const * > &foundContainers, std::vector< unsigned int > &keys) const |
bool | isValid () const |
MultiChainEvent (std::vector< std::string > const &iFileNames1, std::vector< std::string > const &iFileNames2, bool useSecFileMapSorted=false) | |
operator bool () const | |
const MultiChainEvent & | operator++ () override |
edm::ParameterSet const * | parameterSet (edm::ParameterSetID const &psID) const override |
ChainEvent const * | primary () const |
edm::ProcessHistory const & | processHistory () const override |
ChainEvent const * | secondary () const |
Long64_t | secondaryFileIndex () const override |
Long64_t | size () const |
bool | to (edm::EventID id) |
Go to event with event id "id". More... | |
bool | to (edm::RunNumber_t run, edm::EventNumber_t event) |
Go to event with given run and event number. More... | |
bool | to (edm::RunNumber_t run, edm::LuminosityBlockNumber_t lumi, edm::EventNumber_t event) |
Go to event with given run , lumi (if non-zero), and event number. More... | |
bool | to (Long64_t iIndex) |
Go to the event at index iIndex. More... | |
const MultiChainEvent & | toBegin () override |
edm::TriggerNames const & | triggerNames (edm::TriggerResults const &triggerResults) const override |
edm::TriggerResultsByName | triggerResultsByName (edm::TriggerResults const &triggerResults) const override |
~MultiChainEvent () override | |
Public Member Functions inherited from fwlite::EventBase | |
EventBase () | |
~EventBase () override | |
Public Member Functions inherited from edm::EventBase | |
int | bunchCrossing () const |
EventBase () | |
edm::EventAuxiliary::ExperimentType | experimentType () const |
template<typename T > | |
bool | get (ProductID const &, Handle< T > &) const |
template<> | |
bool | getByLabel (edm::InputTag const &tag, Handle< FWGenericObject > &result) const |
Specialize the getByLabel method to work with a Handle<FWGenericObject> More... | |
template<typename T > | |
bool | getByLabel (InputTag const &, Handle< T > &) const |
edm::EventID | id () const |
bool | isRealData () const |
edm::LuminosityBlockNumber_t | luminosityBlock () const |
int | orbitNumber () const |
edm::Timestamp | time () const |
Static Public Member Functions | |
static void | throwProductNotFoundException (std::type_info const &, char const *, char const *, char const *) |
Private Member Functions | |
MultiChainEvent (Event const &) | |
const MultiChainEvent & | operator= (Event const &) |
bool | toSec (const edm::EventID &id) |
bool | toSec (edm::RunNumber_t run, edm::EventNumber_t event) |
Go to event with given run and event number. More... | |
bool | toSec (edm::RunNumber_t run, edm::LuminosityBlockNumber_t lumi, edm::EventNumber_t event) |
Go to event with given run, lumi, and event number. More... | |
bool | toSec (Long64_t iIndex) |
Go to the event from secondary files at index iIndex. More... | |
Private Attributes | |
std::shared_ptr< ChainEvent > | event1_ |
std::shared_ptr< ChainEvent > | event2_ |
std::shared_ptr< internal::MultiProductGetter const > | getter_ |
sec_file_range_index_map | secFileMapSorted_ |
bool | useSecFileMapSorted_ |
Additional Inherited Members | |
Static Protected Member Functions inherited from edm::EventBase | |
static edm::ParameterSet const * | parameterSetForID_ (edm::ParameterSetID const &psID) |
static TriggerNames const * | triggerNames_ (edm::TriggerResults const &triggerResults) |
Definition at line 50 of file MultiChainEvent.h.
typedef std::pair<edm::EventID, edm::EventID> fwlite::MultiChainEvent::event_id_range |
Definition at line 53 of file MultiChainEvent.h.
typedef std::map<edm::EventID, Long64_t> fwlite::MultiChainEvent::sec_file_index_map |
Definition at line 52 of file MultiChainEvent.h.
typedef std::map<event_id_range, Long64_t> fwlite::MultiChainEvent::sec_file_range_index_map |
Definition at line 54 of file MultiChainEvent.h.
MultiChainEvent::MultiChainEvent | ( | std::vector< std::string > const & | iFileNames1, |
std::vector< std::string > const & | iFileNames2, | ||
bool | useSecFileMapSorted = false |
||
) |
Definition at line 64 of file MultiChainEvent.cc.
References gather_cfg::cout, event1_, event2_, unittestinputsource_cfi::eventRange, getter_, secFileMapSorted_, HLT_2018_cff::toAdd, and useSecFileMapSorted_.
|
override |
Definition at line 169 of file MultiChainEvent.cc.
|
private |
|
overridevirtual |
Implements fwlite::EventBase.
Definition at line 348 of file MultiChainEvent.cc.
References event1_.
|
overridevirtual |
|
inline |
|
inline |
|
inlineoverridevirtual |
Reimplemented from fwlite::EventBase.
Definition at line 105 of file MultiChainEvent.h.
References event1_.
Referenced by python.Events::fileIndicies().
std::vector< edm::BranchDescription > const & MultiChainEvent::getBranchDescriptions | ( | ) | const |
Definition at line 286 of file MultiChainEvent.cc.
References event1_.
|
overridevirtual |
Implements fwlite::EventBase.
Definition at line 279 of file MultiChainEvent.cc.
References event1_.
|
overridevirtual |
This function should only be called by fwlite::Handle<>
Implements fwlite::EventBase.
Definition at line 296 of file MultiChainEvent.cc.
|
overridevirtual |
Implements fwlite::EventBase.
Definition at line 311 of file MultiChainEvent.cc.
References event1_, event2_, and toSec().
Referenced by fwlite::internal::MultiProductGetter::getIt().
|
inline |
std::vector< std::string > const & MultiChainEvent::getProcessHistory | ( | ) | const |
|
inline |
|
inline |
|
inline |
edm::WrapperBase const * MultiChainEvent::getThinnedProduct | ( | edm::ProductID const & | pid, |
unsigned int & | key | ||
) | const |
Definition at line 322 of file MultiChainEvent.cc.
References event1_, event2_, crabWrapper::key, and toSec().
Referenced by fwlite::internal::MultiProductGetter::getThinnedProduct().
void MultiChainEvent::getThinnedProducts | ( | edm::ProductID const & | pid, |
std::vector< edm::WrapperBase const * > & | foundContainers, | ||
std::vector< unsigned int > & | keys | ||
) | const |
Definition at line 333 of file MultiChainEvent.cc.
References event1_, event2_, spr::find(), relativeConstraints::keys, and toSec().
Referenced by fwlite::internal::MultiProductGetter::getThinnedProducts().
bool MultiChainEvent::isValid | ( | void | ) | const |
Definition at line 345 of file MultiChainEvent.cc.
References event1_.
Referenced by ntupleDataFormat._Object::_checkIsValid(), and core.AutoHandle.AutoHandle::ReallyLoad().
MultiChainEvent::operator bool | ( | ) | const |
Definition at line 346 of file MultiChainEvent.cc.
|
overridevirtual |
Implements fwlite::EventBase.
Definition at line 187 of file MultiChainEvent.cc.
References event1_.
|
private |
|
overridevirtual |
Implements edm::EventBase.
Definition at line 391 of file MultiChainEvent.cc.
References event1_, event2_, and muonDTDigis_cfi::pset.
|
inline |
|
overridevirtual |
|
inline |
|
inlineoverridevirtual |
Reimplemented from fwlite::EventBase.
Definition at line 106 of file MultiChainEvent.h.
References event2_.
Referenced by python.Events::fileIndicies().
Long64_t MultiChainEvent::size | ( | void | ) | const |
Definition at line 350 of file MultiChainEvent.cc.
References event1_.
Referenced by ntupleDataFormat._Collection::__iter__(), and ntupleDataFormat._Collection::__len__().
|
static |
Definition at line 401 of file MultiChainEvent.cc.
References fwlite::ChainEvent::throwProductNotFoundException().
bool MultiChainEvent::to | ( | edm::EventID | id | ) |
Go to event with event id "id".
Definition at line 196 of file MultiChainEvent.cc.
References event(), edm::EventBase::luminosityBlock(), writedatasetfile::run, and to().
bool MultiChainEvent::to | ( | edm::RunNumber_t | run, |
edm::EventNumber_t | event | ||
) |
Go to event with given run and event number.
Definition at line 204 of file MultiChainEvent.cc.
References writedatasetfile::run, to(), and mitigatedMETSequence_cff::U.
bool MultiChainEvent::to | ( | edm::RunNumber_t | run, |
edm::LuminosityBlockNumber_t | lumi, | ||
edm::EventNumber_t | event | ||
) |
Go to event with given run , lumi (if non-zero), and event number.
Definition at line 199 of file MultiChainEvent.cc.
References event1_, and writedatasetfile::run.
bool MultiChainEvent::to | ( | Long64_t | iIndex | ) |
Go to the event at index iIndex.
Definition at line 193 of file MultiChainEvent.cc.
References event1_.
Referenced by to().
|
overridevirtual |
Implements fwlite::EventBase.
Definition at line 271 of file MultiChainEvent.cc.
References event1_.
|
private |
Definition at line 210 of file MultiChainEvent.cc.
References event2_, Exception, dqmdumpme::first, and secFileMapSorted_.
|
private |
Go to event with given run and event number.
Definition at line 266 of file MultiChainEvent.cc.
References writedatasetfile::run, toSec(), and mitigatedMETSequence_cff::U.
|
private |
Go to event with given run, lumi, and event number.
Definition at line 260 of file MultiChainEvent.cc.
References writedatasetfile::run, and toSec().
|
private |
Go to the event from secondary files at index iIndex.
Go to the event at index iIndex.
Definition at line 207 of file MultiChainEvent.cc.
References event2_.
Referenced by getByLabel(), getByProductID(), getThinnedProduct(), getThinnedProducts(), and toSec().
|
overridevirtual |
Implements edm::EventBase.
Definition at line 352 of file MultiChainEvent.cc.
References event1_, event2_, Exception, names, edm::EventBase::triggerNames_(), and triggerResults.
|
overridevirtual |
Implements edm::EventBase.
Definition at line 374 of file MultiChainEvent.cc.
References event1_, event2_, names, edm::EventBase::triggerNames_(), and triggerResults.
|
private |
Definition at line 145 of file MultiChainEvent.h.
Referenced by atEnd(), eventAuxiliary(), eventIndex(), fileIndex(), getBranchDescriptions(), getBranchNameFor(), getByLabel(), getByProductID(), getLuminosityBlock(), getProcessHistory(), getRun(), getTFile(), getThinnedProduct(), getThinnedProducts(), isValid(), MultiChainEvent(), operator++(), parameterSet(), primary(), processHistory(), size(), to(), toBegin(), triggerNames(), and triggerResultsByName().
|
private |
Definition at line 146 of file MultiChainEvent.h.
Referenced by eventIndexSec(), getByLabel(), getByProductID(), getTFileSec(), getThinnedProduct(), getThinnedProducts(), MultiChainEvent(), parameterSet(), secondary(), secondaryFileIndex(), toSec(), triggerNames(), and triggerResultsByName().
|
private |
Definition at line 147 of file MultiChainEvent.h.
Referenced by MultiChainEvent().
|
private |
Definition at line 154 of file MultiChainEvent.h.
Referenced by MultiChainEvent(), and toSec().
|
private |
Definition at line 153 of file MultiChainEvent.h.
Referenced by MultiChainEvent().