#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 |
virtual edm::EventAuxiliary const & | eventAuxiliary () const |
Long64_t | eventIndex () const |
Long64_t | eventIndexSec () const |
virtual Long64_t | fileIndex () const |
const std::vector < edm::BranchDescription > & | getBranchDescriptions () const |
virtual const std::string | getBranchNameFor (const std::type_info &, const char *, const char *, const char *) const |
virtual bool | getByLabel (const std::type_info &, const char *, const char *, const char *, void *) const |
edm::EDProduct const * | getByProductID (edm::ProductID const &) const |
fwlite::LuminosityBlock const & | getLuminosityBlock () |
const std::vector< std::string > & | getProcessHistory () const |
fwlite::Run const & | getRun () |
TFile * | getTFile () const |
TFile * | getTFileSec () const |
bool | isValid () const |
MultiChainEvent (const std::vector< std::string > &iFileNames1, const std::vector< std::string > &iFileNames2, bool useSecFileMapSorted=false) | |
operator bool () const | |
const MultiChainEvent & | operator++ () |
ChainEvent const * | primary () const |
edm::ProcessHistory const & | processHistory () const |
ChainEvent const * | secondary () const |
virtual Long64_t | secondaryFileIndex () const |
Long64_t | size () const |
bool | to (Long64_t iIndex) |
Go to the event at index iIndex. More... | |
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... | |
const MultiChainEvent & | toBegin () |
virtual edm::TriggerNames const & | triggerNames (edm::TriggerResults const &triggerResults) const |
virtual edm::TriggerResultsByName | triggerResultsByName (std::string const &process) const |
virtual | ~MultiChainEvent () |
Public Member Functions inherited from fwlite::EventBase | |
EventBase () | |
virtual | ~EventBase () |
Public Member Functions inherited from edm::EventBase | |
int | bunchCrossing () const |
EventBase () | |
edm::EventAuxiliary::ExperimentType | experimentType () const |
template<class T > | |
bool | getByLabel (const InputTag &, 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... | |
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 (const std::type_info &, const char *, const char *, const char *) |
Private Member Functions | |
MultiChainEvent (const Event &) | |
const MultiChainEvent & | operator= (const Event &) |
bool | toSec (Long64_t iIndex) |
Go to the event from secondary files at index iIndex. More... | |
bool | toSec (const edm::EventID &id) |
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 (edm::RunNumber_t run, edm::EventNumber_t event) |
Go to event with given run and event number. More... | |
Private Attributes | |
boost::shared_ptr< ChainEvent > | event1_ |
boost::shared_ptr< ChainEvent > | event2_ |
boost::shared_ptr < internal::MultiProductGetter > | getter_ |
sec_file_range_index_map | secFileMapSorted_ |
bool | useSecFileMapSorted_ |
Additional Inherited Members | |
Static Protected Member Functions inherited from edm::EventBase | |
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 56 of file MultiChainEvent.h.
typedef std::map<edm::EventID, Long64_t> fwlite::MultiChainEvent::sec_file_index_map |
Definition at line 55 of file MultiChainEvent.h.
typedef std::map<event_id_range, Long64_t> fwlite::MultiChainEvent::sec_file_range_index_map |
Definition at line 57 of file MultiChainEvent.h.
MultiChainEvent::MultiChainEvent | ( | const std::vector< std::string > & | iFileNames1, |
const std::vector< std::string > & | iFileNames2, | ||
bool | useSecFileMapSorted = false |
||
) |
Definition at line 54 of file MultiChainEvent.cc.
References gather_cfg::cout, event1_, event2_, getter_, secFileMapSorted_, and useSecFileMapSorted_.
|
virtual |
Definition at line 157 of file MultiChainEvent.cc.
|
private |
|
virtual |
Implements fwlite::EventBase.
Definition at line 384 of file MultiChainEvent.cc.
References event1_.
|
virtual |
Implements edm::EventBase.
Definition at line 336 of file MultiChainEvent.cc.
References event1_.
|
inline |
Definition at line 108 of file MultiChainEvent.h.
References event1_.
|
inline |
Definition at line 109 of file MultiChainEvent.h.
References event2_.
|
inlinevirtual |
Reimplemented from fwlite::EventBase.
Definition at line 120 of file MultiChainEvent.h.
References event1_.
Referenced by python.Events::fileIndicies().
const std::vector< edm::BranchDescription > & MultiChainEvent::getBranchDescriptions | ( | ) | const |
Definition at line 318 of file MultiChainEvent.cc.
References event1_.
|
virtual |
Implements fwlite::EventBase.
Definition at line 309 of file MultiChainEvent.cc.
References event1_.
|
virtual |
This function should only be called by fwlite::Handle<>
Implements fwlite::EventBase.
Definition at line 342 of file MultiChainEvent.cc.
References event1_, and event2_.
edm::EDProduct const * MultiChainEvent::getByProductID | ( | edm::ProductID const & | iID | ) | const |
Definition at line 357 of file MultiChainEvent.cc.
References event1_, event2_, edm::hlt::Exception, and parseEventContent::prod.
Referenced by fwlite::internal::MultiProductGetter::getIt().
|
inline |
Definition at line 111 of file MultiChainEvent.h.
References event1_.
const std::vector< std::string > & MultiChainEvent::getProcessHistory | ( | ) | const |
Definition at line 324 of file MultiChainEvent.cc.
References event1_.
|
inline |
Definition at line 115 of file MultiChainEvent.h.
References event1_.
|
inline |
Definition at line 101 of file MultiChainEvent.h.
References event1_.
|
inline |
Definition at line 104 of file MultiChainEvent.h.
References event2_.
bool MultiChainEvent::isValid | ( | void | ) | const |
Definition at line 374 of file MultiChainEvent.cc.
References event1_.
MultiChainEvent::operator bool | ( | ) | const |
Definition at line 378 of file MultiChainEvent.cc.
|
virtual |
Implements fwlite::EventBase.
Definition at line 178 of file MultiChainEvent.cc.
References event1_.
|
private |
|
inline |
Definition at line 132 of file MultiChainEvent.h.
References event1_.
|
virtual |
Implements edm::EventBase.
Definition at line 330 of file MultiChainEvent.cc.
References event1_.
|
inline |
Definition at line 133 of file MultiChainEvent.h.
References event2_.
|
inlinevirtual |
Reimplemented from fwlite::EventBase.
Definition at line 122 of file MultiChainEvent.h.
References event2_.
Referenced by python.Events::fileIndicies().
Long64_t MultiChainEvent::size | ( | void | ) | const |
Definition at line 390 of file MultiChainEvent.cc.
References event1_.
|
static |
Definition at line 446 of file MultiChainEvent.cc.
References fwlite::ChainEvent::throwProductNotFoundException().
bool MultiChainEvent::to | ( | Long64_t | iIndex | ) |
Go to the event at index iIndex.
Definition at line 186 of file MultiChainEvent.cc.
References event1_.
Referenced by to().
bool MultiChainEvent::to | ( | edm::EventID | id | ) |
Go to event with event id "id".
Definition at line 194 of file MultiChainEvent.cc.
References event(), edm::EventBase::luminosityBlock(), DTTTrigCorrFirst::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 208 of file MultiChainEvent.cc.
References to().
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 201 of file MultiChainEvent.cc.
References event1_.
|
virtual |
Implements fwlite::EventBase.
Definition at line 299 of file MultiChainEvent.cc.
References event1_.
|
private |
Go to the event from secondary files at index iIndex.
Go to the event at index iIndex.
Definition at line 216 of file MultiChainEvent.cc.
References event2_.
Referenced by toSec().
|
private |
Definition at line 223 of file MultiChainEvent.cc.
References event2_, edm::hlt::Exception, first, and secFileMapSorted_.
|
private |
Go to event with given run, lumi, and event number.
Definition at line 284 of file MultiChainEvent.cc.
References toSec().
|
private |
Go to event with given run and event number.
Definition at line 292 of file MultiChainEvent.cc.
References toSec().
|
virtual |
Implements edm::EventBase.
Definition at line 396 of file MultiChainEvent.cc.
References event1_, event2_, edm::hlt::Exception, h::names, and edm::EventBase::triggerNames_().
|
virtual |
Implements edm::EventBase.
Definition at line 418 of file MultiChainEvent.cc.
References event1_, event2_, fwlite::Handle< T >::getByLabel(), fwlite::Handle< T >::isValid(), h::names, fwlite::Handle< T >::product(), and edm::EventBase::triggerNames_().
|
private |
Definition at line 157 of file MultiChainEvent.h.
Referenced by atEnd(), eventAuxiliary(), eventIndex(), fileIndex(), getBranchDescriptions(), getBranchNameFor(), getByLabel(), getByProductID(), getLuminosityBlock(), getProcessHistory(), getRun(), getTFile(), isValid(), MultiChainEvent(), operator++(), primary(), processHistory(), size(), to(), toBegin(), triggerNames(), and triggerResultsByName().
|
private |
Definition at line 158 of file MultiChainEvent.h.
Referenced by eventIndexSec(), getByLabel(), getByProductID(), getTFileSec(), MultiChainEvent(), secondary(), secondaryFileIndex(), toSec(), triggerNames(), and triggerResultsByName().
|
private |
Definition at line 159 of file MultiChainEvent.h.
Referenced by MultiChainEvent().
|
private |
Definition at line 166 of file MultiChainEvent.h.
Referenced by MultiChainEvent(), and toSec().
|
private |
Definition at line 165 of file MultiChainEvent.h.
Referenced by MultiChainEvent().