#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 |
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 48 of file MultiChainEvent.h.
typedef std::pair<edm::EventID, edm::EventID> fwlite::MultiChainEvent::event_id_range |
Definition at line 54 of file MultiChainEvent.h.
typedef std::map<edm::EventID, Long64_t> fwlite::MultiChainEvent::sec_file_index_map |
Definition at line 53 of file MultiChainEvent.h.
typedef std::map<event_id_range, Long64_t> fwlite::MultiChainEvent::sec_file_range_index_map |
Definition at line 55 of file MultiChainEvent.h.
MultiChainEvent::MultiChainEvent | ( | const std::vector< std::string > & | iFileNames1, |
const std::vector< std::string > & | iFileNames2, | ||
bool | useSecFileMapSorted = false |
||
) |
Definition at line 53 of file MultiChainEvent.cc.
References gather_cfg::cout, event1_, event2_, getter_, secFileMapSorted_, and useSecFileMapSorted_.
|
virtual |
Definition at line 156 of file MultiChainEvent.cc.
|
private |
|
virtual |
Implements fwlite::EventBase.
Definition at line 377 of file MultiChainEvent.cc.
References event1_.
|
virtual |
Implements edm::EventBase.
Definition at line 329 of file MultiChainEvent.cc.
References event1_.
|
inline |
Definition at line 104 of file MultiChainEvent.h.
References event1_.
|
inline |
Definition at line 105 of file MultiChainEvent.h.
References event2_.
|
inlinevirtual |
Reimplemented from fwlite::EventBase.
Definition at line 116 of file MultiChainEvent.h.
References event1_.
Referenced by python.Events::fileIndicies().
const std::vector< edm::BranchDescription > & MultiChainEvent::getBranchDescriptions | ( | ) | const |
Definition at line 317 of file MultiChainEvent.cc.
References event1_.
|
virtual |
Implements fwlite::EventBase.
Definition at line 308 of file MultiChainEvent.cc.
References event1_.
|
virtual |
This function should only be called by fwlite::Handle<>
Implements fwlite::EventBase.
Definition at line 335 of file MultiChainEvent.cc.
References event1_, and event2_.
edm::EDProduct const * MultiChainEvent::getByProductID | ( | edm::ProductID const & | iID | ) | const |
Definition at line 350 of file MultiChainEvent.cc.
References event1_, event2_, edm::hlt::Exception, and CrabTask::prod.
Referenced by fwlite::internal::MultiProductGetter::getIt().
|
inline |
Definition at line 107 of file MultiChainEvent.h.
References event1_.
const std::vector< std::string > & MultiChainEvent::getProcessHistory | ( | ) | const |
Definition at line 323 of file MultiChainEvent.cc.
References event1_.
|
inline |
Definition at line 111 of file MultiChainEvent.h.
References event1_.
|
inline |
Definition at line 97 of file MultiChainEvent.h.
References event1_.
|
inline |
Definition at line 100 of file MultiChainEvent.h.
References event2_.
bool MultiChainEvent::isValid | ( | void | ) | const |
Definition at line 367 of file MultiChainEvent.cc.
References event1_.
MultiChainEvent::operator bool | ( | ) | const |
Definition at line 371 of file MultiChainEvent.cc.
|
virtual |
Implements fwlite::EventBase.
Definition at line 177 of file MultiChainEvent.cc.
References event1_.
|
private |
|
inline |
Definition at line 128 of file MultiChainEvent.h.
References event1_.
|
inline |
Definition at line 129 of file MultiChainEvent.h.
References event2_.
|
inlinevirtual |
Reimplemented from fwlite::EventBase.
Definition at line 118 of file MultiChainEvent.h.
References event2_.
Referenced by python.Events::fileIndicies().
Long64_t MultiChainEvent::size | ( | void | ) | const |
Definition at line 383 of file MultiChainEvent.cc.
References event1_.
|
static |
Definition at line 439 of file MultiChainEvent.cc.
References fwlite::ChainEvent::throwProductNotFoundException().
bool MultiChainEvent::to | ( | Long64_t | iIndex | ) |
Go to the event at index iIndex.
Definition at line 185 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 193 of file MultiChainEvent.cc.
References event(), edm::EventBase::luminosityBlock(), CrabTask::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 207 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 200 of file MultiChainEvent.cc.
References event1_.
|
virtual |
Implements fwlite::EventBase.
Definition at line 298 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 215 of file MultiChainEvent.cc.
References event2_.
Referenced by toSec().
|
private |
Definition at line 222 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 283 of file MultiChainEvent.cc.
References toSec().
|
private |
Go to event with given run and event number.
Definition at line 291 of file MultiChainEvent.cc.
References toSec().
|
virtual |
Implements edm::EventBase.
Definition at line 389 of file MultiChainEvent.cc.
References event1_, event2_, edm::hlt::Exception, h::names, and edm::EventBase::triggerNames_().
|
virtual |
Implements edm::EventBase.
Definition at line 411 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 153 of file MultiChainEvent.h.
Referenced by atEnd(), eventAuxiliary(), eventIndex(), fileIndex(), getBranchDescriptions(), getBranchNameFor(), getByLabel(), getByProductID(), getLuminosityBlock(), getProcessHistory(), getRun(), getTFile(), isValid(), MultiChainEvent(), operator++(), primary(), size(), to(), toBegin(), triggerNames(), and triggerResultsByName().
|
private |
Definition at line 154 of file MultiChainEvent.h.
Referenced by eventIndexSec(), getByLabel(), getByProductID(), getTFileSec(), MultiChainEvent(), secondary(), secondaryFileIndex(), toSec(), triggerNames(), and triggerResultsByName().
|
private |
Definition at line 155 of file MultiChainEvent.h.
Referenced by MultiChainEvent().
|
private |
Definition at line 162 of file MultiChainEvent.h.
Referenced by MultiChainEvent(), and toSec().
|
private |
Definition at line 161 of file MultiChainEvent.h.
Referenced by MultiChainEvent().